var modified = document.lastModified ;
document.write(
"
| " +
"This page last modified on " + modified + " |
");
s=screen.width;
f=""+escape(document.referrer);
r=document.location +
"&size=" + s +
"&referer=" + f +
"&" + document.cookie ; // starts with U=
document.write(
"
")
document.write(
".\n")