$(window).load(function() {
	
	$('.s1').cycle({
		fx:     'scrollDown', 
	    easing: 'bounceout', 
	    delay:  -2000 
	});
});
