<!-- Begin

document.write('<span class="title">');

document.write('Geronimo Pole Co.');

document.write('</span><br><br>');

document.write("<font>");

name = "geronimoadam";
domain = "aol.com";

document.write('Email: <a href=\"mailto:' + name + '@' + domain +'\">');
document.write(name + '@' + domain + '<a><br>');

document.write('P.O. Box 387<br>');

document.write('N. San Juan, CA 95960<br>');

document.write('YARD PHONE &amp; FAX: <font face="Arial,Helvetica" color="#000000" size="3" class="subtitle">(530) 288-1000<BR></FONT>');

document.write('HOME OFFICE PHONE &amp; FAX: <font face="Arial,Helvetica" color="#000000" size="3" class="subtitle">(530) 265-2836<BR></FONT>');

document.write("</font>");


//  End -->