getTwitters('tweets', { 
  id: 'clint_milner', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: false, 
  clearContents: true,
  template: '"%text%"<br /> <a class="tweet-time" href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>'
});
	
