
<!-- Begin 
// Script by http://scripts.plebius.org/ 
theDate= new Date(); 
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December'); 
var day = theDate.getDate(); 
var textdate = 0; 
if (theDate.getYear() < 2000) 
 textdate = 1900; 
 textdate = months[theDate.getMonth()] + ' ' + day + ', ' + (theDate.getYear() + textdate); 
//--> 

document.write('<table border="0" cellspacing="0" cellpadding="0" background="tb_bk.gif" wi');
document.write('dth="100%">  <tr>    <td align="center" nowrap width="10%" background="');
document.write('images/act_mnu_a.gif"><table border="0"    width="150" cellspacing="0" ce');
document.write('llpadding="0">      <tr>        <td width="100%" align="center"><font f');
document.write('ace="verdana" color="#FFFFFF">');

document.write(textdate); 

document.write('</font></td>      </tr>    </table>    </td>    <td nowrap va');
document.write('lign="top"><img src="images/act_mnu_b.gif" width="23" height="21"></td>  ');
document.write('  <td align="center" nowrap width="20%"><a href="forms.htm" class="inettb">');
document.write('FORMS</a></td>    <td nowrap><img src="images/tb_sep.gif" width="8" heigh');
document.write('t="23"></td>    <td align="center" nowrap width="20%"><a href="links.htm"');
document.write(' class="inettb">LINKS</a></td>    <td nowrap><img src="images/tb_sep.gif"');
document.write(' width="8" height="23"></td>    <td align="center" nowrap width="20%"><a ');
document.write('href="calculators.htm" class="inettb">CALCULATORS</a></td>    <td nowrap>');
document.write('<img src="images/tb_sep.gif" width="8" height="23"></td>    <td align="ce');
document.write('nter" nowrap width="20%"><a href="locations.htm" class="inettb">LOCATION</a');
document.write('></td>    <td nowrap></td>    <td align="center" nowrap width="0%"></td');
document.write('>  </tr></table>');
