Hide From other Browsers
var name = prompt("Bitte gib Deinen Namen ein:", "");
var IQ = prompt("Und Deinen IQ (und sei ehrlich):","");
if (name== null)
name = "";
if (IQ== null)
IQ = "";
document.write ("
// Stop Hiding from other browsers -->