$(function() {

			
// twitter
	$("#tweets").tweet({
		intro_text:"If you find it interesting that ",
		outro_text: " then,",
		join_text: "auto",
		username: "coryschadt",
		count: 5,
		auto_join_text_default: "I said,", 
		auto_join_text_ed: "I",
		auto_join_text_ing: "I was",
		auto_join_text_reply: "I replied",
		auto_join_text_url: "I was checking out",
		loading_text: "want to learn more? "
	});
	

});