function upda(){    document.writeln("<center><small><HR>");    document.writeln("<B>Document </b>", document.location, "<BR>");    document.writeln("<b> Last Update : </b>", document.lastModified);    document.writeln("<HR></small></center>");}