function WriteCopyright(){
var myDate=new Date();
var fyear=myDate.getFullYear();
document.write("Copyright (c) "+fyear+", Employment and Human Resources Development Organization of Japan. All rights reserved.");
}
