$(document).ready(function() {
	$('#jSlideshow').slideshow({
		timeout: 3500,
		type: 'random'
	});
});