document.write(businessAddress());

function businessAddress(){
	str='<H5>Architectural Limestone, Inc. <BR>\r'
	str+='2180 Swanson Ct. <BR>\r'
	str+='Gurnee, IL 60031 <BR><BR>\r'
	str+='Office: <BR>\r'
	str+='(847) 623-0100 <BR><BR>\r'
	str+='Fax: <BR>\r'
	str+='(847) 623-0115 <BR><BR>\r'
	str+='E-mail: <BR>\r'
	str+='<A HREF="mailto:info@architecturallimestone.com">info@architecturallimestone.com</A>\r'
	str+='</H5>\r'
	return str
}