if(typeof UrlCodeing == "undefined") UrlCodeing={};
UrlCodeing_class = function() {};
Object.extend(UrlCodeing_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Encode: function(s) {
		return this.invoke("Encode", {"s":s}, this.Encode.getArguments().slice(1));
	},
	Decode: function(s) {
		return this.invoke("Decode", {"s":s}, this.Decode.getArguments().slice(1));
	},
	url: '/ajaxpro/UrlCodeing,App_Code._n0uw28m.ashx'
}));
UrlCodeing = new UrlCodeing_class();

