function random_msg3() {
        var r;
        xx = new Array();
        xx[0] = '<A href="http://www.matsuyaryokan.com/" TARGET="_blank"><IMG src="b_top3/ban5.jpg" width="132" height="60" border="0"></A>';
        xx[1] = '<A href="http://www.matsuyaryokan.com/" TARGET="_blank"><IMG src="b_top3/ban5.jpg" width="132" height="60" border="0"></A>';

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