if(typeof CommonSite == "undefined") CommonSite={};
CommonSite.MovieManager_class = function() {};
Object.extend(CommonSite.MovieManager_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCurrentSpeed: function() {
		return this.invoke("GetCurrentSpeed", {}, this.GetCurrentSpeed.getArguments().slice(0));
	},
	url: '/ajaxpro/CommonSite.MovieManager,CommonSite.ashx'
}));
CommonSite.MovieManager = new CommonSite.MovieManager_class();

