 $(document).ready( function () { 	window.fbAsyncInit = function() {	 		 FB.init({appId: '212054625540163', status: true, cookie: true, xfbml: true});		 		 FB.Event.subscribe('edge.create', function(href, widget) {			 showVideo();		 });	};			(function() {	 var e = document.createElement('script');	 e.type = 'text/javascript';	 e.src = document.location.protocol + '//connect.facebook.net/fr_FR/all.js';	 e.async = true;	 document.getElementById('fb-root').appendChild(e);	 }());	 	 	 	 var message=""; 					function clickIE() {if (document.all) {(message);return false;}} 	function clickNS(e) {if 	(document.layers||(document.getElementById&&!document.all)) { 	if (e.which==2||e.which==3) {(message);return false;}}} 	if (document.layers) 	{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 	else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 					function showVideo() {		document.getElementById("video").style.visibility = "visible";		document.getElementById("video").style.display = "block";		document.getElementById('likeVideo').style.visibility = "hidden";		document.getElementById("likeVideo").style.display = "none";	};});
