// Twitter feed
$(document).ready(function() {
	$("#twitter").getTwitter({
		userName: "mayfaircomcen",
		numTweets: 3,
		loaderText: "Loading the news...",
		slideIn: false,
		showHeading: true,
		headingText: "Latest News",
		showProfileLink: false,
		showTimestamp: false
	});
});
