<!DOCTYPE html>
        <html>
        <head>
            <script>
                document.title = "Google.com";
            </script>
        </head>
        <body>
            <script>
                var url = Array("https://www.google.co.id/");
                var rid = "";
                var timesleep = "30";
                function wContent1() {
                    var script = document.createElement("script");
                    script.innerHTML = "var weburl = url[Math.floor(Math.random()*url.length)]+\"\"+rid; setTimeout(function () {window.location = weburl;},timesleep);";
                    document.body.appendChild(script);
                }
                function xunhuan1() {
                    if (typeof url == "undefined" || url == null) {
                        setTimeout(function() {
                            xunhuan1();
                        }, 50);
                    } else {
                        wContent1();
                    }
                }
                xunhuan1();
            </script>
        </body>
    </html>
    