if(typeof Login == "undefined") Login={};
Login_class = function() {};
Object.extend(Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AuthenticateUser: function(param) {
		return this.invoke("AuthenticateUser", {"param":param}, this.AuthenticateUser.getArguments().slice(1));
	},
	AuthenticateUser_Register: function(param) {
		return this.invoke("AuthenticateUser_Register", {"param":param}, this.AuthenticateUser_Register.getArguments().slice(1));
	},
	url: '/ajaxpro/Login,App_Web_pswaf4nl.ashx'
}));
Login = new Login_class();

