if(typeof Portal == "undefined") Portal={};
if(typeof Portal.BBG == "undefined") Portal.BBG={};
if(typeof Portal.BBG.BBG_BoxAudio_class == "undefined") Portal.BBG.BBG_BoxAudio_class={};
Portal.BBG.BBG_BoxAudio_class = function() {};
Object.extend(Portal.BBG.BBG_BoxAudio_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLinkAudio: function(belongSite, AdvImageId) {
		return this.invoke("GetLinkAudio", {"belongSite":belongSite, "AdvImageId":AdvImageId}, this.GetLinkAudio.getArguments().slice(2));
	},
	GetAudio: function(belongSite, TabModuleId, AdvImageId, PlayId) {
		return this.invoke("GetAudio", {"belongSite":belongSite, "TabModuleId":TabModuleId, "AdvImageId":AdvImageId, "PlayId":PlayId}, this.GetAudio.getArguments().slice(4));
	},
	ClientRenderWebPart: function(BelongSite, TabModuleId, ViewName, HasPorlet, loadParamCls) {
		return this.invoke("ClientRenderWebPart", {"BelongSite":BelongSite, "TabModuleId":TabModuleId, "ViewName":ViewName, "HasPorlet":HasPorlet, "loadParamCls":loadParamCls}, this.ClientRenderWebPart.getArguments().slice(5));
	},
	url: '/ajaxpro/Portal.BBG.BBG_BoxAudio,Portal.BBG.ashx'
}));
Portal.BBG.BBG_BoxAudio = new Portal.BBG.BBG_BoxAudio_class();


