/*

	Site Wide JS

*/

$(function() {  

	/*
	
		Front Page Bottom Area
		
		Set them to equal heights
	
	*/
	
	
	jQuery('#home-bottom').equalHeights(true);
	
	jQuery('.fade').innerfade({
		speed: 4300,
		timeout: 6000,
		type: 'random_start',
		containerheight: '347px'
	});
	
	jQuery("#navigation").dropmenu({
		openAnimation: "fade",
		closeAnimation: "fade",
		openSpeed: 500,
		closeSpeed: 700,
		closeDelay:500
	});

});  
