getTwitters('tweet', { 
  id: 'ThorpRecords', 
  count: 4, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
      template: '<img height="25" width="25" src="%user_profile_image_url%" style="float:left; margin:2px 15px 15px 0px;" /><div style="margin-left:40px;"><span class="status">"%text%"</span>  <span class="time"><a href="http://twitter.com/%user_screen_name%/statuses/%id%" target="_blank">%time%</a></span></div>'
});
