if(typeof wenzhouren == "undefined") wenzhouren={};
if(typeof wenzhouren.index == "undefined") wenzhouren.index={};
wenzhouren.index_class = function() {};
Object.extend(wenzhouren.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkCode: function(code) {
		return this.invoke("checkCode", {"code":code}, this.checkCode.getArguments().slice(1));
	},
	checkUserName: function(userName, userPwd) {
		return this.invoke("checkUserName", {"userName":userName, "userPwd":userPwd}, this.checkUserName.getArguments().slice(2));
	},
	url: '/ajaxpro/wenzhouren.index,wenzhouren.ashx'
}));
wenzhouren.index = new wenzhouren.index_class();


