    // By use of this code snippet, I agree to the Brightcove Publisher T and C
    // found at http://www.brightcove.com/publishertermsandconditions.html.
    var config = new Array();
    /*
    * feel free to edit these configurations
    * to modify the player experience
    */
    config["videoId"] = null; //the default video loaded into the player
    config["lineupId"] = null; //the default lineup loaded into the player
    config["playerTag"] = null; //player tag used for identifying this page in brightcove reporting
    config["autoStart"] = true; //tells the player to start playing video on load
    config["preloadBackColor"] = "#FFFFFF"; //background color while loading the player
    config["width"] = 390;
    config["height"] = 330;
    config["playerId"] = 203712179;
    config["adServerURL"] = "http://ad.doubleclick.net/pfadx/cm.own.microsite/healthcentral";
	config["linkBaseURL"] = window.document.URL;