$(document.body).ready(function(){offclick.init()});var offclick={list:[],init:function(){offclick.list=[{root:"#lanDropdown",callback:function(){$("#lanDropdownTrigger").removeClass("lanDropdownTriggerOn");$("#lanDropdown ul").hide()}},{root:"#bizDropdown",callback:function(){$("#bizDropdownTrigger").removeClass("lanDropdownTriggerOn");$("#bizDropdown ul").hide()}},{root:"#searchDropdown",callback:function(){$("#searchDropdownTrigger").removeClass("searchDropdownTriggerOn");$("#searchDropdown ul").hide()}},{root:"#JATLDropdown",callback:function(){$("#JATLDropdownTrigger").removeClass("JATLDropdownTriggerOn");$("#JATLDropdown ul").hide()}},{root:"#headerDropdown",callback:function(){$("#headerDropdown ul").hide()}},{root:".listDrop",callback:function(){$("h5",this.root).removeClass("on");$("ul",this.root).hide()}},{root:"#myNycPopup",callback:function(){$(this.root).hide()}}];offclick.attach()},attach:function(){var a=offclick.list;$("body").mousedown(function(b){for(x in a){if($(b.target).parents().filter(a[x].root).length==0){a[x].callback()}}})}};