/* //DO NOT USE THIS DEVKEY. Register for your own here:
      //http://code.google.com/apis/youtube/dashboard/
      var yourDevKey = 'AI39si4c_YEu-WjPmhbUvhaZH3m1JZ4snZyM_Ze6VAV7qHYmyNX90HjDUPnxyK0pZrIiJTfAPMd7TiapnT0uDu8WtJ1gWxDrZQ';

      // allowScriptAccess must be set to allow the Javascript from one 
      // domain to access the swf on the youtube domain
      var params = { allowScriptAccess: "always", bgcolor: "#cccccc" };
      // this sets the id of the object or embed tag to 'myytplayer'.
      // You then use this id to access the swf and make calls to the player's API
      var atts = { id: "myytplayer" };
      swfobject.embedSWF("http://gdata.youtube.com/apiplayer?key=" + yourDevKey + "&enablejsapi=1&playerapiid=ytplayer", 
                         "ytapiplayer", "192", "192", "8", null, null, params, atts);*/