<!--

// Left Navigation script
function writeLeftNav(){
	var strReturn = new String();
	strReturn += ('<ul id="leftNav"><li><a href="index.html">Home</a></li><li><a href="about.html">About Us</a></li><li><a href="visit.html">Visit Our Shop</a></li><li><a href="silkFlowers.html">Silk Flowers</a></li><li><a href="furniture.html">Furniture</a></li><li><a href="ceramics.html">Italian Ceramics</a></li><li><a href="homeFurnishings.html">Home Furnishings</a></li><li><a href="pottery.html">Guy Wolff Pottery</a></li><li><a href="statuary.html">Concrete Statuary</a></li><li><a href="historic.html">Historic Corolla Village</a></li><li><a href="contact.html">Contact Us</a></li></ul>');
	
document.writeln(strReturn);
}
// END Left Navigation script






// copyright script
function writeCopyright(){
	var strReturn = new String();
	strReturn += ('<p align="center">This site created and maintained by <a href="http://www.threedogink.com/" target="_blank">Three Dog Ink</a>, publishers of <a href="http://www.outerbanksguides.com/" target="_blank">The Outer Banks Guides</a>.<br />Copyright &nbsp;&#169;2005 - 2006 Lighthouse Garden. All rights reserved.</p>');
	
document.writeln(strReturn);
}
// END copyright script




// 