<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'





var paypal		= "no"				// SHOW VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// EDIT WITH YOUR PAYPAL E-MAIL
var paypallogo		= "yes"				// SHOW PAYPAL LOGO AND CARDS


var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "130"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "83"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "12"		// SPACING BETWEEN IMAGES




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');
document.write('<div class="addthis_toolbox addthis_default_style"><a href="http://addthis.com/bookmark.php?v=250&amp;username=xa-4c1fb8aa2a8c7dd4" class="addthis_button_compact">Share</a></div><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c1fb8aa2a8c7dd4"></script>')
document.write('<br>');


document.write('<a href=""><img src="picts/tnglogosm.gif" border="0" width="'+imagewidth+'" height="128" class="Galborder"></a>');
document.write('<br>');
document.write('<br>');
document.write('<br>');


// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

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

document.write('<center><a href="contact.htm" target="_blank">Call</a><br><br>The Natural Gait<br><br>Toll Free<br>1-877-776-2208<br><br>Email:<br>');

document.write(' <A HREF="mailto:ntrlgait@acegroup.cc">NtrlGait@acegroup.cc</a><br>');



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


// PAYPAL CC LOGO
   if (paypallogo == "yes") {
document.write('<img src="picts/visa-mc-discover.gif" alt="Reserve using these cards" vspace="6" width="150" height="30"><br>');
}






// START VIEW CART CODE

document.write('<img src="picts/spacer.gif" width="5" height="9"><br>');
   if (paypal == "yes") {
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" src="picts/cart-view-off.gif" border="0" name="CartAdd" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form>');
}
document.write('<img src="picts/spacer.gif" width="5" height="7"><br>');






// SIDEBAR IMAGES //


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');











// 2ND NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Rental Rates<br></legend>');
document.write('<b>Upper Gait Cabins:</b><br>*$170 per night, DBL occup.<br><br><b>Upper Gait Bunk Rooms:</b><br>*$60 per night<br>DBL occup.<br><br><b>Lower Gait Cabins:</b><br>Ion Inn:<br> $170 per night<br>DBL Occup.<br><br>Mule-Tel \& Kouple\'s Kabin:<br>*$120 per night<br>DBL occup.<br><br>Hacienda: <br>*$60 per night<br>DBL occup.<br><br><br><b>Lower Gait Bunk Houses:</b><br>*$100 per night<br>DBL occup.<br><br>**$10 each additional person,<br> Age 5 \& under FREE,<br>*$10 each additional pet<br><br>*If guests are staying only one night on a weekend or Holiday, they will be charged the premium rate.  Go to <a href="rates.htm" target=_blank">Rates</a> for details.');


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


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


   if (notes1 == "yes") {
document.write('<fieldset><legend>');
document.write('Check-In<br>Procedures<br></legend>');

document.write('Check-In&nbsp;&nbsp;&nbsp;&nbsp;2 pm<br><br>Check-Out&nbsp;&nbsp;&nbsp;11 am');

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

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


   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Cancellation<br>Policy<br></legend>');

document.write('<b>NO refund</b> if cancellation is made less than 14 days prior to reservation!<br><br> As we do not take deposits, the entire amount of your reservation would become due.<br><br> It is our desire to continue to offer this beautiful land for everyone to experience, and we had to make this business decision.');

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


   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Horse<br>Policy<br></legend>');

document.write('Iowa Law requires out-of-state guests to provide proof of coggins and health certificate for their horse.');

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








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

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


//  End -->