if(typeof play == "undefined") play={};
play_class = function() {};
Object.extend(play_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddComment: function(VideoID, VideoTitle, Comment, NickName, CheckCode) {
		return this.invoke("AddComment", {"VideoID":VideoID, "VideoTitle":VideoTitle, "Comment":Comment, "NickName":NickName, "CheckCode":CheckCode}, this.AddComment.getArguments().slice(5));
	},
	GetCommnetFromPager: function(VideoID, PageIndex, PageSize) {
		return this.invoke("GetCommnetFromPager", {"VideoID":VideoID, "PageIndex":PageIndex, "PageSize":PageSize}, this.GetCommnetFromPager.getArguments().slice(3));
	},
	AddCollection: function(EnterID, VideoID) {
		return this.invoke("AddCollection", {"EnterID":EnterID, "VideoID":VideoID}, this.AddCollection.getArguments().slice(2));
	},
	url: '/ajaxpro/play,video_deploy.ashx'
}));
play = new play_class();

