if(typeof nh == "undefined") nh={};
if(typeof nh.login == "undefined") nh.login={};
nh.login_class = function() {};
Object.extend(nh.login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkcode: function(code) {
		return this.invoke("checkcode", {"code":code}, this.checkcode.getArguments().slice(1));
	},
	url: '/ajaxpro/nh.login,nh.ashx'
}));
nh.login = new nh.login_class();

