if(typeof Eng_Default == "undefined") Eng_Default={};
Eng_Default_class = function() {};
Object.extend(Eng_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProvinc: function() {
		return this.invoke("GetProvinc", {}, this.GetProvinc.getArguments().slice(0));
	},
	GetCity: function(proviceid) {
		return this.invoke("GetCity", {"proviceid":proviceid}, this.GetCity.getArguments().slice(1));
	},
	Exists: function(username) {
		return this.invoke("Exists", {"username":username}, this.Exists.getArguments().slice(1));
	},
	url: '/ajaxpro/Eng_Default,App_Web_-wub56o7.ashx'
}));
Eng_Default = new Eng_Default_class();

