jQuery(document).ready(function($) {
	getTwitters('latesttweet', { 
	  id: 'wurldchange', 
	  count: 1, 
	  enableLinks: true, 
	  clearContents: true,
	  template: '%text% <a class="tweettime" href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
	});	
});