function prime_multi_quote(a){if(document.forms&&document.forms['prime_multi_quote_form']){var b='';for(var i=0;i<document.forms['prime_multi_quote_form'].quotes.length;i++){if(document.forms['prime_multi_quote_form'].quotes[i].checked){b+='&quotes[]='+document.forms['prime_multi_quote_form'].quotes[i].value}else if(document.forms['prime_multi_quote_form'].quotes[i].type=='hidden'){b+='&quotes[]='+document.forms['prime_multi_quote_form'].quotes[i].value}}a.href+=b}}
