LA=new Date(document.lastModified);
NAvi=navigator.appVersion.indexOf("(",0);
NAv=navigator.appVersion.substring(NAvi+1,NAvi+5);
NA=navigator.appName;
MNA=navigator.appName+navigator.appVersion.substring(0,1)+NAv;
if(MNA=="Microsoft Internet Explorer4comp"||NA=="Netscape"){
Ye=LA.getYear();
Mo=LA.getMonth()+1;
Da=LA.getDate();
Day=LA.getDay();
document.write(Ye+"/"+Mo+"/"+Da+"");}
else if(MNA=="Microsoft Internet Explorer2comp"){
LE=document.lastModified.length;
Ye=document.lastModified.substring(LE-4,LE);
Mo=document.lastModified.substring(LE-19,LE-17);
Da=document.lastModified.substring(LE-17,LE-14);
document.write(""+Ye+"/"+Mo+"/"+Da+"");
}
else{document.write(Ms+document.lastModified);}
