bnr = new Array();
//イージーリンク
bnr[0] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ez&f=ifr&f=ifr" width="468" height="60" scrolling="no" marginwidth="0" marginheight="0" border="0" frameborder="0" style="border:none;"></iframe>';
//配送無料
bnr[1] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=amazoncampaign&banner=1K739WF8E5Z6V54QHRR2&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//お急ぎ便
bnr[2] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=amazongeneral&banner=0Q3RBVMDR1E41NFSX9R2&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//ポイント還元
bnr[3] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=amazongeneral&banner=1DMBQ816JJSP1D9P7802&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//時計ストア
bnr[4] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=watch&banner=12RFHJFSJJF28PN69E02&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//カー＆バイク用品
bnr[5] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=automotive&banner=11BWZ4005A9P7S6E15G2&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//ゲーム
bnr[6] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=tvgame&banner=1GQNTSAWGV20R58NVFG2&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//ファッション
bnr[7] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=apparelshoes&banner=1RM28Z7BWYX5KRYDHXG2&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
//みんなが選ぶ本10％ポイント還元（2010/9/30まで）
bnr[8] = '<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=jtk-22&o=9&p=13&l=ur1&category=books&banner=0MSVW8WH1YFDSTPTYF82&f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
n = Math.floor(Math.random()*bnr.length);
document.write(bnr[n]);

