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

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