myD       = new Date();
myYear    = myD.getYear();
myYear =  (myYear < 2000) ? myYear+1900 : myYear ;


document.write('<div id="copy" style="width:100%;text-align:center;clear:both;">'
+'ALL right reserved. Copyright '
+ myYear
+' <strong><a href="http://Kassy.jpn.org/">Kassy.jpn.org</a></strong><br>'
+'</div>'
);
