getTwitters('tweet', { 
  id: 'mix_d', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<a href="http://twitter.com/#!/%user_screen_name%/status/%id_str%/"><strong>%user_name% said:</strong> <span>%text% <em>%time%</em></span></a>'
});
