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));
	},
	LoginForLink: function(loginid, password, houseId) {
		return this.invoke("LoginForLink", {"loginid":loginid, "password":password, "houseId":houseId}, this.LoginForLink.getArguments().slice(3));
	},
	LoginForLinkFor2nd: function(loginid, password, houseId) {
		return this.invoke("LoginForLinkFor2nd", {"loginid":loginid, "password":password, "houseId":houseId}, this.LoginForLinkFor2nd.getArguments().slice(3));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.LoginAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.LoginAjax = new Goohom.Web.Ajax.LoginAjax_class();

