//This file writes out the contact information on pages it is included on
document.write("<h5>JnJ ENTERPRISES<br>");
document.write("PO BOX 1121<br>");
document.write("ANKENY, IA 50023-1121<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>");
