<!--
 tempdate = new Date()   ;
 temppath = location.pathname;
 document.write("<center><font face='Verdana' size='1'>Page:&nbsp;&nbsp;");
 document.write(location.href + "<br>viewed on &nbsp;"  +  tempdate.toLocaleString() +
    "&nbsp;&nbsp;your local time</font></center>"  )

//February 9, 2004 initial creation. Cut down edition of previous version. 
// -->
