if(typeof includes_header == "undefined") includes_header={};
includes_header_class = function() {};
Object.extend(includes_header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginUser: function(login, pass) {
		return this.invoke("LoginUser", {"login":login, "pass":pass}, this.LoginUser.getArguments().slice(2));
	},
	url: '/ajaxpro/includes_header,App_Web_fjqu-ksu.ashx'
}));
includes_header = new includes_header_class();


