if(typeof Web == "undefined") Web={};
if(typeof Web.Controls == "undefined") Web.Controls={};
if(typeof Web.Controls.Header == "undefined") Web.Controls.Header={};
Web.Controls.Header_class = function() {};
Object.extend(Web.Controls.Header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	url: '/ajaxpro/Web.Controls.Header,App_Web_k92zxnow.ashx'
}));
Web.Controls.Header = new Web.Controls.Header_class();

