document.write("
");document.write("名前:");document.write("得点:");document.write("");document.write("");document.write("");document.write("");document.write("
");document.write("");document.write("");document.write("");document.write("
順位名前得点
読み込み中…
");var rankdata = false; var script = document.createElement('script'); script.src = 'https://tadz.sakura.ne.jp/masao/score/ranker.php?s=tadz&f='+location.href; document.body.appendChild(script); window.onload = function() { if (document.getElementById("tadz_ranking").rows.length === 2 && !rankdata) { document.getElementById("loading").style.display = "none"; tr = document.getElementById("tadz_ranking").insertRow(); tr.setAttribute("id", "nobody"); td = tr.insertCell(); tt = document.createTextNode("誰もランクインしていません"); td.appendChild(tt); td.setAttribute("colSpan", "3"); } }