var dsJeuxAttentes=new Spry.Data.JSONDataSet("../JSON/rsComJeux.php",{method:"POST",postData:"action=showAttente",subPaths:"results",useCache:false});var dsJeuxPref=new Spry.Data.JSONDataSet("../JSON/rsComJeux.php",{method:"POST",postData:"action=showPref",subPaths:"results",useCache: false});function updatePageAttente(page){var params=Spry.Utils.getURLParamsAsObject(dsJeuxAttentes.getURL());dsJeuxAttentes.setURL("../JSON/rsComJeux.php",{method:"POST",postData:"action=showAttente&page="+page});dsJeuxAttentes.loadData();}function updatePagePref(page){var params=Spry.Utils.getURLParamsAsObject(dsJeuxPref.getURL());dsJeuxPref.setURL("../JSON/rsComJeux.php",{method:"POST",postData:"action=showPref&page="+page});dsJeuxPref.loadData();}
