	$(document).ready(function(){
	$('#splash').addClass('show');
	$('#splash-holder').removeClass('withimage');
	$('#splash-holder').addClass('show');
	$('#home-page-splash').css({"background":"none"});
	$('#splash').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 7000,
			type: 'sequence'
			});
	});
