aboutsummaryrefslogtreecommitdiff
path: root/ring/next.html
blob: dbde737d33fc1870040f6ad3658a04b5d8714e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML><HEAD></HEAD>
<BODY>
    <script>
        function activate() {
            var targetURL="";
            var targetid=id;
            while (targetURL==""){
                targetid++;
                if (targetid>=urls.length) targetid=0;
                targetURL=urls[targetid];
            }//wend

            location.href=targetURL;
        }//
    </script>
    <script src="getid.js"></script>
</BODY>
</HTML>