tag=new Array();
tag[0]='<img src="top_img/top-main2_1.jpg" alt="ウォーターパール" width="800" height="260" border="0" />';
tag[1]='<img src="top_img/top-main2_2.jpg" alt="ウォーターパール" width="800" height="260" border="0" />';
tag[2]='<img src="top_img/top-main2_3.jpg" alt="ウォーターパール" width="800" height="260" border="0" />';
i=Math.floor(Math.random()*tag.length);
document.write(tag[i]);

