var dt = new Date();
var y = dt.getYear();
y = 2010
document.write("Copyright &copy; 2001-" + y + " Kankyo I Co.,Ltd., ALL RIGHTS RESERVED.");
