<!--
   function setCookie(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="../index.html"
  }
  
     function setCookie2(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="../html/moshikomi.html"
  }
  
   function setCookie3(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="moshikomi.html"
  }

    
   function setCookie_local(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="moshikomi.html"
  }

   function setCookie_pmark(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="tejun.html"
  }

   function setCookie_kensho(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="kensyo.html"
  }
  
  function setCookie_nttuser(key){
    tmp = "gakuten=" + key + "; path=/;"
    document.cookie = tmp;

    location.href="https://www.gakuten.com/credit/entry.php"
  }


-->

