source = new Array();

// パン、お菓子の材料・道具のお店（通年） - テキストリンク
source[0] = "<div class=\"ad_main_upper\"><ul>\n<li><a href=\"http://click.linksynergy.com/fs-bin/click?id=Dx36oZMP2PQ&amp;offerid=179433.10000002&amp;type=3&amp;subid=0\" target=\"_blank\">手づくりパン応援サイト「ベイキングデイズ」</a><img src=\"http://ad.linksynergy.com/fs-bin/show?id=Dx36oZMP2PQ&amp;bids=179433.10000002&amp;type=3&amp;subid=0\" alt=\"\" width=\"1\" height=\"1\" /> パン作り材料と道具「cuoca」クオカ</li>\n<li><a href=\"http://hb.afl.rakuten.co.jp/hsc/07d0804d.f6c319fa.07d0804e.07e009d8/\" target=\"_blank\">マルサンパントリー</a> お菓子材料・パン材料・器具・道具が2500種類</li>\n<li><a href=\"http://hb.afl.rakuten.co.jp/hsc/07d085fa.2c4f33bb.07d085fb.0ad253a6/\" target=\"_blank\">ホームメイドショップKIKUYA</a> お菓子とパンの材料＆道具・ラッピング材のお店</li>\n<li><a href=\"http://hb.afl.rakuten.co.jp/hsc/07d0887e.44569e53.07d0887f.03ebfef5/\" target=\"_blank\">ママの手作りパン屋さん</a> パン・お菓子用の食材や道具、包材の「専門店」</li>\n</ul>\n</div>\n";

// 楽天（秋用） - テキストリンク
source[1] = "<div class=\"ad_main_upper\"><ul>\n<li class=\"pr\">[PR] <a href=\"http://pt.afl.rakuten.co.jp/c/0b789cd7.636fac8d/?url=http%3a%2f%2fdirectory.rakuten.co.jp%2frms%2fsd%2fdirectory%2fvc%2fs1tz204233%2f&amp;scid=af_ich_link_txt\" target=\"_blank\">ドラマティックな秋の新作＆限定コスメ｜新作コスメ情報満載の新製品市場 </a></li>\n<li class=\"pr\">[PR] <a href=\"http://pt.afl.rakuten.co.jp/c/0b789cd7.636fac8d/?url=http%3a%2f%2fevent.rakuten.co.jp%2fnewproduct%2ffashion%2fspecial%2f20100922.html\" target=\"_blank\">今年は秋から活躍！ファー小物＆バッグ</a></li>\n<li class=\"pr\">[PR] <a href=\"http://pt.afl.rakuten.co.jp/c/0b789cd7.636fac8d/?url=http%3a%2f%2fevent.rakuten.co.jp%2fnewproduct%2ffashion%2fspecial%2f20100901.html\" target=\"_blank\">深みのあるカラーでシックなスタイルに…秋の新作シューズ</a></li>\n<li class=\"pr\">[PR] <a href=\"http://pt.afl.rakuten.co.jp/c/0b789cd7.636fac8d/?url=http%3a%2f%2fevent.rakuten.co.jp%2fbeauty%2fmoist%2f%3fl-id%3dbty_fbnr\" target=\"_blank\">徹底保湿ケア★乾燥に負けないしっとり肌への秘訣満載</a></li>\n</ul>\n</div>\n";

// 楽天（秋冬用）- バナーリンク
source[2] = "<div class=\"banner60_only\"><a href=\"http://hb.afl.rakuten.co.jp/hsc/0d03294d.c3017aa0.0d032931.8a445d2b/\" target=\"_blank\"><img src=\"http://hbb.afl.rakuten.co.jp/hsb/0d03294d.c3017aa0.0d032931.8a445d2b/\" border=\"0\"></a>\n</div>\n";





n = Math.floor(Math.random()*source.length);





document.write("<div class=\"ad_main_upper_box\">");
document.write(source[n]);
document.write("</div>");






