myDate=new Date(document.lastModified);
y=myDate.getFullYear();m=myDate.getMonth()+1;d=myDate.getDate();
if(m<10){m="0"+m;}
if(d<10){d="0"+d;}
document.write("Copyright(C)".fontsize(2).fontcolor("#c0c0c0"));
document.write(" ŠC’ê“ú‹L All Rights Reserved<BR>".fontsize(2).fontcolor("#c0c0c0"));
document.write("<I><FONT COLOR='#c0c0c0' SIZE='2'>last updated : ",y,"/",m,"/",d,"</FONT></I>");




