getTwitters('tweet', { 
  id: 'tdsmithj', 
  count: 2, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<div> "%text%" <br /><a href="http://twitter.com/%user_screen_name%/statuses/%id%/"></a></div>'
});

$(document).ready(function(){
	$(document).pngFix();
});


