// Set the player sizing - this directly affects the embedded player.
var main_width  = "320";
var main_height = "390";

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] ="Meditation";
media_items[1] ="http://sgmc.streamguys.net/player/config2.cfm?VideoGUID=d0dd7fbe-f5b0-4bc4-8e58-da6528eb8693%26CategoryGUID=69f1ffad-c3d1-4f5e-86a6-a03930850007";
media_items[2] ="false";

media_items[3] ="Earthdance 2009";
media_items[4] ="http://sgmc.streamguys.net/player/config2.cfm?VideoGUID=1beca5fc-5192-4379-bed9-e0dea977fedf%26CategoryGUID=a880ca07-d721-4a3e-8c61-095ca6f28581";
media_items[5] ="false";

media_items[6] ="Unseen Pictures";
media_items[7]="http://sgmc.streamguys.net/player/config2.cfm?VideoGUID=60536c86-8efb-41de-9edf-d15cbeb145a4%26CategoryGUID=967eac5c-f2c3-4d54-909e-2b6ec1fda832";
media_items[8]="true";

// 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>");