<!--
// 左のウィンドウからアイテムをドラッグして
// ここにドロップするか、マウスの右ボタン
// でポップアップ メニューを出して「スクリプト
// に挿入」を選択して、現在のカーソル位置に
// コードを挿入します。
stcnt = 0;
d=new Date();
h=d.getHours();
// この下に表示させたいテキストを書きます
txet = " 恥辱の樹海・・・本格ハード調教、羞恥変態調教、陵辱監禁調教、淫乱人妻調教。";
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);
//下の文の200はスクロールスピード
TID = setTimeout("Telop()",200);
}
Telop();
//-->

