/* Javascript - HomePage Features */

$(document).ready(
	function(){
		$('#news').innerfade({
			speed: 1000,
			timeout: 2000,
			type: 'random',
			containerheight: '1em'
		});

		$('ul#homefeatureevent').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '182px'
		});

		$('.fade').innerfade({
			speed: 'slow',
			timeout: 1000,
			type: 'sequence',
			containerheight: '1.5em'
		});
	});