<div id="usiro1" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: white; color: white; transition: all 1s linear 0s; position:fixed; z-index:9;"></div> <div id="loading" style="transition: all 1s linear 0s; position:fixed; z-index: 10;left: 50%; top: 50%; margin-left: -150px; margin-top: -100px;"><img src="https://bot.midokuriserver.com/loading.gif"></div> <style> body{ position: fixed; } </style> <noscript> <style> body{ potision: absolute background-color:#dddddd; color : #000000; width:700px; } #usiro1{ display:None; } #loading{ display:None; } </style> </noscript> <script> function kanryouue() { document.getElementById("usiro1").style.transition="all 0.2s linear 0s"; document.getElementById("loading").style.transition="all 0.2s linear 0s"; document.getElementById("usiro1").style.top="-900"; document.getElementById("loading").style.top="-900"; document.body.style.position = 'static'; } function kanryousita() { document.getElementById("loading").style.top="900"; } function kanryoukesu() { document.getElementById("usiro1").style.display="None"; document.getElementById("loading").style.display="None"; } window.addEventListener('load', function () { setTimeout(kanryousita, 5000); setTimeout(kanryouue, 5200); setTimeout(kanryoukesu, 6000); }); </script>