$('body').click(function() { if (InfernoShoutbox.viewingPanel == true) { $('#panel').fadeOut('slow', function() { $('#panel').css('display', 'none'); }); InfernoShoutbox.viewingPanel = false; } });