<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3	 	= "no"		// SHOW THE 3rd PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');


document.write('Notice:<br></legend>');

document.write('Please direct all bookings, travel questions, and customer service issues to the respective vendor(s). <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA ADS EDIT THIS AREA

   if (paragraph_2 == "yes") {


<!--

}
// END RIGHT SIDEBAR AREA ADS



// SMALL PICTURE AREA

   if (showimage == "yes") {


document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');

document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<a href="http://click.linksynergy.com/fs-bin/click?id=9Wyzb0D9fgI&offerid=89884.10000216&type=4&subid=0"><IMG alt="Spa Finder, Inc" border="0" src="http://www.spafinder.com/account/affiliate/asts/campaigns/fall2006/fall_120x600_2.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=9Wyzb0D9fgI&bids=89884.10000216&type=4&subid=0">');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




document.write('</td></tr></table>');


// -- END -->
