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

xx[0] = '<a href="http://click.linksynergy.com/fs-bin/click?id=Tdrtc/t*4TY&offerid=95809.10000010&type=3&subid=0" >アメリカン・エキスプレス<BR>入会キャンペーン！</a><IMG border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=Tdrtc/t*4TY&bids=95809.10000010&type=3&subid=0" ><BR><BR><a href="http://click.linksynergy.com/fs-bin/click?id=Tdrtc/t*4TY&offerid=95809.10000100&type=4&subid=0"><IMG alt="アメリカン・エキスプレス" border="0" src="http://www.americanexpress.com/japan/images/linkshare/gr_120x60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Tdrtc/t*4TY&bids=95809.10000100&type=4&subid=0"><BR>';

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


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

xx[0] = '<a href="http://click.linksynergy.com/fs-bin/click?id=Tdrtc/t*4TY&offerid=95809.10000157&type=4&subid=0"><IMG alt="アメリカン・エキスプレス" border="0" src="http://www.americanexpress.com/japan/images/linkshare/grn_468x60_30k_20080716.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Tdrtc/t*4TY&bids=95809.10000157&type=4&subid=0">';


xx[1] = '<a href="http://click.linksynergy.com/fs-bin/click?id=Tdrtc/t*4TY&offerid=95809.10000148&type=4&subid=0"><IMG alt="アメリカン・エキスプレス" border="0" src="http://www.americanexpress.com/japan/images/linkshare/go_usb_banner1_468x60_a11kb.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Tdrtc/t*4TY&bids=95809.10000148&type=4&subid=0">';

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