

$(document).ready(function(){

$('#s1').cycle({ 
    fx:    'fade', 
    speed:  'slow', 
    autostop:4
 });

});

