$(document).ready(function(){
	$('#landingpics').cycle({ 
	    fx:				'fade', 
	    speed: 			5000,
		random: 		0,
		timeout: 		9000,
		delay: 			0,
		sync: 			1,
		fit: 			0
	 });
});
