$(document).ready(
		function(){
			$('#splash_splash').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'sequence',
				containerheight: '235px'
			 }); 
		 } 
	);
