$(document).ready(function() {
	    $('.slideshow1').cycle({
			fx: 'fade',
			random: 1,
			pause: 1,
			speed: 2000, 
			timeout: 1
		});
	    $('.slideshow2').cycle({
			fx: 'fade',
			random: 1,
			pause: 1,
			speed: 2500, 
			timeout: 1
		});
	    $('.slideshow3').cycle({
			fx: 'fade',
			random: 1,
			pause: 1,
			speed: 3000, 
			timeout: 1 
		});
	    $('.slideshow4').cycle({
			fx: 'fade',
			random: 1,
			pause: 1,
			speed: 3500 , 
			timeout: 1
		});
	});

