$(document).ready(function() {
	$("#texto_twitter").getTwitter({
		userName: "espacovitalfarm",
		numTweets: 5,
		loaderText: "Carregando tweets...",
		slideIn: true,
		showHeading: true,
		headingText: "&Uacute;ltimos tweets de Espa&ccedil;o Vital Farm&aacute;cia",
		showProfileLink: true
	});
});

