$(document).ready(function() {
$('#s6').cycle({ 
    fx:     'scrollUp', 
   speed:   400, 
    timeout: 3000 ,
pause:   1 
 
});
});
