var chday1 = new String("02/04(土)");
var chday2 = new String("02/05(日)");
var chday3 = new String("02/06(月)");
var chday4 = new String("02/07(火)");
var chday5 = new String("02/08(水)");
var chday6 = new String("02/09(木)");
var chday7 = new String("02/10(金)");
var chday8 = new String("02/11(土)");
var chday9 = new String("02/12(日)");
var chday10 = new String("02/13(月)");
var chday11 = new String("02/14(火)");
var chday12 = new String("02/15(水)");
var chday13 = new String("02/16(木)");
var chday14 = new String("02/17(金)");

function getday(){
document.getElementById("day1").text = chday1;
document.getElementById("day2").text = chday2;
document.getElementById("day3").text = chday3;
document.getElementById("day4").text = chday4;
document.getElementById("day5").text = chday5;
document.getElementById("day6").text = chday6;
document.getElementById("day7").text = chday7;
document.getElementById("day8").text = chday8;
document.getElementById("day9").text = chday9;
document.getElementById("day10").text = chday10;
document.getElementById("day11").text = chday11;
document.getElementById("day12").text = chday12;
document.getElementById("day13").text = chday13;
document.getElementById("day14").text = chday14;
document.getElementById("day1").value = chday1;
document.getElementById("day2").value = chday2;
document.getElementById("day3").value = chday3;
document.getElementById("day4").value = chday4;
document.getElementById("day5").value = chday5;
document.getElementById("day6").value = chday6;
document.getElementById("day7").value = chday7;
document.getElementById("day8").value = chday8;
document.getElementById("day9").value = chday9;
document.getElementById("day10").value = chday10;
document.getElementById("day11").value = chday11;
document.getElementById("day12").value = chday12;
document.getElementById("day13").value = chday13;
document.getElementById("day14").value = chday14;
}


