﻿ads6 = new Array();

// 楽天市場 
ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0da90964.94e24730.0da90963.2e0f815a/" width="5" height="5" type="text/html"></object></div>');

// 楽天トラベル
ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0dab9d02.d12bd4d8.0dab9cfc.87c42449/" width="5" height="5" type="text/html"></object></div>');

// 楽天ブックス
ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0dab9e6f.aad3a929.0dab9e67.b2cb4c5c/" width="5" height="5" type="text/html"></object></div>');

// 楽天オークション
ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0dab9f23.f8dd912c.0dab9f22.9b0a6c65/" width="5" height="5" type="text/html"></object></div>');

// 楽天市場5
// ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0da9096f.e758dfa1.0da90963.2e0f815a/" width="5" height="5" type="text/html"></object></div>');

// 楽天市場6
// ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0da90971.428d9af5.0da90963.2e0f815a/" width="5" height="5" type="text/html"></object></div>');

// 楽天市場7
// ads6.push('<div style="display: none"><object data="http://hb.afl.rakuten.co.jp/hsc/0da90973.b6addcc0.0da90963.2e0f815a/" width="5" height="5" type="text/html"></object></div>');

// 楽天市場 
// ads6.push('<div style="display: none"><iframe frameborder="0" height="1" width="1" marginheight="0" scrolling="no" src="http://hb.afl.rakuten.co.jp/hsc/0da90964.94e24730.0da90963.2e0f815a/" marginwidth="0"></iframe> </div>');

// 楽天市場 
// ads6.push('<div style="display: none"><a href=http://hb.afl.rakuten.co.jp/hsc/0da90964.94e24730.0da90963.2e0f815a/ target=_blank><img src="http://mozshot.nemui.org/shot?img_y=20;uri=http%3A%2F%2Fhb.afl.rakuten.co.jp%2Fhsc%2F0da90964.94e24730.0da90963.2e0f815a%2F;noresize=0;win_x=1000;win_y=1000;effect=false;img_x=20;keepratio=0" alt=""></a></div>');


function show_random_ads6() {
    var i = Math.floor(Math.random() * ads6.length);
    document.write(ads6[i]);
}
