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