if(typeof WatchVideos == "undefined") WatchVideos={};
WatchVideos_class = function() {};
Object.extend(WatchVideos_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdatePlaysCountForCurrentMovie: function(movieId) {
		return this.invoke("UpdatePlaysCountForCurrentMovie", {"movieId":movieId}, this.UpdatePlaysCountForCurrentMovie.getArguments().slice(1));
	},
	AddNewSubscriber: function(email) {
		return this.invoke("AddNewSubscriber", {"email":email}, this.AddNewSubscriber.getArguments().slice(1));
	},
	url: '/ajaxpro/WatchVideos,App_Web_watchvideos.aspx.1f6a154.ashx'
}));
WatchVideos = new WatchVideos_class();


