/** Author Keishi Takashima**/
document.observe("dom:loaded", function() {				
	getTwitters('tweet', { 
	  id: 'AndyInColor', 
	  count: 1, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="time-stamp">%time%</a>'
	});
});

