if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.LoginAjax == "undefined") Goohom.Web.Ajax.LoginAjax={};
Goohom.Web.Ajax.LoginAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.LoginAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsLogin: function(loginid, password) {
		return this.invoke("IsLogin", {"loginid":loginid, "password":password}, this.IsLogin.getArguments().slice(2));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	HasLogin: function() {
		return this.invoke("HasLogin", {}, this.HasLogin.getArguments().slice(0));
	},
	GetAreaVaule: function() {
		return this.invoke("GetAreaVaule", {}, this.GetAreaVaule.getArguments().slice(0));
	},
	GetTypeVaule: function(type) {
		return this.invoke("GetTypeVaule", {"type":type}, this.GetTypeVaule.getArguments().slice(1));
	},
	GetSelectVaule: function(type) {
		return this.invoke("GetSelectVaule", {"type":type}, this.GetSelectVaule.getArguments().slice(1));
	},
	IsLoginC: function(loginid, password, regionid) {
		return this.invoke("IsLoginC", {"loginid":loginid, "password":password, "regionid":regionid}, this.IsLoginC.getArguments().slice(3));
	},
	LoginOutC: function() {
		return this.invoke("LoginOutC", {}, this.LoginOutC.getArguments().slice(0));
	},
	HasLoginC: function(regionid) {
		return this.invoke("HasLoginC", {"regionid":regionid}, this.HasLoginC.getArguments().slice(1));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.LoginAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.LoginAjax = new Goohom.Web.Ajax.LoginAjax_class();

