
function LoadVideoBar() {
    	var vbr;

		var options = { 
			largeResultSet :true,
			horizontal : true
		}
    	vbr = new GSvideoBar(
                document.getElementById("videoBar"),
                GSvideoBar.PLAYER_ROOT_FLOATING,
                options
                );
    	vbr.execute(vbsekey);
  	}
  	GSearch.setOnLoadCallback(LoadVideoBar);
