| 1 |
- function request(n){var t=location.href,f=t.substring(t.indexOf("?")+1,t.length).split("&"),u={},r;for(i=0;j=f[i];i++)u[decodeURI(j.substring(0,j.indexOf("=")).toLowerCase())]=j.substring(j.indexOf("=")+1,j.length);return r=u[decodeURI(n.toLowerCase())],typeof r=="undefined"?"":decodeURI(r)}String.prototype.replaceAll=function(n,t){return this.replace(new RegExp(n,"gm"),t)};
|