$(window).load(function() { 			   
	animateContent.run(); // Activate the content
	menu(); // Activate the navigation
	horizontalScroll(); // Activate the slideshow
	slideshowImageHover(); // Activate the images within the slideshow
	
});
