addNamespace("_Login");
_Login_class = Class.create();
_Login_class.prototype = (new AjaxPro.Request()).extend({
	SubmitForgotPassword: function(email, callback) {
		return this.invoke("SubmitForgotPassword", {"email":email}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_Login,App_Web_rdrrgjsv.ashx";
	}
})
_Login = new _Login_class();

