function loadNextVideo(){jwplayer("videoContainer").setup({flashplayer:"swf/player.swf",file:"http://www.youtube.com/watch?v="+vidlist[sequence[currentvid]],autostart:notfirsttime,width:498,height:284,screencolor:"ffffff",backcolor:"ffffff",controlbar:"over",stretching:"fill","controlbar.idlehide":true,events:{onComplete:function(){loadNextVideo()}}});title=document.getElementById("VideoTitle");title.innerHTML=titlelist[sequence[currentvid]];notfirsttime=true;currentvid++;currentvid==vidlist.length&&
(currentvid=0)}
function loadNextVideoBoxVideo(){jwplayer("videoContainerVB").setup({flashplayer:"swf/player.swf",file:"http://www.youtube.com/watch?v="+vidlistVB[sequenceVB[currentvidVB]],autostart:notfirsttimeVB,width:215,height:123,screencolor:"ffffff",backcolor:"ffffff",controlbar:"over",stretching:"fill","controlbar.idlehide":true,events:{onComplete:function(){loadNextVideoBoxVideo()}}});title=document.getElementById("VideoTitleVB");title.innerHTML=titlelistVB[sequenceVB[currentvidVB]];notfirsttimeVB=true;currentvidVB++;
currentvidVB==vidlistVB.length&&(currentvidVB=0)};
