    function LoadVideoBar() {
    var videoBar;
    var options = {
string_allDone : "[ 動画のウィンドウを閉じる ]",
        largeResultSet : !true,
        horizontal : true,
        autoExecuteList : {
          cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
    statusRoot : document.getElementById("videoBarStatus"),
          executeList : ["Dancesport Latin", "Ballroom Chachacha", "Ballroom Samba", "Ballroom Rumba", "Ballroom Paso", "Ballroom Jive", "IDSF", "Dancesport Russia", "Dancesport UK", "USABDA Latin", "Dancesport Championship", "Blackpool Dance Festival 07", "Paso Doble", "Dancesport Chacha", "Dancesport Samba", "Dancesport Rumba", "Dancesport Paso", "Dancesport Jive", "Dancesport Slovenia", "Dancesport Australian", "German Open IDSF", "Dancesport Standard", "IDSF Waltz", "Dancesport Tango", "Dancesport Viennese Waltz", "Dancesport Slow Foxtrot", "Dancesport Quickstep"]
        }
      }

    videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
                              document.getElementById("videoBar-player"),
                              options);
    }

    GSearch.setOnLoadCallback(LoadVideoBar);
/* 京
Ajax Search Api and Stylesheet
Note: If you are already using the AJAX Search API, then do not include it or its stylesheet again
* 180px x 135px - small player
* 260px x 95px - medium player
* 320px x 260px - large player
* 480px x 380px - extra large player
largeResultSet : true,
horizontal : true,
thumbnailSize : GSvideoBar.THUMBNAILS_SMALL,
-- GSvideoBar.CYCLE_TIME_EXTRA_SHORT  // ~05s
-- GSvideoBar.CYCLE_TIME_SHORT        // ~10s
-- GSvideoBar.CYCLE_TIME_MEDIUM       // ~15s
-- GSvideoBar.CYCLE_TIME_LONG         // ~30s
The Key Embedded in the following script tag is designed to work with the following site:
ラティーノチャチャチャ　http://dance.s151.xrea.com/Ballroom_Video/
*/
