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