$(document).ready(function(){
	$('#home-slideshow').cycle({
		fx: 'fade',
		timeout:9000,
		speed: 3000,
		random: 0
	});
		$('#slideshow').cycle({
		fx: 'fade',
		timeout:9000,
		speed: 3000,
		random: 0
	});
});
