<!-- Begin

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


document.write('<div id="bottomnav" width="780px" style="padding-left: 20px;">')

// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK

document.write('<a href="/index.html" >Home</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="/guest_rates__information.html"  >Rates & Information</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="/summer_activities.html" >Summer Activities</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/fall_foliage_season.html" >Fall Foliage Season</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/winter_in_the_white_mountains.html">Winter In White Mountains</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/wildlife.html">Wildlife</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://www.webervations.com/magic-scripts/resbook.asp?memberid=hjco" >Reservations</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/directions.html" >Directions</a>');
document.write('&nbsp;|&nbsp;');
document.write('<br>');

document.write('<a href="/photogallery.html" >Gallery</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/packages_specials.html" >Packages</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/weddings.html" >Weddings</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/petfriendly.html">Pet Friendly</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/cookingschool.html">Cooking School</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/testimonials.html">Testimonials</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="/contact.html">Contact Us</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="/blog/">Blog</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="/site_map.html">Site Map</a>');
document.write('&nbsp;|&nbsp;');

document.write('</div>');

//  End -->