$(function() {
   $('#s1').cycle({
    fx:    'fade', 
    timeout: 6000,
    pause:   0
});
});

