if(typeof BizModules == "undefined") BizModules={};
if(typeof BizModules.UltraVideoGallery == "undefined") BizModules.UltraVideoGallery={};
if(typeof BizModules.UltraVideoGallery.AjaxDotNet == "undefined") BizModules.UltraVideoGallery.AjaxDotNet={};
BizModules.UltraVideoGallery.AjaxDotNet_class = function() {};
Object.extend(BizModules.UltraVideoGallery.AjaxDotNet_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowRatingScore: function(videoId) {
		return this.invoke("ShowRatingScore", {"videoId":videoId}, this.ShowRatingScore.getArguments().slice(1));
	},
	IsDuplicatedRating: function(videoId, userId, userIP) {
		return this.invoke("IsDuplicatedRating", {"videoId":videoId, "userId":userId, "userIP":userIP}, this.IsDuplicatedRating.getArguments().slice(3));
	},
	Rate: function(videoId, score, userId, userIP) {
		return this.invoke("Rate", {"videoId":videoId, "score":score, "userId":userId, "userIP":userIP}, this.Rate.getArguments().slice(4));
	},
	ShowComments: function(videoId, portalId, locale) {
		return this.invoke("ShowComments", {"videoId":videoId, "portalId":portalId, "locale":locale}, this.ShowComments.getArguments().slice(3));
	},
	PostComment: function(videoId, userId, userName, userIP, comment) {
		return this.invoke("PostComment", {"videoId":videoId, "userId":userId, "userName":userName, "userIP":userIP, "comment":comment}, this.PostComment.getArguments().slice(5));
	},
	DeleteComment: function(itemId, portalId) {
		return this.invoke("DeleteComment", {"itemId":itemId, "portalId":portalId}, this.DeleteComment.getArguments().slice(2));
	},
	ShowVideos: function(videoId, moduleId, tabId, portalId, locale, criteria, more) {
		return this.invoke("ShowVideos", {"videoId":videoId, "moduleId":moduleId, "tabId":tabId, "portalId":portalId, "locale":locale, "criteria":criteria, "more":more}, this.ShowVideos.getArguments().slice(7));
	},
	ShowUserVideos: function(authorId, moduleId, tabId, portalId, locale, more) {
		return this.invoke("ShowUserVideos", {"authorId":authorId, "moduleId":moduleId, "tabId":tabId, "portalId":portalId, "locale":locale, "more":more}, this.ShowUserVideos.getArguments().slice(6));
	},
	url: '/portalid/0/DesktopModules/SWIRLCHAT/BizModules.UltraVideoGallery.AjaxDotNet,BizModules.UltraVideoGallery.ashx'
}));
BizModules.UltraVideoGallery.AjaxDotNet = new BizModules.UltraVideoGallery.AjaxDotNet_class();

