var message=" ANC.4t.com :+: บริการจัดทำบัญชี ยื่นแบบภาษี ตรวจสอบบัญชี และรับจดทะเบียนในด้านต่างๆที่เกี่ยวกับบริษัท :+:"
var message=message+"          " 
i="0" 
var temptitle="" 
var speed="30" 
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) 
temptitle=temptitle+message.charAt(i) 
i++ 
if(i==message.length) 
{
i="0" 
temptitle="" 
}
setTimeout("titler()",speed) 
}

titler()
