$(document).ready(function() {

	getTwitters('tweet', { 
	  id: 'shirtstastegood', 
	  count: 1, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  //template: '<a style="text-decoration:none;font-weight:bold;" href="http://twitter.com/%user_screen_name%/">%user_screen_name%:</a> %text% <span>%time%</span>'
	  template: '<img src="http://www.shirtstastegood.com/blog/wp-content/themes/stg/images/twitter_status.gif" alt="" /> %text% - <span>%time%</span>'
	});

});