function random_msg1() {
        var r;
        xx = new Array();
        xx[0] = '<A href="http://akakura-resort.com/" TARGET="_blank"><IMG src="b_top1/ban12.gif" width="130" height="62" border="0"></A>';
        xx[1] = '<A href="http://akakura-resort.com/" TARGET="_blank"><IMG src="b_top1/ban12.gif" width="130" height="62" border="0"></A>';

        r = Math.floor(Math.random() * xx.length);
        document.write(xx[r]);
}