function change() { re="rgb("+Math.round(Math.random()*256)+","+Math.round(Math.random()*256)+","+Math.round(Math.random()*256)+")" //text1.style.color=text.style.color; text.style.color=re; } setInterval(change,1000); function fg(ziel){ window.open(ziel,"Gebet an den Tod", "width=450,height=565, resizable=no,scrollbars=no,top=50,left=350,screenX=300,screenY=200") } function fenster(ziel){ window.open(ziel,"eMail an die Liberins", "width=450,height=320, resizable=no,scrollbars=no,top=200,left=200,screenX=200,screenY=200") }