

$(document).ready(function() {
  
   $('#s1').cycle({ 
    fx:    'fade', 
    speed:  2500,
    timeout: 6000,
	random: 1
   });

   $('#s1').fadeIn('slow');
 

});


