home *** CD-ROM | disk | FTP | other *** search
- _root.players = 1;
- _root.thisUser = 1;
- _root.nextUser = 2;
- _root.setup = 1;
- _root.level = 1;
- levz = 20;
- if(_root.gooddomain != 1)
- {
- levz = 5;
- }
- _root.player = new Array();
- if(!resolution)
- {
- resolution = 1;
- }
- if(_root.gooddomain != 1 and countdown != 1)
- {
- countdown = 1;
- intervalID = setInterval(killuser,300000);
- }
- stop();
-