
	jQuery().ready(function(){	
$(function() {
	$('#s6').cycle({ 
    	fx:     'scrollUp', 
		speed:4000,
		pause:1,
		continuous: 0,
		timeout:4000
	});
});
});

