// contact.js

document.write("<strong> phone: </strong> 972.820.6800<br>");
document.write("<br />");
document.write("PO Box 117073<br>");
document.write("Carrollton, TX 76211");
document.write("<br />");
document.write("<br />");
document.write("<strong>Email:</strong><br><a href='mailto:martin.bugman@gmail.com' title='Send email'>martin.bugman@gmail.com</a>");

