if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkUserLogin: function() {
		return this.invoke("checkUserLogin", {}, this.checkUserLogin.getArguments().slice(0));
	},
	msgList: function(id, page) {
		return this.invoke("msgList", {"id":id, "page":page}, this.msgList.getArguments().slice(2));
	},
	url: '/ajaxpro/index,App_Web_agttr7g4.ashx'
}));
index = new index_class();

