<!--




// 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 />Copyright &nbsp;&#169;2005 - 2006 Hardy Moving and Storage. All rights reserved.');
	
document.writeln(strReturn);
}
// END copyright script




// 
