// JavaScript Document

getTwitters('tweet-container', { 
  id: 'santaemilia', 
  count: 8, 
  onTimeoutCancel: true,
  onTimeout: function() {
  alert('Lamento! Não possível completar a requisição. 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><span class="texto">"%text%"</span> '
});

