$(document).ready(function(){
	
	$("#twitter .conteudo-twitter").getTwitter({
		userName: "terrasul_brasil",
		numTweets: 4,
		loaderText: "Carregando...",
		slideIn: false,
		showHeading: false,
		showProfileLink: false
	});

	$('.jcrs').jcarousel({
		wrap: 'both',
		scroll: 2
	});
	
})
