function printYear(){

myDate = new Date();
theFyear = myDate.getFullYear();

document.write(" Copyright (C) "+ theFyear +" Iwatani Corporation.All Rights Reserved.");

}