//This file writes out the contact information on pages it is included on
document.write("<h5>JnJ ENTERPRISES<br>");
document.write("PO BOX 145<br>");
document.write("OTTUMWA, IA 52501-0145<p>");
document.write("PHONE: 563-581-7615<br>");
document.write("FAX: 775-806-4787<p>");
document.write("<a href='mailto:jnj@jnj4retrax.com'>jnj@jnj4retrax.com");
document.write("</a>");
document.write("</p>");
document.write("</h5>");