
$(document).ready(function($){
 
 $('.animation').cycle({ 
    fx:     'fade',  
    pause:   1 
 });
 
 $('#encartLogos').cycle({ 
    fx:     'scrollUp', 
    random:  1 
	});
 $(".popup").click(function(){ 
    window.open($(this).attr("href")); 
    return false; 
	}); 
 
});


