/* init tweet */
$(document).ready(function(){
    $(".tweet").tweet({
        username: "daveespionage",
        join_text: "auto",
        avatar_size: 0,
        count: 1,
		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..."
    });
    $(".tweet").slideDown(600,function(){
	 	$("#sectiontitle").slideDown(300)
	});				    
});

