if(typeof Reg_GetAssociationPwd == "undefined") Reg_GetAssociationPwd={};
Reg_GetAssociationPwd_class = function() {};
Object.extend(Reg_GetAssociationPwd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMemberQuestion: function(name) {
		return this.invoke("GetMemberQuestion", {"name":name}, this.GetMemberQuestion.getArguments().slice(1));
	},
	url: '/ajaxpro/Reg_GetAssociationPwd,App_Web_getassociationpwd.aspx.b763d491.ashx'
}));
Reg_GetAssociationPwd = new Reg_GetAssociationPwd_class();

