
if(!window.iwin){var iwin={};}
iwin.devzone={publishedGames:$w('jojos-fashion-show-2-las-cruces nanny-mania-2-nanny-goes-to-hollywood enigma the-hidden-object-show babysitting-mania the-clumsys shopmania hawaiian-explorer-lost-island mysterious-city-cairo tumblebugs-2 the-race mr-biscuits-the-case-of-the-ocean-pearl'),iWinGames:$w('jewel-quest-mysteries-curse-of-the-emerald-tear mah-jong-quest-iii jewel-quest-iii jewel-quest-solitaire-ii pageant-princess risk battleship-fleet-command family-feud-dream-home pj-pride-pet-detective garden-defense house-of-wonders-kitty-kat-wedding sproink')};iwin.devzone.retrieveGameInfo=function(game_url,creator){new Ajax.Request('/games/'+game_url+'.xml',{method:'get',contentType:'application/xml',requestHeaders:{'Accept':'application/xml'},onSuccess:function(req){try{var title=req.responseXML.getElementsByTagName('title')[0].firstChild.data;var img_path=req.responseXML.getElementsByTagName('images-url')[0].firstChild.data;var game='<li><a href="/games/'+game_url+'"><img src="'+
img_path+'/feat_2.jpg"/><br/>'+title+'</a></li>';if(creator=='iwin'){if($('iwin-games'))$('iwin-games').insert(game);}else{if($('published-games'))$('published-games').insert(game);}}catch(err){console.error(err);}},onFailure:function(req){console.error(req.status);}});};iwin.devzone.showPublishedGames=function(){for(var i=0;i<iwin.devzone.publishedGames.length;i++){iwin.devzone.retrieveGameInfo(iwin.devzone.publishedGames[i],'other');}};iwin.devzone.showiWinGames=function(){for(var i=0;i<iwin.devzone.iWinGames.length;i++){iwin.devzone.retrieveGameInfo(iwin.devzone.iWinGames[i],'iwin');}};document.observe('dom:loaded',iwin.devzone.showPublishedGames);document.observe('dom:loaded',iwin.devzone.showiWinGames);
