function w(s)
	{
	document.write(s);
	}

function leftbar()
	{
	w("<img src=\"");
	w("http://nphc.com/images/contact_info.gif\" alt=\"Contact Information\">");
	w("<br>");
	w("<br>");
	w("9250 N 3rd St, Suite 3010<br>");
	w("Phoenix AZ 85020<br>");
	w("602-861-1168<br>");
	w("<br>");
	
	w("16222 N. 59th Ave., Suite B145<br>");
    w("Glendale, AZ 85306<br>");
    w("602-978-1121<br>");
	
//	w("6206 W. Bell Rd, Suite 2<br>");
//	w("Glendale AZ 85308<br>");
//	w("602-978-1121<br>");
	
	w("<br>");
	w("18404 N. Tatum Blvd.<br>");
	w("Suite 201<br>");
	w("Phoenix AZ 85032<br>");
	w("602-867-7217<br>");
	w("<br>");
//	w("19636 N 27TH Ave, <br>");
//	w("Suite 302<br>");
//	w("Phoenix AZ 85027<br>");
//	w("623-580-1256<br>");
//	w("<br>");	
	w("9305 W. Thomas Rd., Suite 370<br>");
	w("Phoenix, AZ 85037<br>");
	w("623-298-5220<br>");
	w("<br>");
	}
