if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Shop == "undefined") Goohom.Shop={};
if(typeof Goohom.Shop.Ajax == "undefined") Goohom.Shop.Ajax={};
if(typeof Goohom.Shop.Ajax.LoginAjax == "undefined") Goohom.Shop.Ajax.LoginAjax={};
Goohom.Shop.Ajax.LoginAjax_class = function() {};
Object.extend(Goohom.Shop.Ajax.LoginAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	uiLogoutBtn: function() {
		return this.invoke("uiLogoutBtn", {}, this.uiLogoutBtn.getArguments().slice(0));
	},
	url: '/ajaxpro/Goohom.Shop.Ajax.LoginAjax,App_Code.ashx'
}));
Goohom.Shop.Ajax.LoginAjax = new Goohom.Shop.Ajax.LoginAjax_class();

