(function(B){function A(){this.load()}B.extend(A.prototype,{load:function(D){this.Values=new Object();var G=D||document.URL;var F=(D||document.URL).indexOf("?");if(F<0){return }G=G.substring(F);if(G.length<=1){return }var E=G.split("&");for(var C=0;C<E.length;C++){this.Values[E[C].split("=")[0].toLowerCase()]=decodeURIComponent(E[C].split("=")[1])}},get:function(C){return(this.Values[C.toLowerCase()])?this.Values[C.toLowerCase()]:""},set:function(C,D){this.Values[C.toLowerCase()]=D;return this}});A.prototype.toString=function(){var C=[];for(var D in this.Values){C.push(D+"="+encodeURIComponent(this.Values[D]))}return"?"+C.join("&")};B.Params=new A()})(jQuery);
