// JavaScript Document

<!-- Start of Brightcove Player -->

	  <script src="http://admin.brightcove.com/js/experience_util.js" type="text/javascript"> </script>
	  <script type="text/javascript">
	   // By use of this code snippet, I agree to the Brightcove Publisher T and C
	   // found at http://corp.brightcove.com/legal/terms_publisher.cfm.

	   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["videoRef"] = null; //the default video loaded into the player by ref id specified in console
	   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"] = false; //tells the player to start playing video on load
	   config["preloadBackColor"] = "#FFFFFF"; //background color while loading the player

	   /* do not edit these config items */
	   config["playerId"] = 1460878950;
	   config["width"] = 250;
	   config["height"] = 250;
	   config["maximized"] = "true";
	   config["wmode"] = "opaque";

	   createExperience(config, 8);
	  </script>
<!-- End of Brightcove Player -->