function UrlControl(){var a=this;this.urlProtocol="";this.urlHostname="";this.urlPort="";this.urlPath="";this.urlAnchor="";this.urlParams={};this.paramsFormat={};this.paramKeyData="_data";this.setUrl=function(b){this._parseUrl(b)};this.setParamsFormat=function(b){if("object"!==typeof b){return false}this.paramsFormat=b;return true};this._parseUrl=function(q){q=q+"";var j,n,l,r,u,b,f,p;var g=/^([^?#]*)\??([^#]*)(#?.*)$/;var k=q.match(g);j="undefined"===typeof k[1]?"":k[1];f="undefined"===typeof k[2]?"":k[2];b="undefined"===typeof k[3]?"":k[3];var t=/^((\w+):\/\/(([\w.-]+)|(\[.+\]))(:(\d+))?)?(.*)$/;var d=j.match(t);n="undefined"===typeof d[2]?"":d[2];l="undefined"===typeof d[3]?"":d[3];r="undefined"===typeof d[7]?"":d[7];u="undefined"===typeof d[8]?"":d[8];p={};if(""!==f){var c=f.split("&");for(var s=0;s