$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		random: '1',
		timeout: '4000'
	});
	$('.slideshow2').cycle({
		fx: 'fade',
		random: '0',
		timeout: '4000'
	});
});
