function copyright(){
myDate = new Date();
myYear = "Copyright 2009-"+myDate.getFullYear()+" (c) HOYA CORPORATION";
document.write(myYear);
}
