    document.write('<p>'); 
 	document.write('<a href="index.html" title="McCall Boat Works">Home</a> ');   
    document.write('<br />'); 
    document.write('<a href="Bio.html" title="About Don Hardy">Biography</a> ');
	document.write('<br />');  
    document.write('<a href="News.html" title="Latest News">Latest News</a> ');
	document.write('<br />');  
    document.write('<a href="Shop/Shop.html" title="Shop">Shop</a> ');
	document.write('<br />'); 
    document.write('<a href="https://sites.google.com/site/mccallboatworksboatsforsale/home" target="_blank">Inventory/For Sale</a> ');
	document.write('<br />');
	document.write('<a href="CustomBoats.html" title="Customs">Custom Boats</a> ');
	document.write('<br />'); 
    document.write('<a href="Progress.html" title="Resume of Boats">Resume of Boats</a> ');
	document.write('<br />');
    document.write('<a href="Storage.html" title="Storage">Storage Facilities</a> ');
	document.write('<br />');  
	document.write('<a href="Awards.html" title="Awards">Awards</a> ');
	document.write('<br />');  
    document.write('<a href="Links.html" title="Links">Links</a> ');
	document.write('<br />');
    document.write('<a href="Contact.html" title="Contact">Contact</a> ');
	document.write('<br />');
    document.write('<a href="http://www.ACBS.org" target="_blank" title="Antique & Classic Boat Society">ACBS</a>  ');
	document.write('<br />');
	document.write('<a href="http://www.ertter.com" target="_blank" title="Gary Ertter/Photographer">Gary Ertter</a>  ');
	document.write('<br />');
    document.write('</p>'); 
