function carregarTwitter(qtn_t,img_size_avatar){
	$(".jq-twitter").tweet({
		join_text: "auto",
		username: "grupoipb",
		avatar_size: img_size_avatar,
		count: qtn_t,
		auto_join_text_default: "IPB disse: ", 
		auto_join_text_ed: "IPB",
		auto_join_text_ing: "we were",
		auto_join_text_reply: "respondendo",
		auto_join_text_url: "link",
		loading_text: "carregando tweets..."
	});
}
