<!--


// copyright script
function writeCopyright(){
	var strReturn = new String();
	strReturn += ('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 /><a href="/copyright.html">Copyright &nbsp;&#169;2004 - 2006 Atlantic Elevators. All rights reserved.</a>');
	
document.writeln(strReturn);
}
// END copyright script




// 