if(typeof GirlInc == "undefined") GirlInc={};
if(typeof GirlInc.LostPassword == "undefined") GirlInc.LostPassword={};
GirlInc.LostPassword_class = function() {};
Object.extend(GirlInc.LostPassword_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Send: function(email) {
		return this.invoke("Send", {"email":email}, this.Send.getArguments().slice(1));
	},
	url: '/vbwrapper/GirlInc.LostPassword,GirlInc.ashx'
}));
GirlInc.LostPassword = new GirlInc.LostPassword_class();

