$(document).ready(function(){
	$('.slideshow').cycle({
		timeout:	8000,
		random:		1
	});
});
