// Hide the shout box when viewing forum topics/posts if (window.location.href.match('ForumID')) { $('.gpWidget-shout').hide(); }