var imgMax  = 6; //セットする画像の枚数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_pvt/all_pht_0303.jpg" width=800 height=400 border=0>');

else if(imgRand == 1)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_pvt/all_pht_0756.jpg" width=800 height=400 border=0>');

else if(imgRand == 2)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_pvt/all_pht_0867.jpg" width=800 height=400 border=0>');

else if(imgRand == 3)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_pvt/all_pht_1397.jpg" width=800 height=400 border=0>');

else if(imgRand == 4)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_pvt/all_pht_1644.jpg" width=800 height=400 border=0>');

else if(imgRand == 5)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_dtp_pvt/all_pht_2218.jpg" width=800 height=400 border=0>');

