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

Plan ahead for your boat trip
Anytime you go out in a boat it is a good idea to leave information regarding your travel plans with a responsible person that is not traveling with you. Details about where you are going, when you are leaving and when you plan to return will be important in the event that your boat is delayed due to weather conditions, mechanical problems or other emergency, and help needs to reach you.

Float plan
Print this page, complete this plan and leave it with a reliable person who you can depend on to notify the Coast Guard, or other rescue organization, should you not return as scheduled.

1. Name and telephone number of person reporting: __________________________

2. Description of boat:
Type ___________ Color __________ Trim ____________
Registration Number _____________ Length ___________
Make ___________ Name __________________________
Other Information __________________________

3. Number of Persons Aboard ______________
Name Age Address & Phone __________________________

4. Engine Type _________________ H.P. ____________________
No. of Engines _______________ Fuel Capacity _______________

5. Radio YES / NO Type ______________________ Freqs. _____________

6. Survival Equipment (Check as appropriate)

___ PFDs
___ Flares
___ Mirror
___ Smoke Signals
___ Flashlight
___ Food
___ Paddles
___ Water
___ Anchor
___ Raft or Dinghy
___ Batteries
___ First Aid Kit
___ Other

7. Trip Expectations:
Leave at __________________________ (time)
From __________________________
Going To __________________________
Expect to Return by __________________________ (time)
And in no Event Later Than __________________________

8. Any other Pertinent Information __________________________

Trailer License __________________________Type __________________________
Automobile License __________________________

9. Color and Make of Auto __________________________
Where Parked __________________________

10. If not returned by _____________ (time), call the Coast Guard or __________________ (local authority). Phone Numbers ____________________________________

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