<head> <script> theshit = "Acum ar trebui sa mearga si pe Firefox. Spune-mi daca-ti merge. KONKHRA"; doingshit = 5; bucket = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890!<>'();/=+-*"; bucket = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890!.|_?"; //bucket = "ABCDEFGHIJKLMNOPQRSTUVWXYZ "; function start() { //create junk, var whereto = document.getElementById('text'); var tempax = ""; for (i=0 ; i<theshit.length ; i++) { tempax = tempax + bucket.charAt(Math.floor (Math.random() * (bucket.length))); } whereto.innerHTML = tempax; startToDoShit(); } function startToDoShit() { var whereto = document.getElementById('text'); var tempax = ""; var there = whereto.innerHTML; var modificari = 0; for (i=0 ; i<theshit.length ; i++) { if (there.charAt(i) != theshit.charAt(i)) { tempax = tempax + bucket.charAt(Math.floor (Math.random() * (bucket.length))); modificari = 1; } else { tempax = tempax + theshit.charAt(i); } } whereto.innerHTML = tempax; tempax = ""; clearTimeout(doingshit); if (modificari == 1) doingshit = setTimeout("startToDoShit()", 10); } function scrapheap() { document.getElementById('text').innerHTML=String.fromCharCode(Math.floor (Math.random() * (255))); } // </script> <style type="text/css"> <!-- .style1 {font-family: "Courier New", Courier, monospace} --> </style> </head> <body onLoad="start()"> <div class="style1" id="text">nu ar trebui sa existe</div> </body> Spune-mi daca-ti merge. Good luck!