function displayContactBlock()
{
		var contact;
		contact = "393 Lancaster Ave, Frazer, PA 19355 <br />";
        contact += "Phone - 610 889 9300 <br />";
        contact += "Fax - 888 418 5988 <br />";
		//contact += '<A text-decoration:none;"  HREF="mailto:steve@evansprotects.com"> <img src="images/email.jpg" width=25px /> </A>';
		return contact;
}

function displayFooter()
{
	var footer;
	footer = "<br><h3>Notice of Licensure</h3>";
	footer += "<h4>"
	footer += "Evans Insurance Services, Inc. is licensed to conduct business in Pennsylvania."
	footer += "The information on this site is a solicitation to conduct business only in the aforementioned state of authority."
	footer += '<br />          Evans Insurance Services &nbsp;&copy; &nbsp;2009. &nbsp; &nbsp;<span><a href="http://www.evansprotects.com/privacy_policy.html">Privacy Policy</a></span> </div>';
	footer += "</h4>";
	return footer;	
}
