d_url=new Array();
var un=0,n,bango=0;
d_url[un++]="http://shopping24.web.infoseek.co.jp/top-kome.html";
d_url[un++]="http://shopping24.web.infoseek.co.jp/top-otoriyose.html"; 
d_url[un++]="http://shopping24.web.infoseek.co.jp/top-udon.html";
d_url[un++]="http://shopping24.web.infoseek.co.jp/top-sake.html";
n=d_url.length
document.write('<IFRAME id="otoriyose" style="width:720;height:110;" frameborder=0" scrolling=no></IFRAME>');
bango=Math.floor(Math.random()*n);
document.getElementById("otoriyose").src=d_url[bango];
<!-- 
//--Copyright (C) Miyake_kobo.--
//-->
