function LinkFactory(){this.Init=function(a){this._path="";this._qstring=""};this.ReplaceToken=function(a,b){var c=new RegExp(a,"g");if(isNaN(b)){pathValue=fnTrim(b);pathValue=pathValue.replace(/[\.\*\+ /\-]/g,"_");pathValue=pathValue.replace(/[""'&,]/g,"");pathValue=pathValue.replace(/_+_/g,"-");this._path=this._path.replace(c,encodeURIComponent(pathValue));this._qstring=this._qstring.replace(c,encodeURIComponent(b.replace(/[_]/g,"~")))}else{this._path=this._path.replace(c,fnTrim(b));this._qstring=this._qstring.replace(c,b)
}};this.FinalizeUrl=function(){this._qstring=this._qstring.replace(/[a-zA-Z0-9]*_x\w*x_?/g,"");this._path=this._path.replace(/-x\w*x/g,"");this._path=this._path.replace(/x\w*x-/g,"");return this._path+"?"+this._qstring}};
