function WriteLastUpdate()
{
 document.write(document.lastModified);
}

