yy = "2009";
data = new Date();
now = data.getFullYear();
document.write("Copyright &copy;"); 
if (yy < now) {
document.write(now);
}
else {
document.write(yy);
}
document.write(" Medical Welfare Environment Co., Ltd. All rights reserved.");

