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