| XaKeP | Дата: Пятница, 02.10.2009, 3:49:53 PM | Сообщение # 1 |
Admin
Группа: AdMiN
Сообщений: 31
[ ]
Статус: 
ICQ: 14691057
| 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> вставляем в любое место
|
| |
| |