ConfigController = function()
{ 
    this.loaded = false; 
    //this.intro="mms://a1454.v36560.c21596.g.vm.akamaistream.net/7/1454/21596/v001/mtviestor.download.akamai.com/8619/canada/odpromo/Overdrive_Sound_768k.wmv";

    this.useOptimizer = true; 
	this.asxGen = "http://esi.ctv.ca/datafeed/urlgen2.aspx"; 
	
	this.serveAds = true;
	this.adCallUrl = "http://ad.ca.doubleclick.net/";
	this.adCall = {};
	this.channelName = "broadband";
	this.adCall.site = "video.bnn.ca";
	this.adCall.zone = "bnn";
	this.adCall.dartCommand = "pfadx";
	this.adCallOtherValues ="arena=video;feed=live;spd=h;"
	this.adCallSize ="sz=1x1;"
	
	this.bannerUrl = "http://ad.ca.doubleclick.net/adi/ctv/";
	this.bannerZone = "bnn;";
	this.bannerOtherValue = "!category=pop;!category=video;!category=float;!category=expand;sz=728x90;ord=" + Math.random() * 1000000000000000000 + "?";	
	this.refreshBanner = true; 
    this.scriptBasedBanner = "adTopBanner.html";
	 
	this.adInsertion = {}; 
	this.adInsertion.maxEls = 2;  
	this.adInsertion.maxTime = 7*60;  
	this.adInsertion.maxElsonReset = 0;
	this.adInsertion.resetSwitch = "content.id"; 
	this.adInsertion.raiseFranchiseIntro = true; 
	this.adInsertion.killTrailingAds = 1; //0=never, 1=before ads, 2=always
	
	this.startServeAds = true;
	
	this.failureTime = {};
	this.failureTime.ad = {congestion:15000,kickstart:30000}; 
	this.failureTime.video = {congestion:15000,kickstart:30000};  
	
	this.fullScreen = {};
	//this.fullScreen.message = 'Entering Full Screen mode.\nUse Escape Key or doubleclick on Video to Exit.\n\nHint: Turn off screensavers for extended viewing.\n'; 
	this.loaded = true; 
	
	this.hbxAcct = "DM561030HNDE;DM561030KMRC";
	this.hbxpopGroup = "1;1";
}  

var Config = new ConfigController();

