$(document).ready(function(){
	$("#meerkat-content")
	meerkat({
		close: '.close-meerkat',
		dontShow: '.dont-show',
		dontShowExpire: 7,
		removeCookie: '.remove-cookie',
		animation: 'slide',
		animationSpeed: 1000,
		meerkatPosition: 'bottom',
		background: '#292817',
		height: '110px'
	});

	$("#menu").lavaLamp({
	            fx: "backout",
	            speed: 700,
	            click: function(event, menuItem) {
	                return true;
	            }
        });

    $("ul.sf-menu").supersubs({
	            minWidth:    8,   // minimum width of sub-menus in em units
	            maxWidth:    20,   // maximum width of sub-menus in em units
	            extraWidth:  1     // extra width can ensure lines don't sometimes turn over
	                               // due to slight rounding differences and font-family
	        }).superfish();  // call supersubs first, then superfish, so that subs are
	                         // not display:none when measuring. Call before initialising
                         // containing tabs for same reason.
});