$(document).ready(function() {
	getTwitters('tweet', { 
	  id: 'pawpawssydney', 
	  count: 1, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  template: '<a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a> %text%'
	});
	
	swfobject.registerObject("home-image", "9.0.0");
});