 function Start() { var setTime = 10;//ƒ~ƒŠ•b setTimeout('change()', setTime); } function change() { location.href = "https://wwws.fmosaka.net/"; }
