document.writeln("<p>");
document.writeln("Office Address:<br>");
document.writeln("Christensen Center<br>");
document.writeln("5207 McKinney<br>");
document.writeln("Suite 10<br>");
document.writeln("Dallas, TX 75205<br>");
document.writeln("<b>Phone:<br>");
document.writeln("214-553-5522</b><br>");
document.writeln("Fax:<br>");
document.writeln("214-553-5548</p>");


