(function($) {
	/* Twitter Feed */
	$(document).ready(function() {
		$("#twitter").getTwitter({
			userName: "VintageGoodwood",
			numTweets: 2,
			loaderText: "Loading tweets...",
			slideIn: false,
			slideDuration: 750,
			showHeading: true,
			headingText: "Latest Tweets",
			showProfileLink: false,
			showTimestamp: true
		});
	});
})(jQuery);
