LogonFactory_class = function() {};
Object.extend(LogonFactory_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxSendForgotPassword: function(documentId, username) {
		return this.invoke("AjaxSendForgotPassword", {"documentId":documentId, "username":username}, this.AjaxSendForgotPassword.getArguments().slice(2));
	},
	url: '/ajaxpro/OXX.Internet.LogonFactory,OXX.Internet.ashx'
}));
LogonFactory = new LogonFactory_class();

