<!-- 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="drinks.htm">Drinks</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="eats.htm">Eats</a>');

document.write('&nbsp;|&nbsp;');
 
document.write(' <a href="history.htm">History</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="golf.htm">Golf Tourn.</a>'); 

document.write('&nbsp;|&nbsp;');

document.write(' <a href="slideshow1.htm">Photos</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="shirts.htm">Shirts</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact-us.htm">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.omelette-parlor.com">Omelette Parlor</a>');

document.write('<br><br>');



//  End -->
