$(function() {
	 // run the code in the markup
	 $('#s1').cycle({
	    fx:    'fade',
	    speed:  2500,
		timeout:  8000
	 });
	 $('#s1').show();
});
