$(function(){
//meerkat stuff goes here
$('.ads').meerkat({
background: '#666666',
opacity: '0.5',
height: '50px',
width: '100%',
position: 'bottom',
close: '.close-meerkat',
dontShowAgain: '.dont-show',
animationIn: 'slide',
animationSpeed: 500
});
});