Hm, taman sam mislio da je ista skripta, kad vidim na deface-ovanom sajtu opet skriptu za rotaciju title-a:
(skinuto sa
http://www.lesbian.com/)
<html>
<head>
<title>own3d by generation sex (fuSion ownS jew)
</title>
<script>
var repeat=20 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script>
</head>