
stcnt = 0;
d=new Date();
h=d.getHours();

txet = "お見合いサイト〜める友サイト・H系サイトまで　　　";
txet2 = "あなたの探す出会いサイトを見つけるをお手伝い";
w="　　　　　　　　　　　　　";
word =w+w+w +w+txet+txet2;
TID = 0;
if(navigator.appName=="Microsoft Internet Explorer"){
A=1;
}
else{
A=2;
}
function Telop()
{
window.status = word.substring(stcnt+=A,word.length+1);
if (stcnt>word.length) stcnt=0;
clearTimeout(TID);

TID = setTimeout("Telop()",300);
}
Telop();