$(document).ready(   
    function () {                                
        /*                                
        $('#videoSWF').flash(
           {
              swf: sROOTURL + 'flash/' + sVideo + '.swf',   
              params: {
                 play: false,
                 menu: false,
                 wmode: 'transparent',
                 quality: 'best',
                 AllowScriptAccess: 'always',
                 swliveconnect: 'true'
              },   
              flashvars: {   
                  button: sButtons,
                  terugbellenurl: sTerugBellenUrl,
                  premieurl: sPremieUrl, 
                  video: sVideo,
                  chapter: iChapter,
                  autoplay: iAutoPlay
              },   
              height: 276,   
              width: 490    
           }   
       ); 
       */  
    } 
    
    
     
);