$(document).ready(function() {
	$("#twitter").getTwitter({
		userName: "clarkcast",
		numTweets: 4,
		loaderText: "Loading tweets...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "Matt on Twitter",
		showProfileLink: true,
		showTimestamp: true
	});
});
