<!--
var c=new Array("http://miyacojima.jp/present/","http://miyacojima.jp/tanoshimu/fishing/1915/","http://www.eefuture.com/shop/otoohri.html");
var img=new Array("img/img_top_ataru.gif","img/090901miyake.jpg","img/090624_ukon.jpg");
var x=Math.floor(Math.random()*c.length)
document.write('<A HREF="'+c[x]+'" target="_parent"><IMG SRC="'+img[x]+'" BORDER="0"></A>');
//-->