$(document).ready(function() {
	$("#twitter").getTwitter({
		userName: "cny_aviation",
		numTweets: 5,
		loaderText: "Loading tweets...",
		slideIn: true,
		showHeading: true,
		headingText: "Follow us on Twitter!",
		showProfileLink: true
	});
});