var txt = new Array();
txt[0]="<a href='clothing/'><img src='images/topimage11_04.jpg' width='425' height='470' border='0' alt='FUNDAMENTAL AGREEMENT LUXURY' /></a>";
txt[1]="<a href='clothing/'><img src='images/topimage11_04.jpg' width='425' height='470' border='0' alt='FUNDAMENTAL AGREEMENT LUXURY' /></a>";
txt[2]="<a href='clothing/'><img src='images/topimage11_04.jpg' width='425' height='470' border='0' alt='FUNDAMENTAL AGREEMENT LUXURY' /></a>";
txt[3]="<a href='clothing/'><img src='images/topimage11_04.jpg' width='425' height='470' border='0' alt='FUNDAMENTAL AGREEMENT LUXURY' /></a>";
mmax = 4; //メッセージ行数
txtno = Math.floor(Math.random() * mmax);
document.write(txt[txtno]);
