dd = new Date();
yy = dd.getYear();
if (yy < 2000) { yy += 1900; }
document.write('<DIV ALIGN="right"><I>Copyright 2001-' + yy);
document.write(' Shinji Iwai. All Rights Reserved : <A HREF="mailto:rail@supertrain.net">rail@supertrain.net</A></FONT></I></DIV>');

