document.write(copyright());

function copyright(){
	str='<div id="copyright">\r'
	str+='Copyright &copy; Architectural Limestone Inc. All rights reserved.\r'
	str+='</div>\r'
	str+='<div id="designed_by">\r'
	str+='Site Design By: <a href="http://djodesigngroup.com">DjO Design Group</a>\r'
	str+='</div>\r'
	return str
}
