<!-- Begin
document.write('<center>');
document.write(' <a href="./index2.html">Home</a> ');
document.write('| <a href="./site-map.html">Site Map</a> ');
document.write('| <a href="./guestbook.html">Contact Us</a> ');
document.write('| <a href="./survey.html">Adventure Survey</a> ');
document.write('</a><br>');
document.write('</a><br>');
document.write(' <a href="./hike.html">Hiking</a> ');
document.write('| <a href="./camping.html">Campgrounds</a> ');
document.write('| <a href="./lakes.html">Lakes</a> ');
document.write('| <a href="./mt-biking.html">Mountain Biking</a> ');
document.write('| <a href="./fishing.html">Fishing</a> ');
document.write('| <a href="./motorcycle.html">Motorcycle Rides</a> ');
document.write('| <a href="./ohv.html">Backroads</a> ');
document.write('| <a href="./scenic.html">Scenic Drives</a> ');
document.write('</a><br>');
document.write('</a><br>');
document.write(' <a href="./resorts.html">Resorts</a> ');
document.write('| <a href="./b&b.html">Bed and Breakfasts</a> ');
document.write('| <a href="./cabins.html">Cabin Rentals</a> ');
document.write('| <a href="./singles.html">Singles Adventures</a> ');
document.write('</center>');
// End -->