if(typeof LiaoTian == "undefined") LiaoTian={};
if(typeof LiaoTian.WWW == "undefined") LiaoTian.WWW={};
if(typeof LiaoTian.WWW.User == "undefined") LiaoTian.WWW.User={};
if(typeof LiaoTian.WWW.User.Password == "undefined") LiaoTian.WWW.User.Password={};
LiaoTian.WWW.User.Password_class = function() {};
Object.extend(LiaoTian.WWW.User.Password_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangePassword: function(username, strOld, strNew) {
		return this.invoke("ChangePassword", {"username":username, "strOld":strOld, "strNew":strNew}, this.ChangePassword.getArguments().slice(3));
	},
	url: '/ajaxpro/LiaoTian.WWW.User.Password,LiaoTian.WWW.ashx'
}));
LiaoTian.WWW.User.Password = new LiaoTian.WWW.User.Password_class();

