jQuery(document).ready(function(){
	$('#s1').cycle({ 
    fx:    'fade', 
    pause:  1,
	random:	1	
	});
});