$(document).ready(function(){$(".customer-item").hover(function(){var customerlink=$(this).find(".customer-link-off");customerlink.removeClass();customerlink.addClass("customer-link-on");$(this).find(".customer-overlay").show();$(this).find(".customer-logo").css("display","block");$(this).find(".gray-overlay").hide();$(this).find(".customer-logo-gray").hide()},function(){var customerlink=$(this).find(".customer-link-on");customerlink.removeClass();customerlink.addClass("customer-link-off");$(this).find(".customer-overlay").hide();$(this).find(".customer-logo").hide();$(this).find(".gray-overlay").show();$(this).find(".customer-logo-gray").show()});function setIndustryFromQuery(){var industryQueryString=$.jqURL.get('caid');if(typeof industryQueryString=="undefined")return false;$(".filter-industry").val(industryQueryString)}});
