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=JGtrS0S7frQ&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=JGtrS0S7frQ&bids=95809.10000066&type=4&subid=0"></TD><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><FONT COLOR="#8b4513"><STRONG>世界ﾌﾞﾗﾝﾄﾞ アメックス</STRONG></FONT></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://s15.j-a-net.jp/gateway/click.cgi?a=158770&d=79922&u=" target="_blank"><img src="http://s12.j-a-net.jp/gateway/s_image.cgi?a=158770&d=79922&u=" width="468" height="60"  border="0"></a>';

xx[1] = '<a href="http://s15.j-a-net.jp/gateway/click.cgi?a=158770&d=49784&u=" target="_blank"><img src="http://s12.j-a-net.jp/gateway/s_image.cgi?a=158770&d=49784&u=" width="468" height="60"  border="0"></a>';


xx[2] = '<a href="http://s15.j-a-net.jp/gateway/click.cgi?a=158770&d=70883&u=" target="_blank"><img src="http://s12.j-a-net.jp/gateway/s_image.cgi?a=158770&d=70883&u=" width="468" height="60"  border="0"></a>';

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