if(typeof GB_Blog == "undefined") GB_Blog={};
if(typeof GB_Blog.BlogHeadbar_class == "undefined") GB_Blog.BlogHeadbar_class={};
GB_Blog.BlogHeadbar_class = function() {};
Object.extend(GB_Blog.BlogHeadbar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMemberProfile: function() {
		return this.invoke("GetMemberProfile", {}, this.GetMemberProfile.getArguments().slice(0));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	GetEmail: function() {
		return this.invoke("GetEmail", {}, this.GetEmail.getArguments().slice(0));
	},
	SignIn: function(name, pass, chkSavePwd) {
		return this.invoke("SignIn", {"name":name, "pass":pass, "chkSavePwd":chkSavePwd}, this.SignIn.getArguments().slice(3));
	},
	SignOut: function() {
		return this.invoke("SignOut", {}, this.SignOut.getArguments().slice(0));
	},
	url: '/ajaxpro/GB_Blog.BlogHeadbar,GB_Blog.ashx'
}));
GB_Blog.BlogHeadbar = new GB_Blog.BlogHeadbar_class();


