if(typeof ThkCOS == "undefined") ThkCOS={};
if(typeof ThkCOS.Components == "undefined") ThkCOS.Components={};
if(typeof ThkCOS.Components.News == "undefined") ThkCOS.Components.News={};
ThkCOS.Components.News.NewsShowPage_class = function() {};
Object.extend(ThkCOS.Components.News.NewsShowPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHits: function(articleID) {
		return this.invoke("GetHits", {"articleID":articleID}, this.GetHits.getArguments().slice(1));
	},
	GetRemarkerField: function(articleID) {
		return this.invoke("GetRemarkerField", {"articleID":articleID}, this.GetRemarkerField.getArguments().slice(1));
	},
	GetTopNRemarks: function(articleID, count) {
		return this.invoke("GetTopNRemarks", {"articleID":articleID, "count":count}, this.GetTopNRemarks.getArguments().slice(2));
	},
	LoadPrevious: function(articleID) {
		return this.invoke("LoadPrevious", {"articleID":articleID}, this.LoadPrevious.getArguments().slice(1));
	},
	LoadNext: function(articleID) {
		return this.invoke("LoadNext", {"articleID":articleID}, this.LoadNext.getArguments().slice(1));
	},
	GetHistoryHits: function() {
		return this.invoke("GetHistoryHits", {}, this.GetHistoryHits.getArguments().slice(0));
	},
	SaveRemarkAgainstCount: function(remarkID) {
		return this.invoke("SaveRemarkAgainstCount", {"remarkID":remarkID}, this.SaveRemarkAgainstCount.getArguments().slice(1));
	},
	SaveRemarkAgreeCount: function(remarkID) {
		return this.invoke("SaveRemarkAgreeCount", {"remarkID":remarkID}, this.SaveRemarkAgreeCount.getArguments().slice(1));
	},
	GetTopClassMenuArray: function(classID) {
		return this.invoke("GetTopClassMenuArray", {"classID":classID}, this.GetTopClassMenuArray.getArguments().slice(1));
	},
	GetCurrentSessionCount: function() {
		return this.invoke("GetCurrentSessionCount", {}, this.GetCurrentSessionCount.getArguments().slice(0));
	},
	AjaxGetArticles: function(classID, count) {
		return this.invoke("AjaxGetArticles", {"classID":classID, "count":count}, this.AjaxGetArticles.getArguments().slice(2));
	},
	AjaxGetImageArticles: function(classIdList, count) {
		return this.invoke("AjaxGetImageArticles", {"classIdList":classIdList, "count":count}, this.AjaxGetImageArticles.getArguments().slice(2));
	},
	GetPageNNewsList: function(classID, pageIndex, pageSize) {
		return this.invoke("GetPageNNewsList", {"classID":classID, "pageIndex":pageIndex, "pageSize":pageSize}, this.GetPageNNewsList.getArguments().slice(3));
	},
	AjaxLoadAllClass: function() {
		return this.invoke("AjaxLoadAllClass", {}, this.AjaxLoadAllClass.getArguments().slice(0));
	},
	GetContentType: function(fileName) {
		return this.invoke("GetContentType", {"fileName":fileName}, this.GetContentType.getArguments().slice(1));
	},
	GetNewFieldID: function(formID, fieldID) {
		return this.invoke("GetNewFieldID", {"formID":formID, "fieldID":fieldID}, this.GetNewFieldID.getArguments().slice(2));
	},
	GetDetailCodes: function(mainCodeNO) {
		return this.invoke("GetDetailCodes", {"mainCodeNO":mainCodeNO}, this.GetDetailCodes.getArguments().slice(1));
	},
	UrlDecode: function(encodedString, encodingName) {
		return this.invoke("UrlDecode", {"encodedString":encodedString, "encodingName":encodingName}, this.UrlDecode.getArguments().slice(2));
	},
	UrlEncode: function(unencodedString, encodingName) {
		return this.invoke("UrlEncode", {"unencodedString":unencodedString, "encodingName":encodingName}, this.UrlEncode.getArguments().slice(2));
	},
	HtmlDecode: function(encodedString) {
		return this.invoke("HtmlDecode", {"encodedString":encodedString}, this.HtmlDecode.getArguments().slice(1));
	},
	HtmlEncode: function(unencodedString) {
		return this.invoke("HtmlEncode", {"unencodedString":unencodedString}, this.HtmlEncode.getArguments().slice(1));
	},
	GetGuid: function() {
		return this.invoke("GetGuid", {}, this.GetGuid.getArguments().slice(0));
	},
	GetServerTime: function(format) {
		return this.invoke("GetServerTime", {"format":format}, this.GetServerTime.getArguments().slice(1));
	},
	GetCurrentStylePath: function() {
		return this.invoke("GetCurrentStylePath", {}, this.GetCurrentStylePath.getArguments().slice(0));
	},
	DeleteAttachment: function(attachmentID) {
		return this.invoke("DeleteAttachment", {"attachmentID":attachmentID}, this.DeleteAttachment.getArguments().slice(1));
	},
	InsertIntoBlacklist: function(email) {
		return this.invoke("InsertIntoBlacklist", {"email":email}, this.InsertIntoBlacklist.getArguments().slice(1));
	},
	InitalSession: function(excludeIDS) {
		return this.invoke("InitalSession", {"excludeIDS":excludeIDS}, this.InitalSession.getArguments().slice(1));
	},
	url: '/ajaxpro/ThkCOS.Components.News.NewsShowPage,ThkCOS.Components.ashx'
}));
ThkCOS.Components.News.NewsShowPage = new ThkCOS.Components.News.NewsShowPage_class();

