if(typeof MasterHome == "undefined") MasterHome={};
MasterHome_class = function() {};
Object.extend(MasterHome_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LogOut: function(SessionId) {
		return this.invoke("LogOut", {"SessionId":SessionId}, this.LogOut.getArguments().slice(1));
	},
	CheckLogin: function(SessionId) {
		return this.invoke("CheckLogin", {"SessionId":SessionId}, this.CheckLogin.getArguments().slice(1));
	},
	url: '/ajaxpro/MasterHome,mccweb.ashx'
}));
MasterHome = new MasterHome_class();

