$(document).ready(function() {

	$('#slideshow').cycle({
		random:1,
		speed:3500,
		timeout:7000
	});

	$('#slideshow').show();

});

