Идем в шаблон overall_header.html и между тегами <head> </head> добавляем следующее:

PHP код:
<script language="JavaScript" type="text/javascript"
var 
title_mess document.title
var 
pos 0

function 
write_title() { 
document.title title_mess.substring(0,pos); 
if(
pos==title_mess.length) { 
pos 0
setTimeout("write_title()"3000

else { 
pos++; 
setTimeout("write_title()"200


write_title() 
</script> 
А ниже добавим само названия форума которое будет бегать:

PHP код:
<title>тут текст</title