if(typeof Soda == "undefined") Soda={};
if(typeof Soda.Ajax == "undefined") Soda.Ajax={};
Soda.Ajax.Videos_class = function() {};
Object.extend(Soda.Ajax.Videos_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCommentsPage: function(videoID, idNav, tag, pageNo) {
		return this.invoke("GetCommentsPage", {"videoID":videoID, "idNav":idNav, "tag":tag, "pageNo":pageNo}, this.GetCommentsPage.getArguments().slice(4));
	},
	GetVideosPageBV: function(idNav, tag, pageNo, so, mode) {
		return this.invoke("GetVideosPageBV", {"idNav":idNav, "tag":tag, "pageNo":pageNo, "so":so, "mode":mode}, this.GetVideosPageBV.getArguments().slice(5));
	},
	GetVideosPage: function(idNav, tag, pageNo, so) {
		return this.invoke("GetVideosPage", {"idNav":idNav, "tag":tag, "pageNo":pageNo, "so":so}, this.GetVideosPage.getArguments().slice(4));
	},
	GetDetailPage: function(videoID) {
		return this.invoke("GetDetailPage", {"videoID":videoID}, this.GetDetailPage.getArguments().slice(1));
	},
	AddComment: function(idNav, videoID, name, email, web, text) {
		return this.invoke("AddComment", {"idNav":idNav, "videoID":videoID, "name":name, "email":email, "web":web, "text":text}, this.AddComment.getArguments().slice(6));
	},
	url: '/ajaxpro/Soda.Ajax.Videos,Site.ashx'
}));
Soda.Ajax.Videos = new Soda.Ajax.Videos_class();

