var MQueryString=function(){this.map={};var a=this;location.search.replace(new RegExp("([^?=&]+)(=([^&]*))?","g"),function(c,b,e,d){a.map[b]=d})};MQueryString.prototype.getValue=function(a){var b=this.map[a];if(typeof b==="undefined"){return null}return b};
info at phpclasses dot org