/* //<![CDATA[ */
/* Video System - Built using jwplayer &amp; swfobject */
/* 	Copyright John Varley Limited - jvarley.co.uk	*/ 
      function createPlayer(thePlaceholder, thePlayerId, theFile, theConfig, theAutostart)
      {
        var flashvars =
        {
          file:theFile, 
          autostart:theAutostart,
          config:theConfig

        };

        var params =
        {
          allowfullscreen:'true', 
          allowscriptaccess:'always'
        };

        var attributes =
        {
          id:thePlayerId, 
          name:thePlayerId
        };
        swfobject.embedSWF('http://www.fruittv.tv/player-4.5.swf', thePlaceholder, '100%', '100%', '9.0.124', false, flashvars, params, attributes);

      };


      function init()
      {
        createPlayer('fruitPromoPlaceholder','fruitPromoPlayer','http://www.fruittv.tv/canal-st/play.xml','http://www.fruittv.tv/canal-st/config.xml', false);

      };

/* //]]> */