function hours(){
	document.write('<center>')
	document.write('<p style="color:#ffffff">Township offices are open Monday through Thursday, 8 a.m. -  4:30 p.m.</p> ');
	document.write('<hr width="550" style="color:gray" />')
	document.write('<p style="color:#ffffff">General Office Phone: 586-725-0263  Fax: 586-725-8790</p>');
	document.write('</center>')
	}
