<!-- 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;');

document.write(' <a href="about.html">About Us</a>');

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

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

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

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

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

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

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

document.write(' <a href="book.html">Check Availability/Book Online</a>');

document.write('<br />');
document.write('<br />');
document.write('201 West Park Street');
document.write('&nbsp;&nbsp;&nbsp;');
document.write('Livingston, MT 59047');
document.write('&nbsp;&nbsp;&nbsp;');
document.write('(406) 222-1350');

document.write('<br />');
document.write('Images and content &copy; 2007 &#8211; 2010 The Murray Hotel');

