year = new Date().getYear();
if (year < 2000) year += 1900;
document.write("Copyright &copy; " + year + " SEIRYU Co., ltd. All rights reserved.");