if(typeof PwdInfo == "undefined") PwdInfo={};
PwdInfo_class = function() {};
Object.extend(PwdInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	updatePwd: function(olePwd, newPwd) {
		return this.invoke("updatePwd", {"olePwd":olePwd, "newPwd":newPwd}, this.updatePwd.getArguments().slice(2));
	},
	url: '/ajaxpro/PwdInfo,App_Web_pwdinfo.aspx.cdcab7d2.ashx'
}));
PwdInfo = new PwdInfo_class();

