jQuery(document).ready(function(){ jQuery('.meerkat').meerkat({ background: '#000 url(/path/to/bgimage.jpg) no-repeat left top;', height: '80px', width: '100%', position: 'bottom', dontShowAgain: '.dont-show', opacity: '0.5', timer: '500', animationIn: 'slide', animationOut: 'slide', animationSpeed: 'fast' }); });