$(function(){
  $("#widget-video-rightbar").click(function(){
    $("body").append('<div id="fen"><div><iframe frameborder="0" width="800" height="600" src="http://www.dailymotion.com/embed/video/xl30te?width=800&highlight=%23545454&autoPlay=1"></iframe><p id="ferm">Fermer la vid&eacute;o</p></div></div>');
    $("#ferm").click(function(){
      $("#fen").remove();
    });
  });
  
});
