if(typeof Autobid == "undefined") Autobid={};
if(typeof Autobid.Classes == "undefined") Autobid.Classes={};
if(typeof Autobid.Classes.Utils == "undefined") Autobid.Classes.Utils={};
if(typeof Autobid.Classes.Utils.MailSender == "undefined") Autobid.Classes.Utils.MailSender={};
Autobid.Classes.Utils.MailSender_class = function() {};
Object.extend(Autobid.Classes.Utils.MailSender_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendPassword: function(loginid) {
		return this.invoke("SendPassword", {"loginid":loginid}, this.SendPassword.getArguments().slice(1));
	},
	url: '/ajaxpro/Autobid.Classes.Utils.MailSender,Autobid.ashx'
}));
Autobid.Classes.Utils.MailSender = new Autobid.Classes.Utils.MailSender_class();

