TopeveryCMS_class = function() {};
Object.extend(TopeveryCMS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getDrop: function(recordCount) {
		return this.invoke("getDrop", {"recordCount":recordCount}, this.getDrop.getArguments().slice(1));
	},
	getIMG: function() {
		return this.invoke("getIMG", {}, this.getIMG.getArguments().slice(0));
	},
	getCategory: function() {
		return this.invoke("getCategory", {}, this.getCategory.getArguments().slice(0));
	},
	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));
	},
	CountDateCkbwFile: function() {
		return this.invoke("CountDateCkbwFile", {}, this.CountDateCkbwFile.getArguments().slice(0));
	},
	CreateEntity: function(webBackResult) {
		return this.invoke("CreateEntity", {"webBackResult":webBackResult}, this.CreateEntity.getArguments().slice(1));
	},
	GetInfoCount: function(recordCount, type) {
		return this.invoke("GetInfoCount", {"recordCount":recordCount, "type":type}, this.GetInfoCount.getArguments().slice(2));
	},
	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();

