stcnt = 0;
sp="　　　　　　　　　　　";
word = sp+sp+sp+$writing1+$writing2+$writing3;
TDI = 0;
if(navigator.appName=="Microsoft Internet Explorer"){
A=1;
}
else{
A=2;
}
function Telop()
{
document.clk.digital.value = word.substring(stcnt+=A,word.length+1);
if (stcnt>word.length) stcnt = 0;
clearTimeout(TDI);
//下の文の200はスクロールスピード
TDI = setTimeout("Telop()",200);
}
