home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / backpack.asp < prev    next >
Text File  |  1997-11-01  |  4KB  |  97 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <% Option Explicit %>
  3.  
  4. <%
  5. ' Need to ensure that always have non-secure prefix when leave FreqFlyer directory
  6. Dim m_RootURL
  7. m_RootURL = GetRootURL()
  8. %>
  9.  
  10. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  11. <HTML>
  12. <HEAD>
  13. <!--META TAGS ARE RECOMMENDED FOR THE SEARCH ENGINE-->
  14. <META NAME="DESCRIPTION" Content="Exploration Air Ad">
  15. <META NAME="KEYWORDS" CONTENT="ad, vacation, fun, backpacking, hiking, specials">
  16. <META NAME="GENERATOR" CONTENT="Microsoft Visual InterDev 1.0">
  17. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso8859-1">
  18. <!--END META TAGS-->
  19. <TITLE>Personalized Ads:  Backpacking</TITLE>
  20. </HEAD>
  21.  
  22. <BODY BGCOLOR=#FFFFFF TOPMARGIN=0 LEFTMARGIN=0 ALINK=#23238E VLINK=#228B22 LINK=#23238E>
  23. <BASEFONT FACE="VERDANA, ARIAL, HELVETICA" SIZE=2>
  24.  
  25. <!--Change link color on mouseover
  26.     Only if running Internet Explorer 4.0 or later -->
  27. <!--#include file=../../libHighlight.inc-->
  28. <!--#include file=../../libGlobalFuncs.inc-->
  29.  
  30. <!--BEGIN TABLE HOLDING LOGO, TITLE, AND NAVIGATIONAL LINK-->
  31. <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
  32.     <TR>
  33.       <TD WIDTH=280>
  34.           <A HREF="<%= m_RootURL %>/default.asp">
  35.         <IMG SRC="../../Images/Logo_sm.gif"  WIDTH="200" HEIGHT="100" 
  36.           ALT="Return to Exploration Air's Home Page" BORDER=0>
  37.         </A>
  38.         <BR>
  39.         <BR>
  40.         <A HREF="../default.asp">
  41.           <IMG SRC="../../Images/barrowy.gif" HEIGHT="8" WIDTH="8" 
  42.           ALT="Return to Frequent Flyer Home Page" ALIGN=MIDDLE BORDER=0>
  43.         </A>
  44.         <FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="2"><STRONG>
  45.           <A HREF="../default.asp">
  46.             FREQUENT FLYER HOME PAGE
  47.           </A>
  48.         </STRONG></FONT>
  49.       </TD>
  50.       <TD><H2>Backpacking</H2>
  51.       </TD>
  52.        <TD WIDTH=115 VALIGN=TOP ALIGN=RIGHT>
  53.         <A HREF="<%= m_RootURL %>/HowItWorks/default.asp"><IMG SRC="../../images/btssmall.gif" WIDTH="115" HEIGHT="52" ALT="Click here to learn how this page works" BORDER=0></A>
  54.     </TD>
  55.     </TR>
  56. </TABLE>
  57. <!--END TABLE HOLDING LOGO, TITLE, AND NAVIGATIONAL LINK-->
  58.  
  59. <!--BEGIN AD CONTENT-->
  60. <BLOCKQUOTE>
  61. <P>
  62. <HR>
  63. <P>
  64. Exploration Air and Exotic Excursions have teamed up to bring you a unique backpacking adventure!  Join other explorers from around the world as we trek through the mountains of Brazil.  We will spend two weeks travelling through the mountainous state of Minas Gerais, past cascading waterfalls, over high passes and explore the following areas:  the gorges in the south, in Rio Grande do Sul; the trails and waterfalls of Serra do Mar, in the states of Sπo Paulo and Rio de Janeiro; and the mountain ridge of Serra da Graciosa, in Paranß. 
  65. <P>
  66. We extend our camping comfort by using pack stock to carry extra equipment and supplies, but the terrain is rugged. For safety, each backpacker will receive a hand held Global Positioning System (GPS) receiver. The Global Positioning System (or GPS) is a collection of satellites owned by the U.S. Government that provides highly accurate, worldwide positioning and navigation information, 24 hours a day.  It can provide position information at any time, so if it becomes dark or bad weather sets in, and you can't see recognizable landmarks, GPS and a good map will help you navigate back to a safe place.
  67. <P>
  68. Please be in excellent health and physical condition. The hiking is strenuous, over steep, isolated trails, at altitudes ranging from 5,000 to 13,000 feet.  
  69. <P>
  70. <STRONG>Pricing: </STRONG>$1950 per person, including round-trip air fare and accommodations.  This expedition is designed for adults only, no children.  Pricing subject to change.
  71. <P>
  72. For more information, or to make a reservation, contact your travel agent or call (425) 555-9170.   Información en Español,  (425) 555-9970.
  73. </BLOCKQUOTE>
  74. <!--END AD CONTENT-->
  75.  
  76. <P>
  77. <HR>
  78. <P>
  79. <CENTER>
  80. <FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="1"><A HREF="<%= m_RootURL %>/legal.htm">©1997 Microsoft Corporation. All rights reserved. Terms of Use.</A></FONT>
  81. </CENTER>
  82.  
  83. <P>
  84. <!--COLOR BANNER START-->
  85. <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
  86.     <TR>
  87.     <TD BGCOLOR="#C71585" WIDTH=100% HEIGHT=20>
  88.     </TD>
  89.     </TR>
  90. </TABLE>
  91. <!--COLOR BANNER END-->
  92.                    
  93. </BODY>
  94. </HTML>
  95.  
  96.  
  97.