document.write("<p><marquee>デフォルトのマーキー</marquee>");
document.write("<marquee direction=\"right\">左から右へスクロール</marquee>");
document.write("<marquee scrollamount=\"50\">超高速スクロール</marquee>");
document.write("<marquee scrolldelay=\"200\">超低速スクロール</marquee></p>");
