Foremost Collectible Auto Insurance
Share |
<% dim language, CurrentURL, splitURL language="spanish" CurrentURL = Request.ServerVariables("URL") if request("language")= "language-change" then 'looks for incoming request from language link if session("language")="" then 'switches to "spanish" if it's currently not set session("language")="spanish" splitURL=split(CurrentURL,".asp") Response.Redirect(splitURL(0) & "-"&session("language")&".asp") elseif session("language")="spanish" then 'switches to "not set" if it's currently spanish session("language")="" splitURL=split(CurrentURL,"-spanish.asp") Response.Redirect(splitURL(0) &session("language")&".asp") end if end if if session("language")=language and InStr(CurrentURL,language)=<1 then 'if "spanish" is not found in the url" splitURL=split(CurrentURL,".asp") Response.Redirect(splitURL(0) &"-" &session("language")&".asp") elseif session("language")="" and InStr(CurrentURL,language)=>1 then 'if "spanish" is found in the url accessing it directly session("language")=language end if if InStr(CurrentURL,language)=>1 then 'if "spanish" is found in the url display English link %>
Language: English
<%elseif InStr(CurrentURL,language)=<1 then 'if "spanish" is not found in the url display Spanish link %>
Language: Español
<%end if%>

You've poured time, effort and a lot of money into your collectible auto. It's not just a hobby, it's your passion. You even have a name for her. When you're cruising those beautiful country roads, the last thing you want to worry about is whether you have the right insurance policy.

We get it.
Collectible autos aren't standard vehicles and that's why specialty insurance is so important. If you want insurance for your Collectible Auto, make sure your vehicle is covered by the specialty insurance experts. From Classics to Modifieds, we know your car and we want to help you get the coverage you want.

So sit back and enjoy the ride. Leave the insurance to us.

<%IF session("language")="spanish" THEN%>Acerca de las coberturas descritas en este sitio web: Su contrato de seguro consta solamente en su póliza, no en este sitio web. La protección de su seguro podría variar de la protección de las coberturas aquí descritas, dependiendo de las coberturas estándar incluidas en su póliza y de las coberturas opcionales que compre. La información crediticia solamente se utiliza a efectos de aseguramiento o tarificación en los lugares donde lo permitan las leyes estatales. *La cobertura podría no estar disponible en todas las áreas. <% ELSE%>About the coverages described on this site: Your insurance contract is contained only in your policy, not in this Web site. Your insurance protection may vary from the coverages described here, depending on the standard coverages included in your policy and the optional coverages you purchase. Credit is only used by underwriting or rating where allowed by state law. *Coverage may not be available in all areas.<%END IF%>