function setupTweet() {
    $(".tweet").tweet({
        username: ["kisoku"],
        count: 3,
        join_text: "auto",
        auto_join_text_default: "<br/>"
    });
};


$(document).ready(function(){
    setupTweet();
});
