$(document).ready(function(){
$(".tweet").tweet({
    username: "carnavalrecife",
    join_text: "auto",
    avatar_size: false,
    count: 4,
    filter: function(t){ return ! /^@\w+/.test(t["tweet_raw_text"]); },
    auto_join_text_default: "",
    auto_join_text_ed: "",
    auto_join_text_ing: "",
    auto_join_text_reply: "",
    auto_join_text_url: "",
    refresh_interval: 60,
    loading_text: "Carregando tweets..."
});
});


