
var BurrpTvChannelScheduleLoader = {
  channels:[{"channelId":20,"channelName":"Zoom","largeLogo":"/images/ch/d/j/djrzv3ff_k_3.gif","seoFriendlyChannelName":"zoom"}],
  scheduleStartTimeStamp:1283465072552,
  dateNavStartTimeStamp:1283106600000,
  dateNavEndTimeStamp:1284316199999,
  baseUrl:"http://tv.burrp.com",
  baseStaticUrl:"http://tv.static.burrp.net",
  baseWidgetUrl:"http://widget.tv.burrp.com",
  showBurrpPromo:true,
  loadScript:function(fileName){
    document.write('<scr' + 'ipt src="' + BurrpTvChannelScheduleLoader.baseWidgetUrl + '/js/' + fileName + '" type="text/javascript"></script>');
  },
  loadStyle:function(fileName){
    document.write('<link rel="stylesheet" href="' + BurrpTvChannelScheduleLoader.baseWidgetUrl + '/css/' + fileName + '" type="text/css"></link>');
  },
  addToOnLoadEvent:function(func){if(typeof window.addEventListener != "undefined"){window.addEventListener("load",func,false);}else if(typeof window.attachEvent != "undefined"){window.attachEvent("onload",func);}else{if(window.onload != null){var oldOnload = window.onload;window.onload = function(e){oldOnload(e);func();};}else{window.onload = func;}}},
  bObject:function(elemId){if(document.all && !document.getElementById){return document.all[elemId];}else{return document.getElementById(elemId);}}
};

BurrpTvChannelScheduleLoader.loadScript("wtvc-library.js");

BurrpTvChannelScheduleLoader.loadStyle("channel-widget.css");