$(document).ready(function() {
	$('.meerkat').meerkat({
		background: '#222222',
		width: '100%',
		height: '100%',
		position: 'right',
		close: '.close-meerkat',
		dontShowAgain: '.dont-show',
		animationIn: 'slide',
		animationSpeed: 900,
		easingIn: 'easeInBounce',
		opacity: '0.95',
		dontShowAgain: '.dont-show',
		cookieExpires: 7,
		removeCookie: '.reset'
	});
});
