if(typeof authorSTREAM == "undefined") authorSTREAM={};
if(typeof authorSTREAM.BizLayer == "undefined") authorSTREAM.BizLayer={};
authorSTREAM.BizLayer.Channel_class = function() {};
Object.extend(authorSTREAM.BizLayer.Channel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEmbed: function(Value) {
		return this.invoke("GetEmbed", {"Value":Value}, this.GetEmbed.getArguments().slice(1));
	},
	SaveChannelPPT: function(Value) {
		return this.invoke("SaveChannelPPT", {"Value":Value}, this.SaveChannelPPT.getArguments().slice(1));
	},
	url: '/ajaxpro/authorSTREAM.BizLayer.Channel,App_Code.gcojtvmy.ashx'
}));
authorSTREAM.BizLayer.Channel = new authorSTREAM.BizLayer.Channel_class();

