if(typeof MsPage == "undefined") MsPage={};
MsPage_class = function() {};
Object.extend(MsPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNewsListByTypeID: function(TypeID, StrLen, PageNum, RowNum) {
		return this.invoke("GetNewsListByTypeID", {"TypeID":TypeID, "StrLen":StrLen, "PageNum":PageNum, "RowNum":RowNum}, this.GetNewsListByTypeID.getArguments().slice(4));
	},
	GetNewsListBySearch: function(wm_NewsTitle, StrLen, PageNum, RowNum) {
		return this.invoke("GetNewsListBySearch", {"wm_NewsTitle":wm_NewsTitle, "StrLen":StrLen, "PageNum":PageNum, "RowNum":RowNum}, this.GetNewsListBySearch.getArguments().slice(4));
	},
	VoteSumbit: function(VoteID, VoteItemID, ClientIP) {
		return this.invoke("VoteSumbit", {"VoteID":VoteID, "VoteItemID":VoteItemID, "ClientIP":ClientIP}, this.VoteSumbit.getArguments().slice(3));
	},
	GetVedioList: function(StrLen, PageNum, RowNum) {
		return this.invoke("GetVedioList", {"StrLen":StrLen, "PageNum":PageNum, "RowNum":RowNum}, this.GetVedioList.getArguments().slice(3));
	},
	GetActiveList: function(Year, Month, PageNum, RowsShowNum) {
		return this.invoke("GetActiveList", {"Year":Year, "Month":Month, "PageNum":PageNum, "RowsShowNum":RowsShowNum}, this.GetActiveList.getArguments().slice(4));
	},
	GetItemDetailByShop: function(Index, PageNum, RowNum) {
		return this.invoke("GetItemDetailByShop", {"Index":Index, "PageNum":PageNum, "RowNum":RowNum}, this.GetItemDetailByShop.getArguments().slice(3));
	},
	url: '/ajaxpro/MsPage,App_Code.ashx'
}));
MsPage = new MsPage_class();

