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