$(document).ready(function(){
	$('#meerkat').meerkat({
		background: 'url(images/christmas-promo/red-bkgrnd.gif) repeat-x left top',
		height: '176px',
		width: '100%',
		position: 'bottom',
		close: '.close-meerkat',
		dontShowAgain: '.dont-show',
		animationIn: 'slide',
		animationSpeed: 500
	});
});

