if(typeof AjaxProgram == "undefined") AjaxProgram={};
AjaxProgram_class = function() {};
Object.extend(AjaxProgram_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCookies: function() {
		return this.invoke("GetCookies", {}, this.GetCookies.getArguments().slice(0));
	},
	CheckMemberIsLogin: function(email, password) {
		return this.invoke("CheckMemberIsLogin", {"email":email, "password":password}, this.CheckMemberIsLogin.getArguments().slice(2));
	},
	GetGroupsCity: function(province, city) {
		return this.invoke("GetGroupsCity", {"province":province, "city":city}, this.GetGroupsCity.getArguments().slice(2));
	},
	GetCitys: function(province) {
		return this.invoke("GetCitys", {"province":province}, this.GetCitys.getArguments().slice(1));
	},
	url: '/ajaxpro/SY_YingJia_UI.Web.index1,SY_YingJia_UI.Web.ashx'
}));
AjaxProgram = new AjaxProgram_class();


