jQuery(document).ready(function(){	jQuery("#s1").cycle({ 		fx:     'fade', 		speed:   4000, 		timeout: 3000, 		next:   '#s3', 		pause:   2 	});});