$(document).ready(function() {
	 $('#slideshow').cycle({ 
	  	fx:     'fade', 
    	speed:  1500,
    	timeout: 3500,
    	random: 1
	});
	
});
