img = new Array();
img[0] ='<a href="http://www.nisshin-foods.co.jp/frozen/" target="_blank"><img src="http://reishoku.jp/random3/img/nissei.gif" alt="バナー1" border="0" /></a>';
img[1] ='<a href="http://www.nissinfoods.co.jp/" target="_blank"><img src="http://reishoku.jp/random3/img/nissin.gif" alt="バナー2" border="0" /></a>';
img[2] ='<a href="http://www.nipponham.co.jp/" target="_blank"><img src="http://reishoku.jp/random3/img/nitchihamu.gif" alt="バナー3" border="0" /></a>';
img[3] ='<a href="http://www.osaka-ohsho.com/" target="_blank"><img src="http://reishoku.jp/random3/img/ohsho.gif" alt="バナー4" border="0" /></a>';
img[4] ='<a href="http://www.otsukafoods.co.jp//" target="_blank"><img src="http://reishoku.jp/random3/img/otsuka.gif" alt="バナー5" border="0" /></a>';
img[5] ='<a href="http://www.skfoods.co.jp/" target="_blank"><img src="http://reishoku.jp/random3/img/sk.gif" alt="バナー6" border="0" /></a>';
img[6] ='<a href="http://www.maruchan.co.jp/" target="_blank"><img src="http://reishoku.jp/random3/img/touyou.gif" alt="バナー6" border="0" /></a>';

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