$(document).ready(function() {
	$('.slideshow').cycle({
		speed: 2000,
		next: '#slideshow',
		random: true,
		timeout: 4000
	});
});
