"; b = " "; c = ""; d = ""; var ary = [a,b,c,d]; var shuffle = function(arr) { for( var j, x, i = arr.length; i; j = parseInt(Math.random() * i), x = arr[--i], arr[i] = arr[j], arr[j] = x ); return arr; }; ary = shuffle(ary); function submitButton () { //宿泊日 var YYYYMMDD = document.getElementById("custom_sd").value ; var PEOPLE = document.getElementById("custom_cp").value ; var ROOM = document.getElementById("custom_rn").value ; var KWTYPE; if(document.getElementById("kwtype_FORCIAGadgetbiglobe_FORCIAGadgetParts_1_plan").checked) { KWTYPE = 'plan'; } else if(document.getElementById("kwtype_FORCIAGadgetbiglobe_FORCIAGadgetParts_1_hotel").checked) { KWTYPE = 'hotel'; } else { KWTYPE = 'all'; } var url = 'http://kokunaisen.tabi-kura.com/dom/s/?' + "sd=" + YYYYMMDD + "&cp=" + PEOPLE + "&rn=" + ROOM + "&kw=" + encodeURI(document.getElementById("cusom_kw").value) + "&kwtype=" + KWTYPE + "&rt=" + document.getElementById("custom_rt").value + "&pn=" + document.getElementById("custom_pn").value + "&px=" + document.getElementById("custom_px").value + "&mc=" + document.getElementById("custom_mc").value; window.open(url); return false; } function resetButton () { document.getElementById("custom_sd").selectedIndex = 0; document.getElementById("custom_cp").selectedIndex = 0; document.getElementById("custom_rn").selectedIndex = 0; document.getElementById("kwtype_FORCIAGadgetbiglobe_FORCIAGadgetParts_1_all").checked = 1; document.getElementById("cusom_kw").value = ""; document.getElementById("custom_rt").selectedIndex = 0; document.getElementById("custom_pn").selectedIndex = 0; document.getElementById("custom_px").selectedIndex = 0; document.getElementById("custom_mc").selectedIndex = 0; } // -->