function loadXML(){ if (window.ActiveXObject){ xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async=false; xmlDoc.loadXML(xmlData); parseXml(xmlDoc) }else if (document.implementation && document.implementation.createDocument){ Document.prototype.loadXML = function(strXML) { var objDOMParser = new DOMParser(); var xmlDoc = objDOMParser.parseFromString(strXML, "text/xml"); while (this.hasChildNodes()){ this.removeChild(this.lastChild); } for (var i=0; i < xmlDoc.childNodes.length; i++) { var objImportedNode = this.importNode(xmlDoc.childNodes[i], true); this.appendChild(objImportedNode); } } xmlDoc= document.implementation.createDocument("","doc",null); xmlDoc.loadXML(xmlData); parseXml(xmlDoc) } } function parseAttributes(item,ord){ var i,node; for(i=0;i"'")); } ?>'; var items=new Array(); loadXML(); document.write('
\n\n\n\n\n
\n
\n


Proposé par Jeu-de-Puzzle.net

\n


Choisissez un nom de joueur, puis cliquez sur l\'image et c\'est parti !

\n


Nom de joueur :

\n\n
\n
\n'); document.write('\n\n\n\n\n\n\n\n\n\n

'+items[0]['title']+'

\n\n\n\n

\nscores - carte postale'+(typeof(items[0]['comments'])!='undefined' ? ' - crédit' : '')+'

\n
\n'); document.write('[Valid RSS]
\n

\n'); document.fclient.joueur.value=litCookie("joueur","");