getTwitters('tweet-container', { 
  id: 'fcdl_sc', 
  count: 3, 
  onTimeoutCancel: true,
  onTimeout: function() {
  alert('Lamento! Nao foi possível completar a requisiçao. Tente mais tarde')
  },
  enableLinks: true, 
  ignoreReplies: true, 
  lang: 'pt-br',
  template: '<span class="imagem"><img height="40" width="40" src="%user_profile_image_url%" alt="%user_name%" /></span><a href="http://twitter.com/%user_screen_name%/">%user_name%</a> <span class="texto">"%text%"</span> <a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="time">%time%</a>'
});
