<!-----
// パラメーターセット
message     = "『天使のお茶会・対面セッション3月13日開催♪お茶会残り１席となりましたのでお早目のご利用お待ちしております！認定講座は上級３月開講、基礎は4月開催ですm(__)mアバンダンティアの伝授開始致します（*^_^*）【聖なる天使の羽リーディング】好評受付中!!感謝！！電話、メール、伝授は随時受付中☆浜松町で東京タワーが一望出来るサロンにて開催♪☆マリアライト・エンジェルストーンエンパワーメント・クンダリーニレイキ・アバンダンティアの伝授受付中☆【天使の祝福】エンジェルリーディングセッション・電話リーディングは随時受付中☆対面・電話セッションでもレイキを体験出来ます！ヒーリング各種好評受付中！愛と光を届けます！アメブロにて天使グッズの取り扱いを始めております☆HPよりお申し込みの方で携帯からアクセスされる方はメールが届かなかったりする事象があります。お手数ですが再度送信するとOKの場合がございます。またこちらよりの送信が届かない場合がございますのでご確認くださるようお願い致します。 』　　　"
width  	    = "800"
scrollspeed = "3"

function display(){
   document.massage.mssg.value=message.substring(i,i+width/8);
   i ++
   if(i>message.length) i=0;
   setTimeout("display()",650/scrollspeed);
}

document.write("<table border=0 sellpadding=0 cellspacing=0><tr><td>");
if (navigator.appName.substring(0,9)=="Microsoft") {
	document.write("<FONT size=2 color=#000000><MARQUEE width=800 bgcolor= scrollamount="+scrollspeed+">"+message+"</MARQUEE></FONT><BR>");
}else {
   	document.write("<FORM name='massage'><INPUT type='text' name='mssg' size="+width/8+"></FORM>");
   	for (i=1;i<width/8;i++) message=" "+message;
     	    i=0;
     	    display();
}
if (0 == 1) {
    document.write('<tr><td align=right>');
    document.write('<form action="http://www.aioinet.com/cgi-bin/newssol/flash.cgi" method="POST">');
    document.write('<input type=hidden name=mode value="regist">');
    document.write('<!-- 著作権欄(削除・改編禁止) --><a href="http://homepage1.nifty.com/mystaff/">◆FlashMSG</a> ');
    document.write('伝言入力欄>>');
    document.write('<input type="text" name="comment" size="45">');
    document.write('<input type="submit" value="送信">');
    document.write('<input type="reset"  value="再表示" onClick="location.reload();">');
    document.write('</form>');
    document.write('</td></tr>');
}
document.write('</td></tr></table>');
// ---------->

