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