var imgMax  = 2; //セットする画像の枚数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<IMG src="ctr_img/ctr_rdm/ctr_plf_byz/byz_pht_2195.jpg" width=300 height=400 border=0>');

else if(imgRand == 1)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_plf_byz/byz_pht_0740.jpg" width=300 height=400 border=0>');

