// JavaScript Document
var basehref="";

document.write('        <div id="addresses" class="textsm">');
document.write('          <div id="add1"><span class="bold">Savannah Office</span><br />');
document.write('            33 Bull Street, Suite 400<br />');
document.write('            Savannah, GA 31401<br />');
document.write('            Phone: 912-233-9004<br />');
document.write('            Fax: 912-238-0762</div>');
document.write('          <div id="add2"><span class="bold">Brunswick Office</span><br />');
document.write('            777 Gloucester Street, Suite 414<br />');
document.write('            Brunswick, GA 31520<br />');
document.write('            Phone: 912-264-0026<br />');
document.write('            Fax: 912-264-9287</div>');
document.write('          <div id="add3"><span class="bold">Statesboro Office</span><br />');
document.write('            319 S. Main Street, P.O. Box 727<br />');
document.write('            Statesboro, GA 30459<br />');
document.write('            Phone: 912-764-6951<br />');
document.write('            Fax: 912-764-8795</div>');
document.write('        </div>');

