$(document).ready(
		function(){
			$('#splash_inner').innerfade({
				speed: 'slow',
				timeout: 11000,
				type: 'sequence',
				containerheight: '420px'
			 });
			$('.notflash').innerfade({
				speed: 'slow',
				timeout: 6000,
				type: 'sequence',
				containerheight: '210px'
			 }); 
		 } 
	);