function activate(){
if (typeof blLayer == 'undefined'){
//if (false){
	document.getElementById("alchemygame").innerHTML = "<div style=\"color:red; font-size:18px;\">You need to deactivate your Adblocker in order to play Alchemy Gamer.<br>Reward my work, the Loading Game Update alone already <u>took 12 hours</u> of my time. ;-)<br>---<br>Um Alchemy Gamer zu spielen musst du deinen Adblocker deaktivieren.<br>Ich hab <u>mehr als 12 Stunden</u> gebraucht um allein das Laden zu implementieren, ne gewisse Belohnung w&auml;re da schon nett ;-)<br>---<br>Désactives ton Adblock s'il te plaît afin de jouer Alchemy Gamer.<br>Je besoin l'argent pour un <u>cours de langue francais</u> :D</div>";
}else{
	document.getElementById("alchemygame").innerHTML = '<object width="812" height="624"><param name="movie" value="content/alchemy_ff.swf"><PARAM NAME="wmode" VALUE="transparent"><param name="allowscriptaccess" value="samedomain"><embed src="content/alchemy_ff.swf" WMODE="transparent" allowscriptaccess="samedomain" width="812" height="624"></embed></object>'; ;
}
}
activate();
