if(typeof Wild == "undefined") Wild={};
if(typeof Wild.Listingforgetpassword == "undefined") Wild.Listingforgetpassword={};
Wild.Listingforgetpassword_class = function() {};
Object.extend(Wild.Listingforgetpassword_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	forgetPassword: function(emailID, UserName) {
		return this.invoke("forgetPassword", {"emailID":emailID, "UserName":UserName}, this.forgetPassword.getArguments().slice(2));
	},
	url: '/ajaxpro/Wild.Listingforgetpassword,Wild.ashx'
}));
Wild.Listingforgetpassword = new Wild.Listingforgetpassword_class();

