if(typeof NewComponents_ClientLoginSectionComponent == "undefined") NewComponents_ClientLoginSectionComponent={};
NewComponents_ClientLoginSectionComponent_class = function() {};
Object.extend(NewComponents_ClientLoginSectionComponent_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(UserName, Password) {
		return this.invoke("Login", {"UserName":UserName, "Password":Password}, this.Login.getArguments().slice(2));
	},
	url: '/ajaxpro/NewComponents_ClientLoginSectionComponent,App_Web_mjweycmg.ashx'
}));
NewComponents_ClientLoginSectionComponent = new NewComponents_ClientLoginSectionComponent_class();

