function RunHeader()
{

document.write('<div class="header_center">');
document.write('    <div class="header">');
document.write('      <div class="logo"> <img src="images/logo.png" width="216" height="115" /> </div>');
document.write('       <img src="images/txt.jpg" width="407" height="111" style="float:left; margin-top:24px;" />');
document.write('      	  <div class="header_left"><br /><P>1929 SW Loop 304 <br />PO Box 975<br />Crockett, TX 75835-3531</P></div>');
document.write('	</div>');
document.write('  </div>');
  
}
