var txt = new Array();

txt[0]="<a href='http://www.resorre.com/entry/enatravel2/' target='_blank'><img src='http://www.resorre.com/img/banner/designers180x500.jpg' width='180' height='500' alt='デザイナーズ＆ブティックホテル特集' /></a>";
txt[1]="<a href='http://www.resorre.com/entry/enatravel1/' target='_blank'><img src='http://www.resorre.com/img/banner/sixsenses180x500.jpg' width='180' height='500' alt='シックスセンシズ・リゾート＆スパ特集' /></a>";

mmax = 2; //メッセージ行数
txtno = Math.floor(Math.random() * mmax);
document.write(txt[txtno])
