// JavaScript Document
$(function(){
	$('.meerkat').meerkat({
		background: '#fff',
		height: '100%',
		width: '100%',
		position: 'bottom',
		dontShowAgain: '#enter',
		animationIn: 'none',
		animationOut: 'fade',
		animationSpeed: 500,
		timer: 3,
		dontShowAgainAuto: true,
	cookieExpires: 2
	});
});
