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

