if(typeof Nextsee == "undefined") Nextsee={};
if(typeof Nextsee.DataAccess == "undefined") Nextsee.DataAccess={};
if(typeof Nextsee.DataAccess.Ajax == "undefined") Nextsee.DataAccess.Ajax={};
if(typeof Nextsee.DataAccess.Ajax.NSAjaxIndexPut == "undefined") Nextsee.DataAccess.Ajax.NSAjaxIndexPut={};
Nextsee.DataAccess.Ajax.NSAjaxIndexPut_class = function() {};
Object.extend(Nextsee.DataAccess.Ajax.NSAjaxIndexPut_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVideoListByFlag: function(flag) {
		return this.invoke("GetVideoListByFlag", {"flag":flag}, this.GetVideoListByFlag.getArguments().slice(1));
	},
	GetYanBoShiListByFlag: function(flag) {
		return this.invoke("GetYanBoShiListByFlag", {"flag":flag}, this.GetYanBoShiListByFlag.getArguments().slice(1));
	},
	GetBlogListByFlag: function(flag) {
		return this.invoke("GetBlogListByFlag", {"flag":flag}, this.GetBlogListByFlag.getArguments().slice(1));
	},
	GetVideoChanleListByFlag: function(flag) {
		return this.invoke("GetVideoChanleListByFlag", {"flag":flag}, this.GetVideoChanleListByFlag.getArguments().slice(1));
	},
	GetVideoJieMuListByFlag: function(flag) {
		return this.invoke("GetVideoJieMuListByFlag", {"flag":flag}, this.GetVideoJieMuListByFlag.getArguments().slice(1));
	},
	GetVideoIndex: function() {
		return this.invoke("GetVideoIndex", {}, this.GetVideoIndex.getArguments().slice(0));
	},
	url: '/ajaxpro/Nextsee.DataAccess.Ajax.NSAjaxIndexPut,Nextsee.DataAccess.ashx'
}));
Nextsee.DataAccess.Ajax.NSAjaxIndexPut = new Nextsee.DataAccess.Ajax.NSAjaxIndexPut_class();

