
$(document).ready(
				function(){
					$('#index-noticias').innerfade({
						speed: 750,
						timeout: 5000,
						type: 'sequence',
						containerheight: '20px'
					});

});

