jQuery(document).ready(function(){
	jQuery('.meerkat').meerkat({
		background: 'url(/Portals/0/Skins/Acomba/images/bg_meerkat.gif) repeat-x left bottom',
		height: '105px',
		width: '100%',
		position: 'bottom',
		close: '.close-meerkat',
		dontShowAgain: '.dont-show',
		cookieExpires: 78,
		animationIn: 'slide',
		animationSpeed: 500
	});
});

