// JavaScript Document

   var player   =  null;
      

      var st = new SWFObject('video_main/hcgPlaylist.swf');
          st.addParam('allowscriptaccess',   'always');
          st.addParam('allowfullscreen',     'false');
          st.addParam('wmode',               'opaque');
          st.addVariable('autostart',        'true');


      function startVid()
      
        {

          
        
        player.sendEvent('STOP');          // this will STOP the player
      location.reload(0);                // don't ask... there's a good reason.
        }
    