<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_crewsearchconn_STRING Recordset1.Source = "SELECT * FROM skipperinfo" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> CrewSearch: Contact

Welcome to the CrewSearcher Vessel Owner / Skippers area.
CrewSearcher is the global service dedicated to helping you find the right yacht crew positions for your yacht FREE OF CHARGE . We cover all aspects of sailing and boating including cruising, racing, chartering, and deliveries. Our crew members include skippers, captains, deckhands, chefs/cooks, engineers, stewards /stewardess seeking both professional and amateur positions.

Please use the top menu to use our services

Bon Voyage & happy, safe sailing

<% Recordset1.Close() Set Recordset1 = Nothing %>