<%@LANGUAGE="JAVASCRIPT"%> <% var Recordset1 = Server.CreateObject("ADODB.Recordset"); Recordset1.ActiveConnection = MM_operadorescon_STRING; Recordset1.Source = "SELECT * FROM destinos"; Recordset1.CursorType = 0; Recordset1.CursorLocation = 2; Recordset1.LockType = 3; Recordset1.Open(); var Recordset1_numRows = 0; %> <% var Recordset2__MMColParam = "1"; if(String(Request("MM_EmptyValue")) != "undefined") { Recordset2__MMColParam = String(Request("MM_EmptyValue")); } %> <% var Recordset2 = Server.CreateObject("ADODB.Recordset"); Recordset2.ActiveConnection = MM_operadorescon_STRING; Recordset2.Source = "SELECT * FROM fechas WHERE valor = "+ Recordset2__MMColParam.replace(/'/g, "''") + " ORDER BY precio ASC"; Recordset2.CursorType = 0; Recordset2.CursorLocation = 2; Recordset2.LockType = 3; Recordset2.Open(); var Recordset2_numRows = 0; %> <% var Repeat1__numRows = 5; var Repeat1__index = 0; Recordset2_numRows += Repeat1__numRows; %> <% var MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters // create the list of parameters which should not be maintained var MM_removeList = "&index="; if (MM_paramName != "") MM_removeList += "&" + MM_paramName.toLowerCase() + "="; var MM_keepURL="",MM_keepForm="",MM_keepBoth="",MM_keepNone=""; // add the URL parameters to the MM_keepURL string for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepURL += "&" + items.item() + "=" + Server.URLencode(Request.QueryString(items.item())); } } // add the Form variables to the MM_keepForm string for (var items=new Enumerator(Request.Form); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepForm += "&" + items.item() + "=" + Server.URLencode(Request.Form(items.item())); } } // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length > 0) MM_keepForm = MM_keepForm.substring(1); %> VIAJES FELGUERES

2008 ALASKA - PASAJE INTERIOR 7 Días desde $549! Las mejores tarifas en Alaska!!!

STAR PRINCESS ®
7 DÍAS
Seattle – Ketchikan – Tracy Arm – Juneau – Skagway – Victoria – Seattle .
SALIDAS
INTERIOR
EXTERIOR
BALCON
MINI-SUITE
AGOSTO 31, SEPTIEMBRE 7, 2008
$699 (Cat. M)
-------
$1299 (Cat. BB)
$1498 (Cat. AC )


GOLDEN PRINCESS ®
7 DÍAS
Seattle – Juneau – Skagway – Tracy Arm – Ketchikan – Victoria – Seattle .
SALIDAS
INTERIOR
EXTERIOR
BALCON
MINI-SUITE
SEPTIEMBRE 01 , 2008*
$599 (Cat. I)
$748 (Cat. D)
$1299 (Cat. BC)
-------
         
DIAMOND PRINCESS ®
7 DÍAS
WHITTIER - COLLEGE FJORD - GLACIER BAY - SKAGWAY - JUNEAU - KETCHIKAN - VANCOUVER..
SALIDAS
INTERIOR
EXTERIOR
BALCON
MINI-SUITE
AGOSTO 09 , 2008*
$549(Cat. M)
$1429 (Cat. EE)
$1499 (Cat. BD)
$1699 (Cat. AD)
         
         
         
Tarifas en dólares.. Precios por persona. Basado en ocupación doble. Sujeto a disponibilidad. Capacidad Controlada. Incluye impuestos portuarios. No incluye cargos gubernamentales que se aplicarán dependiendo de los puertos visitados en cada recorrido. No incluye propinas de $10.5 ó $11.00 usd (dependiendo de la cabina) que se pagarán en el barco. No incluye cargo por combustible de $9 usd por día  por persona. Aplica solo para residentes en México. Favor de referirse al catálogo Princess Cruises para términos y condiciones.  Estas tarifas no pueden ser publicadas en Internet. Las tarifas son únicamente de crucero. Tarifas sujetas a disponibilidad y cambios sin previo aviso. Las tarifas aplican únicamente para nuevas reservaciones. APLICAN RESTRICCIONES.
Actualizacion 08/07/08
 
 
VIAJES FELGUERES SA DE C.V. Emilio Castelar 171 Col. Polanco 11560 México D.F.
Conmutador: 3003-2400, rfelgueres@viajesfelgueres.com.mx

 

<% Recordset1.Close(); %> <% Recordset2.Close(); %>