// Assign the last modified date to the variable lastmoddate
var pageD = "copyright 2006 " +("\n") +("\r") + "   Potema"+unescape(" %AE");

function click() {
if (event.button==2) 
{
alert(pageD);
}
}
document.onmousedown=click 
