{% else-1 %}
Описание: Прикольный скрипт) анимирует название в строке
\"title\" (вкладка в браузере)

                        
<body bgcolor=white>
<title>http://bjs.stsland.ru/ -
???? ??? ???????? (bjs)</title>
<script><!--
var tit = document.title;
var c = 0;
function writetitle()
{
document.title = tit.substring(0,c);
if(c==tit.length)
{
c = 0;
setTimeout("writetitle()", 3000)
}
else
{
c++;
setTimeout("writetitle()", 200)
}
}
writetitle()
// --></script>
???????? ? ?????? title
0 29 0
Без комментариев...