addNamespace("t_index");
t_index_class = Class.create();
t_index_class.prototype = (new AjaxPro.Request()).extend({
	ToEncode: function(str, callback) {
		return this.invoke("ToEncode", {"str":str}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/t_index,App_Code.ashx";
	}
})
t_index = new t_index_class();

