document.write(copyright());

function copyright(){
	str='<DIV ID="Copyright" ALIGN="CENTER">\r'
	str+='Copyright &copy; Architectural Limestone Inc. All rights reserved.\r'
	str+='</DIV>\r'
	str+='<DIV ID="designed_by" ALIGN="CENTER">\r'
	str+='Site Design By: <A HREF="http://derek-owca.com">Derek Owca</A>\r'
	str+='</DIV>\r'
	return str
}