$(document).ready(function() {
	$("#twitter .content").getTwitter({
		userName: "Hamilton_Mann",
		numTweets: 3,
		loaderText: "Loading tweets...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "Recent Tweets",
		showProfileLink: false,
		showTimestamp: true
	});
});
