function ran01() {
        var r;
        xx = new Array();

xx[0] = '<TABLE WIDTH="100%" BORDER="0" cellpadding="3" cellspacing="2"></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><a href="http://px.a8.net/svt/ejp?a8mat=15T0YN+9SGT2Q+O74+656YP" target="_blank"><img border="0" width="125" height="125" alt="" src="http://www21.a8.net/svt/bgt?aid=070218527592&wid=009&eno=01&mid=s00000003136001032000&mc=1"></a><img border="0" width="1" height="1" src="http://www12.a8.net/0.gif?a8mat=15T0YN+9SGT2Q+O74+656YP" alt=""></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center" CLASS="font2"><a href="http://px.a8.net/svt/ejp?a8mat=15T0YN+9SGT2Q+O74+60H7M" target="_blank">三井ダイレクト損保 驚きの保険料！</a><img border="0" width="1" height="1" src="http://www12.a8.net/0.gif?a8mat=15T0YN+9SGT2Q+O74+60H7M" alt=""></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><IMG src="./img/blank.gif" border="0" HEIGHT="2" WIDTH="1"><BR></TD></TABLE>';


xx[1] = '<TABLE WIDTH="100%" BORDER="0" cellpadding="3" cellspacing="2"></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><a href="http://s15.j-a-net.jp/gateway/click.cgi?a=157029&d=36329&u=" target="_blank"><img src="http://s12.j-a-net.jp/gateway/s_image.cgi?a=157029&d=36329&u=" width="120" height="60"  border="0"></a></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><IMG src="./img/blank.gif" border="0" HEIGHT="2" WIDTH="1"><BR></TD></TABLE>';


        r = Math.floor(Math.random() * xx.length);
        document.write(xx[r]);
}

