$(document).ready(
	function(){				
		$('ul#casos_fundido').innerfade({
			type: 'random',
			speed: 1000,
			timeout: 8000
			});
                
	});

