home *** CD-ROM | disk | FTP | other *** search
- function doSomething()
- {
- getURL("http://www.minijuegos.com",_blank);
- }
- function doSomething2()
- {
- getURL("http://www.lartargames.com",_blank);
- }
- lives = 5;
- var diamante = 0;
- var lvl = 1;
- var totaldiamante = 0;
- MENU.customItems.push(Functioned2);
- MENU = new ContextMenu();
- MENU.hideBuiltInItems();
- Functioned = new ContextMenuItem("Visit Minijuegos.com!",doSomething);
- Functioned2 = new ContextMenuItem("Made By Lartar",doSomething2);
- MENU.customItems.push(Functioned);
- MENU.customItems.push(Functioned2);
- _root.menu = MENU;
- MochiAd.showPreGameAd({id:"4de04f655e91a5a5",res:"550x300"});
- stop();
-