function LoadVideoBar() {

    var videoBar;
    var options = {

        largeResultSet : false,
        horizontal : false,
	thumbnailSize : GSvideoBar.THUMBNAILS_MEDIUM,
        autoExecuteList : {

          cycleTime : GSvideoBar.CYCLE_TIME_SHORT,
          cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
          executeList : ["ytchannel:socialdemokraterna","ytchannel:socialdemokraterna mona sahlin","ytchannel:socialdemokraterna"]
        }
      }

 
    videoBar = new GSvideoBar(document.getElementById("videoBar-bar"), GSvideoBar.PLAYER_ROOT_FLOATING, options);
}