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.expiredSlate = "/videos/od_expired.jpg"; 
	this.asxGen = "http://web01.ctvdigital.com/pub2/datafeed/tsn/urlgen.aspx"; 
	
	this.serveAds = true;
	this.adCallUrl = "http://ad.ca.doubleclick.net/";
	this.adCall = {};
	this.channelName = "broadband";
	this.adCall.site = "video.ctv";	// MATT: Neil will give info for change
	this.adCall.zone = "DIAN";		// MATT: Neil will give info for change
	this.adCall.dartCommand = "adx";
	this.adCallOtherValues ="arena=video;feed=live;spd=h;"
	this.adCallSize ="sz=1x1;"
	
	this.bannerUrl = "http://ad.ca.doubleclick.net/adi/ctv/";
	this.bannerZone = "VIDEOLBETALK;";
	this.bannerOtherValue = "!category=pop;!category=video;!category=float;!category=expand;sz=728x90;ord=" + Math.random() * 1000000000000000000 + "?";	
	this.refreshBanner = false; 
	this.scriptBasedBanner = "adTopBanner.html";
	 
	this.adInsertion = {}; 
	this.adInsertion.maxEls = 5;  
	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; // MATT: for testing change to false for no video commercials
	
	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 = "DM56032977WE;DM561030KMRC";
	this.hbxpopGroup = "1;1";
}  

var Config = new ConfigController();


