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

Where to Store Your Boat
Before you buy a boat a good question to ask yourself is where you’ll store it in the off-season. Below are a few options to consider based on your budget, the size of your boat and what’s available in your area.

Slip
If you have a larger boat and you live in an area where boating is popular, this is a good choice because you don’t have to worry every season about storage and it’s very convenient. Rates vary from state to state, but typically you’ll be charged by boat length or slip length. Availability is key. Check online, in the phonebook or at a boat dealer for a marina nearest you.

Rack Storage
Another option is rack storage. You call ahead and they use a forklift to retrieve your boat from a shed or covered facility. When you return, they put it back for you. This is a good option for smaller boats.

Trailer
The cheapest way to store your boat is on a trailer in your driveway or yard. This option has its advantages because you don’t have slip or storage fees and you have the added convenience of taking out the boat without calling ahead or traveling to a marina. Always consult your vehicle owner’s manual for towing capacity and use the appropriate equipment for the boat you own.

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