$(document).ready(
	function(){
		$('#homeintro').innerfade({
			speed: 'slow',
			timeout: 5500,
			containerheight: '450px'
		});	
	}
);