/******************************/
/* Monmouth Dean jQuery Core  */
/******************************/
/* Author:	James Murphy	  */
/* Company:	How Splendid	  */
/* For:		Homepage		  */
/******************************/

/* Fire up the scripts! */

$(document).ready(function(){
	
	/* Start Homepage Image Scroller */
	$('#homeSlider').anythingSlider({
			easing: "easeInOutExpo",        // Anything other than "linear" or "swing" requires the easing plugin
			autoPlay: true,                 // This turns off the entire FUNCTIONALY, not just if it starts running or not.
			delay: 6000,                    // How long between slide transitions in AutoPlay mode
			animationTime: 1200,             // How long the slide transition takes
			hashTags: true,                 // Should links change the hashtag in the URL?
			pauseOnHover: true             // If true, and autoPlay is enabled, the show will pause on hover
	});
	
});
