Skinuto sa sajta e-networld.de, a ovo je unutar <head> tagova:
<SCRIPT language=JavaScript>
var speed = 200;
var s = 0;
var T = " [e-networld.de] ";
var sT = null;
function RotateTitle ()
{
s++;
if (s > 10) { s = 1;}
if (s == 1) { document.title = '>----' + T + '----<'; }
if (s == 2) { document.title = '->---' + T + '---<-'; }
if (s == 3) { document.title = '-->--' + T + '--<--'; }
if (s == 4) { document.title = '--->-' + T + '-<---'; }
if (s == 5) { document.title = '---->' + T + '<----'; }
if (s == 6) { document.title = '----<' + T + '>----'; }
if (s == 7) { document.title = '---<-' + T + '->---'; }
if (s == 8) { document.title = '--<--' + T + '-->--'; }
if (s == 9) { document.title = '-<---' + T + '--->-'; }
if (s == 10) { document.title = '<----' + T + '---->'; }
sT = setTimeout ("RotateTitle ()", speed);
}
RotateTitle();
</SCRIPT>
Kad sve ostalo zakaže, pročitaj uputstvo...