year = new Date().getYear();
if (year < 2000) year += 1900;
document.write("<font color=\"#ffffff\" style=\"font-size:11px;\">Copyright &copy; " + year + " Akiyama Shinkyuin. All rights reserved.</font>");
