year = new Date().getYear();
if (year < 2000) year += 1900;
document.write("Copyright&copy; " + year + " TOHO HOME. All rights reserved.");