<!-----
// パラメーターセット
message     = "『KENT-WEBのWebProtectとTopicsBoardの設置事例を追加しました。 』　　　『ShoppingCart（ニフ版）をVer2.11にバージョンアップしました。 』　　　『２ｃｈ風のマルチスレッド型掲示板「Ｍｙチャンネル」を制限付きフリーで公開しました。 』　　　"
width  	    = "920"
scrollspeed = "7"

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=3 color=#FFFFFF><MARQUEE width=920 bgcolor=#000080 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://hpcgi1.nifty.com/mystaff/news/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="70">');
    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>');
// ---------->

