var setVideoBoxContent = function(slug,embed){
      var videoBox = getVideoBoxForSlug(slug);
      if(videoBox!=null){
        videoBox.html(embed);
      }