$(document).ready(function(){
	$('#slide').cycle({
		fx: 'fade',
		speed: 750, 
	    timeout: 3000,
		rev: 0,
		random: 1
	});
	
});
