$().ready( function() {
 /* $('#btn_videodescription a').each( function (index) {
    $(this).bind('mouseover', function() {
		$("#mention_videodescription").fadeIn("slow");
    });
	
	 $(this).bind('mouseout', function() {
		$("#mention_videodescription").fadeOut("slow");
    });
  });*/
  
  $('div#c_facebook').append('<iframe src="http://www.facebook.com/plugins/likebox.php?locale=fr_FR&href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FLE-GENTLEMAN%2F130071662833%3Fref%3Dts&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=true&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>');
  $('div#likebox').append('<iframe src="http://www.facebook.com/plugins/likebox.php?locale=fr_FR&href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FLE-GENTLEMAN%2F130071662833&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=true&amp;height=285" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:285px;" allowTransparency="true"></iframe>');
});
