$(document).ready(function(){
		$("div#mainphoto").cycle({ 
		    fx:    'fade', 
		    speed:  2500,
			timeout:  5500,
		  random:  1
		 });
	});