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