var imgMax  = 6; //セットする画像の枚数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_fly/all_pht_0835.jpg" width=800 height=400 border=0>');

else if(imgRand == 1)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_fly/all_pht_1412.jpg" width=800 height=400 border=0>');

else if(imgRand == 2)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_fly/all_pht_1654.jpg" width=800 height=400 border=0>');

else if(imgRand == 3)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_fly/all_pht_1983.jpg" width=800 height=400 border=0>');

else if(imgRand == 4)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_fly/all_pht_2049.jpg" width=800 height=400 border=0>');

else if(imgRand == 5)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_fly/all_pht_2366.jpg" width=800 height=400 border=0>');
