Kazrex | Дата: Ср, 02.06.2010, 16.39.36 | Сообщение # 1 |
 Admin
Группа: Администраторы
Сообщений: 570
Статус: 
| Code <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>
suite
|
New York |
| |