if(typeof Forum_ForumMasterPage == "undefined") Forum_ForumMasterPage={};
Forum_ForumMasterPage_class = function() {};
Object.extend(Forum_ForumMasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	User_Login: function(usermail, password) {
		return this.invoke("User_Login", {"usermail":usermail, "password":password}, this.User_Login.getArguments().slice(2));
	},
	User_Logout: function() {
		return this.invoke("User_Logout", {}, this.User_Logout.getArguments().slice(0));
	},
	url: '/ajaxpro/Forum_ForumMasterPage,App_Web_4wt-7s69.ashx'
}));
Forum_ForumMasterPage = new Forum_ForumMasterPage_class();

