$(document).ready(function() {
	$("#twitter").getTwitter({
		userName: "greatcookson8",
		numTweets: 2,
		loaderText: "Loading tweets...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "<img src='http://dev.eightysix.ca/greatcooks/images/bg-twitter-sidebar.gif' /><p> <a href='http://www.twitter.com/greatcookson8' target='_blank'><strong>FOLLOW</strong> US</p></a>",
		showProfileLink: false,
		showTimestamp: true
	});
});

