$(document).ready(function() {
	$('#slideshow').cycle({
		fx: 'fade',
		timeout: 3600,
		speed: 2400
	/*	fx: 'fadeZoom',
		timeout: 4600,
		speed: 1400
		*/
	});
	$("h1").click(function() {
    window.location='index.php';
});
});
