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