var time_banner_up = 5000;
var time_banner_propaganda1 = 5000;
var time_banner_propaganda2 = 7000;
var time_banner_publicidad = 10000;
var time_banner_programa1 = 7000;
var time_banner_programa2 = 7000;

$(document).ready(
	function(){                        
		$('.banner_up').innerfade({
			speed: 1000,
			timeout: time_banner_up,
			type: 'sequence',
			containerheight: '140px'
		});    
		$('.banner_propaganda_1').innerfade({
			speed: 1200,
			timeout: time_banner_propaganda1,
			type: 'sequence',
			containerheight: '220px'
		});    
		$('.banner_propaganda_2').innerfade({
			speed: 1600,
			timeout: time_banner_propaganda2,
			type: 'sequence',
			containerheight: '220px'
		});    
		$('.banner_publicidad').innerfade({
			speed: 1600,
			timeout: time_banner_publicidad,
			type: 'sequence',
			containerheight: '250px'
		});   
		$('.banner_programa_1').innerfade({
			speed: 1200,
			timeout: time_banner_programa1,
			type: 'sequence',
			containerheight: '220px'
		});    
		$('.banner_programa_2').innerfade({
			speed: 1600,
			timeout: time_banner_programa2,
			type: 'sequence',
			containerheight: '220px'
		}); 
		
		
		try{
			document.getElementById("dv_bannerTopCarga").style.display = "";
		}catch(e){}
		
		
	}
);
