pageHref = window.location.href;

document.write('<P ALIGN=CENTER>');
document.write('Page Updated ');
if (Date.parse(document.lastModified) != 0)
   document.write(document.lastModified);
document.write(' by <A HREF="mailto:hogwood@sosanitation.com">Will Calvert, N7KS</A><BR>');
document.write('<SMALL><I>URL: ');
document.write(pageHref);
document.write('</I></SMALL>');
document.writeln('</P>');

