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

