document.write ("<OPTION selected>");
document.write ("<OPTION VALUE='日曜日'>日");
document.write ("<OPTION VALUE='月曜日'>月");
document.write ("<OPTION VALUE='火曜日'>火");
document.write ("<OPTION VALUE='水曜日'>水");
document.write ("<OPTION VALUE='木曜日'>木");
document.write ("<OPTION VALUE='金曜日'>金");
document.write ("<OPTION VALUE='土曜日'>土");
