$(document).ready(function(){
	$('#imagen1').cycle({ 
	    fx:    'fade', 
    	speed:  500 ,
		next:   '#a1', 
	    timeout: 0
 	});
	
	$('#imagen2').cycle({ 
	    fx:    'fade', 
    	speed:  500 ,
		next:   '#b1', 
	    timeout: 0
 	});
	
	$('#imagen3').cycle({ 
	    fx:    'fade', 
    	speed:  500 ,
		next:   '#c1', 
	    timeout: 0
 	});
	
	$('#imagen4').cycle({ 
	    fx:    'fade', 
    	speed:  500 ,
		next:   '#d1', 
	    timeout: 0
 	});
	
	$('#imagen5').cycle({ 
	    fx:    'fade', 
    	speed:  500 ,
		next:   '#e1', 
	    timeout: 0
 	});
	/*
	$("#a").mouseover(function(){
		$("#a1").trigger("click");
		
	});
	
	$("#b").mouseover(function(){
		$("#b1").trigger("click");	
	});
	
	$("#c").mouseover(function(){
		$("#c1").trigger("click");
	});
	
	$("#d").mouseover(function(){
		$("#d1").trigger("click");		
	});
	
	$("#e").mouseover(function(){
		$("#e1").trigger("click");	
	});
	
	//esto es para los enlaces del correo del footer
	//$(".noSpam").nospam();
	*/
});
