// SHAUN DENIS GLOBAL JQUERY FUNCTIONS
// Author: Netgen
// URI: http://netgen.ca

$(document).ready(function() {   

///////////////// INITIALIZE JQUERY.TWEET /////////////////

	$(".tweet").tweet({
		username: "MattRichling",
    	join_text: "auto",
    	avatar_size: 40,
    	count: 3,
    	auto_join_text_default: "I said,",
    	auto_join_text_ed: "I",
    	auto_join_text_ing: "I was",
    	auto_join_text_reply: "I replied to",
    	auto_join_text_url: "I was checking out",
    	loading_text: "loading tweets..."
    });


}); // END DOM
		
	
	

