Texas Relays 2000

Austin, TX

Meet Information

// 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 = null; //the default video loaded into the player
config = null; //the default video loaded into the player by ref id specified in console
config = null; //the default lineup loaded into the player
config = null; //player tag used for identifying this page in brightcove reporting
config = true; //tells the player to start playing video on load
config = \"#FFFFFF\"; //background color while loading the player

/*
* set the player\'s height using the parameter below
* to make this player dynamically resizable, set the height as a percentage
*/
config = 675;

/* do not edit these config items */
config = 376819161;
config = 500;

createExperience(config);