jQuery(document).ready(function(){
jQuery('.meerkat').meerkat({
background: '#000000',
height: '',
width: '100%',
position: 'bottom',
close: '.close-meerkat',
dontShowAgain: '.dont-show',
opacity: '0.5',
timer: '9999999',
animationIn: 'slide',
animationOut: 'slide',
animationSpeed: 'fast'
});
});