home *** CD-ROM | disk | FTP | other *** search
- _root.myurl = _root._url;
- _root.domain1 = _root.myurl.substring(0,28);
- _root.domain2 = _root.myurl.substring(0,35);
- _root.domain3 = _root.myurl.substring(0,31);
- if(_root.domain1 == "http://www.mindistortion.net" || _root.domain2 == "http://mindistortion.freshgames.net" || _root.domain3 == "http://mindistortion.finito.net")
- {
- gotoAndPlay(5);
- }
- else
- {
- gotoAndStop(2);
- }
-