if(typeof luyou == "undefined") luyou={};
if(typeof luyou.Login == "undefined") luyou.Login={};
luyou.Login_class = function() {};
Object.extend(luyou.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNextClass: function(cid) {
		return this.invoke("getNextClass", {"cid":cid}, this.getNextClass.getArguments().slice(1));
	},
	getProvince: function(Country_id) {
		return this.invoke("getProvince", {"Country_id":Country_id}, this.getProvince.getArguments().slice(1));
	},
	getCity: function(Province_id) {
		return this.invoke("getCity", {"Province_id":Province_id}, this.getCity.getArguments().slice(1));
	},
	getCounty: function(City_id) {
		return this.invoke("getCounty", {"City_id":City_id}, this.getCounty.getArguments().slice(1));
	},
	url: '/ajaxpro/luyou.Login,luyou.ashx'
}));
luyou.Login = new luyou.Login_class();

