$(document).ready(function(){
	$('#splasher').meerkat({
		height: '100%',
		width: '100%',
		position: 'bottom',
		animationIn: 'none',
		animationOut: 'fade',
		animationSpeed: 500,
		dontShowAgain: '#splasher a',
		timer: null,
		dontShowAgainAuto: true,
		cookieExpires: 1
	});
});
