if(typeof gsh == "undefined") gsh={};
if(typeof gsh.Endow == "undefined") gsh.Endow={};
if(typeof gsh.Endow.UI == "undefined") gsh.Endow.UI={};
if(typeof gsh.Endow.UI.Ajax == "undefined") gsh.Endow.UI.Ajax={};
gsh.Endow.UI.Ajax.DTFacade_class = function() {};
Object.extend(gsh.Endow.UI.Ajax.DTFacade_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProvince: function() {
		return this.invoke("GetProvince", {}, this.GetProvince.getArguments().slice(0));
	},
	GetCity: function(tId) {
		return this.invoke("GetCity", {"tId":tId}, this.GetCity.getArguments().slice(1));
	},
	GetCounty: function(tId) {
		return this.invoke("GetCounty", {"tId":tId}, this.GetCounty.getArguments().slice(1));
	},
	GetTown: function(tId) {
		return this.invoke("GetTown", {"tId":tId}, this.GetTown.getArguments().slice(1));
	},
	GetSchool: function(tId) {
		return this.invoke("GetSchool", {"tId":tId}, this.GetSchool.getArguments().slice(1));
	},
	GetTeacher: function(tId) {
		return this.invoke("GetTeacher", {"tId":tId}, this.GetTeacher.getArguments().slice(1));
	},
	url: '/Donate/ajaxpro/gsh.Endow.UI.Ajax.DTFacade,gsh.Endow.UI.ashx'
}));
gsh.Endow.UI.Ajax.DTFacade = new gsh.Endow.UI.Ajax.DTFacade_class();

