$(document).ready(function() {
	$("#twitter").getTwitter({
	userName: "techfor_ti",
	numTweets: 4,
	loaderText: "Carregando tweets...",
	slideIn: true,
	showHeading: true,
	headingText: "Tech For no Twitter",
	showProfileLink: true
	});
});
