year = new Date().getYear();
if (year < 2000) year += 1900;
document.write("Copyright&copy; " + year + " みよし・うなぎの焼きセイロ. All rights reserved.");
