/* init tweet */
$(document).ready(function(){
    $(".tweet").tweet({
        username: "daveespionage",
        join_text: "auto",
        avatar_size: 20,
        count: 5,
		intro_text: "when we last visited dave",
        auto_join_text_default: "he said,",
        auto_join_text_ed: "he",
        auto_join_text_ing: "he was",
        auto_join_text_reply: "he replied to",
        auto_join_text_url: "he was checking out",
        loading_text: "...HOLD ON, people these days..."
    });
});