   $(document).ready(
	function(){
		$('#divNoticiasInferior').innerfade({
			animationtype: 'slide',
			speed: 750,
			timeout: 5000,
			type: 'random',
			containerheight: '1em'
		});
		
		$('#divNoticiasSuperior').innerfade({
			animationtype: 'slide',
			speed: 750,
			timeout: 7000,
			type: 'random',
			containerheight: '1em'
		});
	});