// cached javascript var Modules_boombox1 = { PopulateMediaFile:function(strChannelID,strNetworkID,callback,context){return new ajax_request(this.url + '?_method=PopulateMediaFile&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID),callback, context);}, PopulateSlectedChannel:function(strChannelID,strNetworkID,callback,context){return new ajax_request(this.url + '?_method=PopulateSlectedChannel&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID),callback, context);}, PopulatePlayList:function(strChannelID,strNetworkID,strPlayListID,callback,context){return new ajax_request(this.url + '?_method=PopulatePlayList&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrPlayListID=' + enc(strPlayListID),callback, context);}, PopulateMediaWithTopic:function(strChannelID,strNetworkID,strTopic,callback,context){return new ajax_request(this.url + '?_method=PopulateMediaWithTopic&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrTopic=' + enc(strTopic),callback, context);}, PopulateSocialNetwork:function(strChannelID,strNetworkID,strMediaFileID,callback,context){return new ajax_request(this.url + '?_method=PopulateSocialNetwork&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrMediaFileID=' + enc(strMediaFileID),callback, context);}, PopulateSearch:function(strChannelID,strNetworkID,callback,context){return new ajax_request(this.url + '?_method=PopulateSearch&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID),callback, context);}, PopulateMediaWithSearch:function(strChannelID,strNetworkID,strSearch,callback,context){return new ajax_request(this.url + '?_method=PopulateMediaWithSearch&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrSearch=' + enc(strSearch),callback, context);}, PopulateMedia:function(strNetworkID,strChannelID,strPlayListID,callback,context){return new ajax_request(this.url + '?_method=PopulateMedia&_session=no','strNetworkID=' + enc(strNetworkID)+ '\r\nstrChannelID=' + enc(strChannelID)+ '\r\nstrPlayListID=' + enc(strPlayListID),callback, context);}, GetEmbedCode:function(strMediaFileID,callback,context){return new ajax_request(this.url + '?_method=GetEmbedCode&_session=no','strMediaFileID=' + enc(strMediaFileID),callback, context);}, PopulateMediaDescription:function(strChannelID,strNetworkID,strMediaFileID,callback,context){return new ajax_request(this.url + '?_method=PopulateMediaDescription&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrMediaFileID=' + enc(strMediaFileID),callback, context);}, PopulateTopics:function(strChannelID,strNetworkID,strMediaFileID,strNo,callback,context){return new ajax_request(this.url + '?_method=PopulateTopics&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrMediaFileID=' + enc(strMediaFileID)+ '\r\nstrNo=' + enc(strNo),callback, context);}, PopulateStaticAd:function(strChannelID,strNetworkID,strMediaID,strRemoteIP,callback,context){return new ajax_request(this.url + '?_method=PopulateStaticAd&_session=no','strChannelID=' + enc(strChannelID)+ '\r\nstrNetworkID=' + enc(strNetworkID)+ '\r\nstrMediaID=' + enc(strMediaID)+ '\r\nstrRemoteIP=' + enc(strRemoteIP),callback, context);}, UpdateStaticAd:function(strAdID,callback,context){return new ajax_request(this.url + '?_method=UpdateStaticAd&_session=no','strAdID=' + enc(strAdID),callback, context);}, url:'/Encephalon/MediaLibrary/ajax/Modules_boombox1,App_Web_boombox1.aspx.b7661b20.ashx' } function HtmlControl(id) { var ele = null; if(typeof(id) == 'object') ele = id; else ele = document.getElementById(id); if(ele == null) return null; var _o = ele.cloneNode(true); var _op = document.createElement('SPAN'); _op.appendChild(_o); this._source = _op.innerHTML; } HtmlControl.prototype.toString = function(){ return this._source; } function HtmlControlUpdate(func, parentId) { var f,i,ff,fa=''; var ele = document.getElementById(parentId); if(ele == null) return; var args = []; for(i=0; i 2) for(i=2; i9999||year<1970||month<1||month>12||day<0||day>31||hours<0||hours>23||minutes<0||minutes>59||seconds<0||seconds>59)throw("ArgumentException");this.Year = year;this.Month = month;this.Day = day;this.Hours = hours;this.Minutes = minutes;this.Seconds = seconds;} DateTime.prototype.toString = function(){return digi(this.Year,4) + digi(this.Month,2) + digi(this.Day,2) + digi(this.Hours,2) + digi(this.Minutes,2) + digi(this.Seconds,2);}