$(document).ready(function($){

    $('.animation').cycle({
		fx: 'scrollUp', 
		pause:  1 
		});	

  $(".popup").click(function(){ 
    window.open($(this).attr("href")); 
    return false; 
	}); 
  
});


