<!--
writing1 = "◆◆◆バーチャルマネージャー現在の報酬◆◆◆  ";
writing2 = "出演依頼お見積り…300ポイント　出演依頼契約…5,000ポイント　";
writing3 = "アネットショップでのお買い物…200ポイント";
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);
}
// -->

