ClientsRival2025-12-02T11:43:09-06:00
function SwitchTax()
{
var str = "";
str += "client-type=" + jQuery("#tax_pulldown_client-type").val();
str += "&client-industry=" + jQuery("#tax_pulldown_client-industry").val();
str += "&client-product=" + jQuery("#tax_pulldown_client-product").val();
window.location.href = location.protocol + '//' + location.host + location.pathname + "?" + str + "#filters";
}









