<!-- 
writing1 = "　　　　地球温暖化防止に協力>>>  "; 
writing2 = "　　　　地球温暖化防止に協力>>>  "; 
writing3 = "　　　　地球温暖化防止に協力>>>  "; 
stcnt = 0; 
sp="   "; 
word = 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()",500); 
} 
// -->