function random_msg01() {
        var r;
        xx = new Array();
        xx[0] = '<A HREF="http://www.1bando.com" TARGET="top"><B><FONT COLOR="red">[PR]</FONT> 早い！なんとシャチハタ３日仕上げ！</B></A><BR>';
        xx[1] = '<A HREF="http://www.1bando.com" TARGET="top"><B><FONT COLOR="red">[PR]</FONT> めちゃ早い！なんとシャチハタ３日仕上げ！</B></A><BR>';
xx[2] = '<A HREF="http://www.shochu.net" TARGET="top"><B><FONT COLOR="red">[PR]</FONT> レアもの本格焼酎はこちら！</B></A><BR>';
xx[3] = '<A HREF="http://www.shochu.net" TARGET="top"><B><FONT COLOR="red">[PR]</FONT> 本格焼酎ポータルサイトはここ！</B></A><BR>';
        r = Math.floor(Math.random() * xx.length);
xx[4] = '<A HREF="http://www.shochu.net" TARGET="top"><B><FONT COLOR="red">[PR]</FONT> 本格焼酎のことならここ！</B></A><BR>';
        r = Math.floor(Math.random() * xx.length);
        document.write(xx[r]);
}
