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="../sale/index1.php"><img border="0" width="180" alt="" src="../image/hoken01.jpg"></a></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><IMG src="./img/blank.gif" border="0" HEIGHT="2" WIDTH="1"><BR></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center" CLASS="font2"><a href="../sale/index1.php">マイカー無料査定の体験談！</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]);
}



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

xx[0] = '<TD width="125" ALIGN="center" VALIGN="top" CLASS="font3"><a href="http://s15.j-a-net.jp/gateway/click.cgi?a=120154&d=03192&u=" target="_blank"><img src="http://s12.j-a-net.jp/gateway/s_image.cgi?a=120154&d=03192&u=" width="120" height="60"  border="0"></a><BR>自動車保険を安く！</TD>';

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

