function random_msg02() {
        var r;
        xx = new Array();
        xx[0] = '<A HREF="http://www.1bando.com/"><IMG SRC="http://www.kagoshimastart.com/banner/image/1bando.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[1] = '<A HREF="http://www.blumenbrau.com/"><IMG SRC="http://www.kagoshimastart.com/banner/image/blumenbrau.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[2] = '<A HREF="http://www.gold-kurozu.com/"><IMG SRC="http://www.kagoshimastart.com/banner/image/gold.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[3] = '<A HREF="http://www.denden.net/mahoroba/"><IMG SRC="http://www.kagoshimastart.com/banner/image/mahoroba.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[4] = '<A HREF="http://www.satsuma-ran.com/"><IMG SRC="http://www.kagoshimastart.com/banner/image/ran.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[5] = '<A HREF="http://www.shochu.net/"><IMG SRC="http://www.kagoshimastart.com/banner/image/shochu.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[6] = '<A HREF="http://www.ecarmall.jp/usedcar"><IMG SRC="http://www.kagoshimastart.com/banner/image/usedcar.gif" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';
        xx[7] = '<A HREF="http://www.shochunoutsuwa.com"><IMG SRC="http://www.kagoshimastart.com/banner/image/shochunoutsuwa.jpg" WIDTH="330" HEIGHT="42" BORDER="0"></A><BR>';

        r = Math.floor(Math.random() * xx.length);
        document.write(xx[r]);
}

