$(function(){
	//twitter
      $(".tweet").tweet({
        avatar_size: false,
        count: 3,
         username: ["3pontos"],
        loading_text: "<img src='http://www.prog1.studio.pianolab.com.br/3pontos/app/webroot/images/logo_twitter_withbird_1000_allblack.gif' alt='Carregando Twetts'/>",
        refresh_interval: 10
      });
});

