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