var img=new Array()

/* ユーザー設定ここから */
img[0]="images/topimg/img01.jpg"
img[1]="images/topimg/img02.jpg"
img[2]="images/topimg/img03.jpg"
img[3]="images/topimg/img04.jpg"
/* ユーザー設定ここまで */

var r=Math.floor(Math.random()*img.length)
document.write('<img src="'+img[r]+'" width=940 height=428>');