if(typeof xmgtj == "undefined") xmgtj={};
if(typeof xmgtj.index == "undefined") xmgtj.index={};
xmgtj.index_class = function() {};
Object.extend(xmgtj.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Bindcity: function(id) {
		return this.invoke("Bindcity", {"id":id}, this.Bindcity.getArguments().slice(1));
	},
	district: function(id) {
		return this.invoke("district", {"id":id}, this.district.getArguments().slice(1));
	},
	url: '/ajaxpro/xmgtj.index,xmgtj.ashx'
}));
xmgtj.index = new xmgtj.index_class();

