getTwitters('tweet', { 
  id: 'FLVEN', 
  count: 3, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<span class="tweet_text">%text%</span><br /> <span class="tweet_time"><a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a></span>'
});
