addNamespace("Web_Aspx_Main");
Web_Aspx_Main_class = function() {};
Object.extend(Web_Aspx_Main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChkLogin: function(userName, userPass, chkCode) {
		return this.invoke("ChkLogin", {"userName":userName, "userPass":userPass, "chkCode":chkCode}, this.ChkLogin.getArguments().slice(3));
	},
	GetTops: function(flag) {
		return this.invoke("GetTops", {"flag":flag}, this.GetTops.getArguments().slice(1));
	},
	url: '/ajaxpro/Web_Aspx_Main,App_Web_main.master.c95a9bd.bbjkibou.ashx'
}));
Web_Aspx_Main = new Web_Aspx_Main_class();

