/*
$(document).ready(function(){
meerkat({
	close: '.close',
	dontShow: '.dont-show',
	dontShowExpire: 365
});
});
*/