document.write(businessAddress());

function businessAddress(){
	str='<div class="businessAddress"><h5>Architectural Limestone, Inc. </h5> <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+='</p></div>\r'
	return str
}
