<!-- Begin 

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

document.write('<a href="index.html">home</a>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('<a href="cabin.html">inside the cabin</a>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('<a href="availability.html">availability & rates</a>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('<a href="activities.html">activities</a>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('<a href="contact.html">contact</a>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('<a href="http://cabinatpinecreek.com/blog/">blog</a>');


