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