
document.write('<h2><a href="index.html">HOME</a><br /><br />'); 
document.write('<a href="appetizers.html">APPETIZERS</a> <br /> <br />');
document.write('<a href="daily_specials.html">DAILY SPECIALS</a><br />	<br />');
document.write('<a href="entrees.html">ENTREES</a>  <br /><br />');
document.write('<a href="seafood_combinations.html">SEAFOOD</a> <br /> <br />');
document.write('<a href="late_night.html">LIGHTER FARE<br />&nbsp; AFTER DINNER</a><br /><br />'); 
document.write('<a href="feature.html">FILET FEATURE</a><br /><br>');
document.write('<a href="sitemap.html">SITE MAP</a>');

