$(document).ready(
		function(){
			$('#splash_rotater').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'random',
				containerheight: '283px'
			 }); 
			 
		 } 
	);
