<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_ConnCruise_STRING Recordset1.Source = "SELECT * FROM area_table" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Disabled Cruising Holidays by Cruisingholiday.co.uk - Oxygen
 
 


Oxygen

All types of oxygen are permitted onboard. Storage policies vary from ship to ship however you will be able to keep some or all of your cylinders in your cabin.

Cruising Holiday.co.uk © <%= Response.Write(date) %> admin
<% Recordset1.Close() Set Recordset1 = Nothing %>