﻿$(document).ready(function(){
		meerkat({
		showMeerkatOnLoad: 'false',
		close: '.close',
		dontShow: '.close',
		dontShowExpire: 0.05,
		removeCookie: 'none',
		meerkatPosition: 'bottom',
		animation: 'slide',
		animationSpeed: 'slow',
		height: '150px',
		background: '#08164c'
		});
});


