if(typeof MasterPage == "undefined") MasterPage={};
MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	doLogOut: function() {
		return this.invoke("doLogOut", {}, this.doLogOut.getArguments().slice(0));
	},
	url: '/ajaxpro/MasterPage,App_Web_masterpage.master.cdcab7d2.ashx'
}));
MasterPage = new MasterPage_class();


