if(typeof Eip == "undefined") Eip={};
if(typeof Eip.Web == "undefined") Eip.Web={};
if(typeof Eip.Web.Controls == "undefined") Eip.Web.Controls={};
if(typeof Eip.Web.Controls.header == "undefined") Eip.Web.Controls.header={};
Eip.Web.Controls.header_class = function() {};
Object.extend(Eip.Web.Controls.header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(usr, pass) {
		return this.invoke("Login", {"usr":usr, "pass":pass}, this.Login.getArguments().slice(2));
	},
	url: '/ajaxpro/Eip.Web.Controls.header,Eip.Web.ashx'
}));
Eip.Web.Controls.header = new Eip.Web.Controls.header_class();

