ProfileVideo_class = function() {};
Object.extend(ProfileVideo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVideoList: function(intLanguageId, intNetworkID, intSortID, intViewerID, _intMemberShipID) {
		return this.invoke("GetVideoList", {"intLanguageId":intLanguageId, "intNetworkID":intNetworkID, "intSortID":intSortID, "intViewerID":intViewerID, "_intMemberShipID":_intMemberShipID}, this.GetVideoList.getArguments().slice(5));
	},
	url: '/ajaxpro/SNET.Network.UserControls.VideoControls.ListVideoInIndex,NetWork.ashx'
}));
ProfileVideo = new ProfileVideo_class();


