$(document).ready(function() {
	$("#twitter").getTwitter({
					userName: "Pxl_Lab",
					numTweets: 5,
					loaderText: "Loading tweets...",
					slideIn: true,
					slideDuration: 750,
					showHeading: true,
		headingText: "<a href='http://twitter.com/Pxl_lab' title='Pixel Lab on Twitter' target='_blank'><img src='media/images/twitter_title.png' title='Pixel Lab on Twitter' alt='Pixel Lab on Twitter'/></a>",
					showProfileLink: true,
					showTimestamp: true
	});
});

