if(typeof AjaxClass == "undefined") AjaxClass={};
AjaxClass_class = function() {};
Object.extend(AjaxClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModule: function(nodeId) {
		return this.invoke("GetModule", {"nodeId":nodeId}, this.GetModule.getArguments().slice(1));
	},
	GetContent: function(nodeId, startIndex, maxRecords, totalCount, readerListID) {
		return this.invoke("GetContent", {"nodeId":nodeId, "startIndex":startIndex, "maxRecords":maxRecords, "totalCount":totalCount, "readerListID":readerListID}, this.GetContent.getArguments().slice(5));
	},
	GetInformationListByParentId_Pre: function(parentId, startIndex, maxRecords, totalCount, readerListID) {
		return this.invoke("GetInformationListByParentId_Pre", {"parentId":parentId, "startIndex":startIndex, "maxRecords":maxRecords, "totalCount":totalCount, "readerListID":readerListID}, this.GetInformationListByParentId_Pre.getArguments().slice(5));
	},
	GetTotalCount: function(nodeId, startIndex, maxRecords, readerListID) {
		return this.invoke("GetTotalCount", {"nodeId":nodeId, "startIndex":startIndex, "maxRecords":maxRecords, "readerListID":readerListID}, this.GetTotalCount.getArguments().slice(4));
	},
	GetTotalCountByParentId: function(nodeId, startIndex, maxRecords, readerListID) {
		return this.invoke("GetTotalCountByParentId", {"nodeId":nodeId, "startIndex":startIndex, "maxRecords":maxRecords, "readerListID":readerListID}, this.GetTotalCountByParentId.getArguments().slice(4));
	},
	GetModuleByNodeId: function(nodeId) {
		return this.invoke("GetModuleByNodeId", {"nodeId":nodeId}, this.GetModuleByNodeId.getArguments().slice(1));
	},
	GetMenu: function(nodeId) {
		return this.invoke("GetMenu", {"nodeId":nodeId}, this.GetMenu.getArguments().slice(1));
	},
	GetContent_Special: function(nodeId, readerListID) {
		return this.invoke("GetContent_Special", {"nodeId":nodeId, "readerListID":readerListID}, this.GetContent_Special.getArguments().slice(2));
	},
	GetNewsList_Pre: function(readerListID) {
		return this.invoke("GetNewsList_Pre", {"readerListID":readerListID}, this.GetNewsList_Pre.getArguments().slice(1));
	},
	GetScienceKnowledgeList_Pre: function(readerListID) {
		return this.invoke("GetScienceKnowledgeList_Pre", {"readerListID":readerListID}, this.GetScienceKnowledgeList_Pre.getArguments().slice(1));
	},
	GetProgrammingKnowledgeList_Pre: function(readerListID) {
		return this.invoke("GetProgrammingKnowledgeList_Pre", {"readerListID":readerListID}, this.GetProgrammingKnowledgeList_Pre.getArguments().slice(1));
	},
	GetPolicyRuleList_Pre: function(readerListID) {
		return this.invoke("GetPolicyRuleList_Pre", {"readerListID":readerListID}, this.GetPolicyRuleList_Pre.getArguments().slice(1));
	},
	GetAdministrationNoticeList_Pre: function(nodeId, readerListID) {
		return this.invoke("GetAdministrationNoticeList_Pre", {"nodeId":nodeId, "readerListID":readerListID}, this.GetAdministrationNoticeList_Pre.getArguments().slice(2));
	},
	GetPictureNews_Pre: function(readerList) {
		return this.invoke("GetPictureNews_Pre", {"readerList":readerList}, this.GetPictureNews_Pre.getArguments().slice(1));
	},
	GetBrowseInquiry_Pre: function(readerList) {
		return this.invoke("GetBrowseInquiry_Pre", {"readerList":readerList}, this.GetBrowseInquiry_Pre.getArguments().slice(1));
	},
	GetInquiryContentByInquiryId_Pre: function(inquiryId) {
		return this.invoke("GetInquiryContentByInquiryId_Pre", {"inquiryId":inquiryId}, this.GetInquiryContentByInquiryId_Pre.getArguments().slice(1));
	},
	GetFirstMenu_Pre: function() {
		return this.invoke("GetFirstMenu_Pre", {}, this.GetFirstMenu_Pre.getArguments().slice(0));
	},
	GetShowTypeId: function(nodeId) {
		return this.invoke("GetShowTypeId", {"nodeId":nodeId}, this.GetShowTypeId.getArguments().slice(1));
	},
	GetNoticeList_Pre: function(readerListID) {
		return this.invoke("GetNoticeList_Pre", {"readerListID":readerListID}, this.GetNoticeList_Pre.getArguments().slice(1));
	},
	GetNoticeListByVip_Pre: function(startIndex, maxRecords) {
		return this.invoke("GetNoticeListByVip_Pre", {"startIndex":startIndex, "maxRecords":maxRecords}, this.GetNoticeListByVip_Pre.getArguments().slice(2));
	},
	GetProgrammingListByVip_Pre: function(startIndex, maxRecords) {
		return this.invoke("GetProgrammingListByVip_Pre", {"startIndex":startIndex, "maxRecords":maxRecords}, this.GetProgrammingListByVip_Pre.getArguments().slice(2));
	},
	GetUploadListByVip_Pre: function(startIndex, maxRecords) {
		return this.invoke("GetUploadListByVip_Pre", {"startIndex":startIndex, "maxRecords":maxRecords}, this.GetUploadListByVip_Pre.getArguments().slice(2));
	},
	GetTotalCout: function() {
		return this.invoke("GetTotalCout", {}, this.GetTotalCout.getArguments().slice(0));
	},
	GetSessionName: function() {
		return this.invoke("GetSessionName", {}, this.GetSessionName.getArguments().slice(0));
	},
	UpdateVipUser_Pre: function(username_old, username_new, passwordstr) {
		return this.invoke("UpdateVipUser_Pre", {"username_old":username_old, "username_new":username_new, "passwordstr":passwordstr}, this.UpdateVipUser_Pre.getArguments().slice(3));
	},
	UserIDIsExist: function(userID) {
		return this.invoke("UserIDIsExist", {"userID":userID}, this.UserIDIsExist.getArguments().slice(1));
	},
	Login: function(username, passwordstr) {
		return this.invoke("Login", {"username":username, "passwordstr":passwordstr}, this.Login.getArguments().slice(2));
	},
	GetDirectionList_Pre: function(readerListID) {
		return this.invoke("GetDirectionList_Pre", {"readerListID":readerListID}, this.GetDirectionList_Pre.getArguments().slice(1));
	},
	GetFouceList_Pre: function(readerListID) {
		return this.invoke("GetFouceList_Pre", {"readerListID":readerListID}, this.GetFouceList_Pre.getArguments().slice(1));
	},
	GetLinkWebSiteList_Pre: function() {
		return this.invoke("GetLinkWebSiteList_Pre", {}, this.GetLinkWebSiteList_Pre.getArguments().slice(0));
	},
	GetSearchResultInit_Pre: function(type, nodeId, content, startTime, endTime, taxis, startIndex, rowcount, readerList) {
		return this.invoke("GetSearchResultInit_Pre", {"type":type, "nodeId":nodeId, "content":content, "startTime":startTime, "endTime":endTime, "taxis":taxis, "startIndex":startIndex, "rowcount":rowcount, "readerList":readerList}, this.GetSearchResultInit_Pre.getArguments().slice(9));
	},
	GetSearchResultCount: function() {
		return this.invoke("GetSearchResultCount", {}, this.GetSearchResultCount.getArguments().slice(0));
	},
	GetAuditingResult_Pre: function(type, condition, startIndex, rowcount) {
		return this.invoke("GetAuditingResult_Pre", {"type":type, "condition":condition, "startIndex":startIndex, "rowcount":rowcount}, this.GetAuditingResult_Pre.getArguments().slice(4));
	},
	GetAuditingResultCount: function() {
		return this.invoke("GetAuditingResultCount", {}, this.GetAuditingResultCount.getArguments().slice(0));
	},
	GetContentById_Pre: function(id) {
		return this.invoke("GetContentById_Pre", {"id":id}, this.GetContentById_Pre.getArguments().slice(1));
	},
	GetList_Pre: function(type, startIndex, rowcount, readerList) {
		return this.invoke("GetList_Pre", {"type":type, "startIndex":startIndex, "rowcount":rowcount, "readerList":readerList}, this.GetList_Pre.getArguments().slice(4));
	},
	GetListCount: function(type) {
		return this.invoke("GetListCount", {"type":type}, this.GetListCount.getArguments().slice(1));
	},
	GetVisitCount: function() {
		return this.invoke("GetVisitCount", {}, this.GetVisitCount.getArguments().slice(0));
	},
	UpdateStyle: function(styleId) {
		return this.invoke("UpdateStyle", {"styleId":styleId}, this.UpdateStyle.getArguments().slice(1));
	},
	ResetVisitCount: function() {
		return this.invoke("ResetVisitCount", {}, this.ResetVisitCount.getArguments().slice(0));
	},
	InsertVisitCount: function() {
		return this.invoke("InsertVisitCount", {}, this.InsertVisitCount.getArguments().slice(0));
	},
	GetProgrammeShowList: function(readerList) {
		return this.invoke("GetProgrammeShowList", {"readerList":readerList}, this.GetProgrammeShowList.getArguments().slice(1));
	},
	GetAllInquiry_Pre: function(readerList) {
		return this.invoke("GetAllInquiry_Pre", {"readerList":readerList}, this.GetAllInquiry_Pre.getArguments().slice(1));
	},
	InsertComment_Pre: function(Fid, Name, Contact, Reamark) {
		return this.invoke("InsertComment_Pre", {"Fid":Fid, "Name":Name, "Contact":Contact, "Reamark":Reamark}, this.InsertComment_Pre.getArguments().slice(4));
	},
	GetCommentList: function(Fid, startIndex, top) {
		return this.invoke("GetCommentList", {"Fid":Fid, "startIndex":startIndex, "top":top}, this.GetCommentList.getArguments().slice(3));
	},
	GetCommentResultCount: function() {
		return this.invoke("GetCommentResultCount", {}, this.GetCommentResultCount.getArguments().slice(0));
	},
	DeleteComment: function(Zid) {
		return this.invoke("DeleteComment", {"Zid":Zid}, this.DeleteComment.getArguments().slice(1));
	},
	GetCommentTitle: function(id) {
		return this.invoke("GetCommentTitle", {"id":id}, this.GetCommentTitle.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxClass,App_Code.ashx'
}));
AjaxClass = new AjaxClass_class();

