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