// JavaScript Document

/*SLideshow*/
	$(document).ready(function() {
		$('.slideshow').cycle({
			fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
			timeout:       4500
		});
		
		if ( screen.height < 890 ){
			var el = document.getElementById( "footer");
			el.style.color = "white";
			
		}
	
	});
	
	function returnHome(){
	document.location.href="index.php";
	}
	
	
	