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="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#110;&#55;&#122;&#119;&#117;&#64;&#102;&#105;&#97;&#115;&#99;&#111;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;">&#83;&#101;&#97;&#110;&#32;&#83;&#109;&#105;&#116;&#104;&#101;&#114;&#115;&#44;&#32;&#78;&#55;&#90;&#87;&#85;</a><BR>');
/* document.write('<small><i>URL: ');
document.write(pageHref);
document.write('</i></small>'); */
document.writeln('</p>');

