$(document).ready(function() {
	 $('#stage').cycle({ 
	  	fx:     'fade', 
    	speed:  2000, 
    	delay:  -3500
	});	
});
