$(document).ready(function(){
	$('#noticia-destaque-animacao').cycle({
		fx: 'fade',
		pager: '#nav-noticia-destaque',
		timeout: 20000
	});
});
function escondeElemento(obj) {
	$("#"+obj).remove();
}
