img = new Array();
img[0] ='<a href="http://www.aqli.co.jp/goods/index.html" target="_blank"><img src="http://reishoku.jp/random/img/aqli.gif" alt="バナー1" border="0" /></a>';
img[1] ='<a href="http://www.tablemark.co.jp//" target="_blank"><img src="http://reishoku.jp/random/img/katokichi.gif" alt="バナー2" border="0" /></a>';
img[2] ='<a href="http://www.ks-frozen.co.jp/" target="_blank"><img src="http://reishoku.jp/random/img/keiesu.gif" alt="バナー3" border="0" /></a>';
img[3] ='<a href="http://delcy.jp/" target="_blank"><img src="http://reishoku.jp/random/img/acces.gif" alt="バナー4" border="0" /></a>';
img[4] ='<a href="http://www.ffa.ajinomoto.com/" target="_blank"><img src="http://reishoku.jp/random/img/ajinomoto.gif" alt="バナー5" border="0" /></a>';
img[5] ='<a href="http://www.nichireifoods.co.jp/" target="_blank"><img src="http://reishoku.jp/random/img/nichirei.gif" alt="バナー6" border="0" /></a>';

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