// latest tweet

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