TopeveryCMS_class = function() {};
Object.extend(TopeveryCMS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getMagazineList: function(type, recordCount) {
		return this.invoke("getMagazineList", {"type":type, "recordCount":recordCount}, this.getMagazineList.getArguments().slice(2));
	},
	GetArticleClickCount: function(articleId) {
		return this.invoke("GetArticleClickCount", {"articleId":articleId}, this.GetArticleClickCount.getArguments().slice(1));
	},
	getQuestionList: function(pid, top) {
		return this.invoke("getQuestionList", {"pid":pid, "top":top}, this.getQuestionList.getArguments().slice(2));
	},
	getIMG: function() {
		return this.invoke("getIMG", {}, this.getIMG.getArguments().slice(0));
	},
	getCategory: function() {
		return this.invoke("getCategory", {}, this.getCategory.getArguments().slice(0));
	},
	getPictrueList: function(top, type) {
		return this.invoke("getPictrueList", {"top":top, "type":type}, this.getPictrueList.getArguments().slice(2));
	},
	getPublicList: function(type, top) {
		return this.invoke("getPublicList", {"type":type, "top":top}, this.getPublicList.getArguments().slice(2));
	},
	getPeriodical: function() {
		return this.invoke("getPeriodical", {}, this.getPeriodical.getArguments().slice(0));
	},
	UpdateReadCount: function(filename) {
		return this.invoke("UpdateReadCount", {"filename":filename}, this.UpdateReadCount.getArguments().slice(1));
	},
	GetReadCount: function(filename) {
		return this.invoke("GetReadCount", {"filename":filename}, this.GetReadCount.getArguments().slice(1));
	},
	GetCount: function() {
		return this.invoke("GetCount", {}, this.GetCount.getArguments().slice(0));
	},
	GetInfo: function(id) {
		return this.invoke("GetInfo", {"id":id}, this.GetInfo.getArguments().slice(1));
	},
	GetInfoFile: function(file_id) {
		return this.invoke("GetInfoFile", {"file_id":file_id}, this.GetInfoFile.getArguments().slice(1));
	},
	GetBigItemList: function() {
		return this.invoke("GetBigItemList", {}, this.GetBigItemList.getArguments().slice(0));
	},
	CountDateCkbwFile: function() {
		return this.invoke("CountDateCkbwFile", {}, this.CountDateCkbwFile.getArguments().slice(0));
	},
	GetAdInfo: function(adno) {
		return this.invoke("GetAdInfo", {"adno":adno}, this.GetAdInfo.getArguments().slice(1));
	},
	GetInfoCount: function(recordCount) {
		return this.invoke("GetInfoCount", {"recordCount":recordCount}, this.GetInfoCount.getArguments().slice(1));
	},
	GetNewTalk: function() {
		return this.invoke("GetNewTalk", {}, this.GetNewTalk.getArguments().slice(0));
	},
	GetWeather: function() {
		return this.invoke("GetWeather", {}, this.GetWeather.getArguments().slice(0));
	},
	url: '/ajaxpro/TopeveryCMS,Topevery.CMS.Web.ashx'
}));
TopeveryCMS = new TopeveryCMS_class();


