// Set the player sizing - this directly affects the embedded player.
var main_width  = "320";
var main_height = "400";

var play_height = "240";
var list_height = "74";
var info_height = "36";

// Do we want to show the popup embed code link?
var show_embed_code = false;

// Set our media assets - the links below are pulled from SGMC.
var media_items=new Array();


// IMPORTANT NOTE:
//    Substitute '&' and '&amp;' with '%26'
//    Substitute 'player.cfm' with 'config2.cfm'

// Set the media assets for this player. Each asset listed below shows up in the category bar. The small player can fit two or three.

media_items[0] ="2011 LIVE EVENTS";
media_items[1] ="http://sgmc.streamguys.net/player/config2.cfm?LiveStreamGUID=ac9536f7-04b9-4583-a628-1cbcffa537c6&CategoryGUID=ee520db0-0997-479d-9f26-3facaac311fe";
media_items[2] ="true";

media_items[3] ="Meditation";
media_items[4] ="http://sgmc.streamguys.net/player/config2.cfm?VideoGUID=d0dd7fbe-f5b0-4bc4-8e58-da6528eb8693%26CategoryGUID=69f1ffad-c3d1-4f5e-86a6-a03930850007";
media_items[5] ="false";

//media_items[3] ="2010 LIVE EVENTS";
//media_items[4] ="http://sgmc.streamguys.net/player/config2.cfm?LiveStreamGUID=e33edf61-a2e9-4e97-b0d8-2e74e5b9de3d%26CategoryGUID=e117910c-74c6-4955-9418-231f0e552559";
//media_items[5] ="true";

//media_items[6] ="2010 Earthdance";
//media_items[7] ="http://sgmc.streamguys.net/player/config2.cfm?LiveStreamGUID=4568f705-85b1-406e-8c37-60b2e617639d&CategoryGUID=a21cd9d2-eca3-4aec-bb06-8e490ab00493";
//media_items[8] ="false";

media_items[6] ="Unseen Pictures";
media_items[7]="http://sgmc.streamguys.net/player/config2.cfm?VideoGUID=35e4a675-4091-4470-8282-2c39855213ee%26CategoryGUID=967eac5c-f2c3-4d54-909e-2b6ec1fda832";
media_items[8]="false";

// DOUBLE CHECK:
//    Array must be in ascending order, starting with 0!


document.write("<script type=\"text/javascript\" src=\"http://sgmc.streamguys.net/js/earthdance/control.js\"></script>");
