home *** CD-ROM | disk | FTP | other *** search
- if(_url.slice(0,23) != "http://www.miniclip.com" and _url.slice(0,19) != "http://miniclip.com" and _url.slice(0,20) != "http://66.132.254.49")
- {
- gotoAndStop(_currentframe + 1);
- }
- else
- {
- var noCache = getTimer() + random(100000);
- mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache);
- stop();
- }
-