img = new Array();
img[0] ='<a href="http://www.kracie.co.jp/" target="_blank"><img src="http://reishoku.jp/random6/img/kurashie.gif" alt="バナー1" border="0" /></a>';
img[1] ='<a href="http://www.morinaga.co.jp/index.html" target="_blank"><img src="http://reishoku.jp/random6/img/morinaga-seika.gif" alt="バナー2" border="0" /></a>';
img[2] ='<a href="http://www.eskimo.jp/" target="_blank"><img src="http://reishoku.jp/random6/img/morinaganyugyo.gif" alt="バナー3" border="0" /></a>';
img[3] ='<a href="http://www.ohayo-milk.co.jp/" target="_blank"><img src="http://reishoku.jp/random6/img/ohayo.gif" alt="バナー4" border="0" /></a>';
img[4] ='<a href="http://www.hayashikazuji.co.jp/sentan" target="_blank"><img src="http://reishoku.jp/random6/img/sentan.gif" alt="バナー4" border="0" /></a>';

i=Math.floor(Math.random()*img.length);  
document.write(img[i]);