var imgMax  = 3; //セットする画像の枚数。
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_lnk_abt/gsn_pht_0055.jpg" width=300 height=400 border=0>');

else if(imgRand == 2)  document.write('<IMG src="ctr_img/ctr_rdm/ctr_lnk_abt/gso_pht_1045.jpg" width=300 height=400 border=0>');
