liked = false;
 
 			 
			function bimbamtimer() {
			timeout = setTimeout('bimbamcc()', 10000);
			$("#sharenow").show();
			$("#shareinfo").hide();      
  			}
  			
  		function bimbamcc() {
			liked = true;
			$("#sharenow").hide();
			$("#videoself").hide();
			$("#ytbox").show();     
  			}
			 	
			 function play(){
			 
				if (liked == true)
				{
					$("#videoself").hide();
					$("#ytbox").show();
				}else{
					alert('Fehler: Entweder hast du nicht auf -Gefaellt mir- geklickt oder du hast das Video nicht erfolgreich geteilt!');
				}
			 }
		  (function() {
			var e = document.createElement('script');
			e.type = 'text/javascript';
			e.src = document.location.protocol +
			  '//connect.facebook.net/de_DE/all.js';
			e.async = true;
			document.getElementById('fb-root').appendChild(e);
		  }());
	  //});
	  
	  function bimbamfbpop(play) {
		/*  
  		$("#zoom").fadeOut('medium');
  		*/
		window.open(play,"popup", "width=620px,height=370px,left=260px,top=260px,toolbar=1,status=0");

		// alert($('#vali', window.parent.document).val());
  }
