function Telop()
{
        window.status = word.substring(stcnt+=A,word.length+1);
        if (stcnt>word.length) stcnt=0;
        clearTimeout(TID);
        TID = setTimeout("Telop()",200);
}
text1="今週の大地震：　";
text0 = "　　　　　　　　　　";
word = text0 + text1;
TID = 1;
if(navigator.appName=="Microsoft Internet Explorer") {
        A=1;
}
else {
        A=2;
}
stcnt = 0;
Telop();
