$(document).ready(
		function(){
			$('#splash').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'random',
				containerheight: '320px'
			 }); 
		 } 
	);