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://click.linksynergy.com/fs-bin/click?id=8HN6pDMWqZU&offerid=95809.10000066&type=4&subid=0"><IMG alt="アメリカン・エキスプレス" border="0" src="http://www.americanexpress.com/japan/images/linkshare/Enhance_gold_anime_125x125.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=8HN6pDMWqZU&bids=95809.10000066&type=4&subid=0"></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center" CLASS="font3"><a href="http://click.linksynergy.com/fs-bin/click?id=8HN6pDMWqZU&offerid=95809.10000019&type=3&subid=0" >ｱﾒﾘｶﾝ･ｴｷｽﾌﾟﾚｽ･ｺﾞｰﾙﾄﾞ･ｶｰﾄﾞ</a><IMG border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=8HN6pDMWqZU&bids=95809.10000019&type=3&subid=0" ></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] = '<a href="http://www.accesstrade.net/at/c.html?rk=01003drc0029x3" target="_blank"><img src="http://www.accesstrade.net/at/r.html?rk=01003drc0029x3" alt="" border="0" /></a><BR>年会費2000円?';

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

