$(document).ready(function() {
	meerkat({
	  showMeerkatOnLoad: 'true',
	  dontShowExpire: 0,
	  meerkatPosition: 'bottom',
	  animation: 'slide',
	  height: '50px',
	  background: '#0c1e44'
	});
});
