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%>

What to Look For in a Collectible Auto Insurance Policy
Collectible automobile enthusiasts know how important it is to have coverages beyond the standards offered by many car insurance companies. People who have invested time in restoring and caring for a classic car will most likely want to spend as much time finding the right insurance. These kinds of customers are generally more selective about where they drive, park and store their cars - as well as which repairs they have done and at which facilities.

If you're this kind of enthusiast, you may want to look for specialized coverages that aren't always available under other policies out there - coverages that are as special as your car. These include things like:

  • Agreed Value - Protects the current market value of your car in the event of physical damage or a total loss.
  • Customized Policies - Allows for lower premiums, with your ability to choose the coverages that best suit their individual wants.
  • No Attendance Clause - When you want to walk around at car shows and enjoy the other displays, your attendance is not required in the case of a loss.
<%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%>