$(document).ready(function(){
   $('#mainimage').cycle({ 
	    fx:    'fade', 
	    speed:  2500 
    });
});


	
