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

Safety first
Freedom, exhilaration, the wind and waves…Operating a boat can be fun and exciting, but it has risks. Fortunately, most of them can be avoided by following some simple safety tips each and every time you take to the open water. We've gathered useful information to help keep you safe while you're outenjoying your boat or personal watercraft.

<%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. En algunos casos utilizamos un sistema de puntaje de seguros basado en información crediticia. *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. We use credit-based insurance scoring in some cases. *Coverage may not be available in all areas.<%END IF%>