// hitには相対確率を入れる
// 完全にランダムにするなら全部"1"にする
// advには、広告のタグを入れる。改行はしないようにする
// 広告を増やしたりする場合は、"[ ]"の数字が0から順になるようにする
//   hit[0] = 1; adv[0] = '広告タグ';


// ランダム広告(トップページバナー１) ━━━━━━━━━━━━━━━━━━━━━━━━━━

function randomAdv01() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();

// ■カタログ配布
  hit[0] = 1; adv[0] = '<tr><td><a href="http://www.washita.co.jp/shop/katarogu/index.jsp"><img src="./image/top/banner/l/notice_catalog.jpg" width="430" height="100" border="0" alt="わしたショップ：通信販売カタログ配布中！"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/katarogu/index.jsp">わしたショップ：通信販売カタログ（2008年版）配布中です！</a></span><hr size="1"></td></tr>';


// ■グッスリン2-V(ニーブイ)
  hit[1] = 1; adv[1] = '<tr><td><a href="http://www.washita.co.jp/shop/gussurin/index.html" target="_blank"><img src="./image/top/banner/l/item_gussurin.jpg" width="430" height="100" border="0" alt="夜飲むサプリ「グッスリン［2-V(ニーブイ)］」"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/gussurin/index.html" target="_blank">さわやかな朝と健康をサポートする沖縄素材「クヮンソウ」から生まれた、夜飲むサプリメント登場！</a></span><hr size="1"></td></tr>';

// ■宮古ビデンスピローサ
  hit[2] = 1; adv[2] = '<tr><td><a href="http://www.washita.co.jp/shop/mmbp/index.jsp"><img src="./image/top/banner/l/item_mmbp.jpg" width="430" height="100" border="0" alt="癒しの島の自然が育んだハーブ"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/mmbp/index.jsp">癒しの島の自然が育んだハーブ!!　宮古ビデンス・ピローサ</a></span><hr size="1"></td></tr>';

// ■グッスリン2-V(ニーブイ)第２弾
  hit[3] = 1; adv[3] = '<tr><td><a href="http://www.washita.co.jp/shop/gussurin/index.html" target="_blank"><img src="./image/top/banner/l/item_gussurin.gif" width="430" height="100" border="0" alt="グッスリン"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/gussurin/index.html" target="_blank">しっかり休めてますか？　夜飲むサプリ　グッスリン 2-V</a></span><hr size="1"></td></tr>';


  for(i=0; i<=hit.length - 1; i++) {
    m += hit[i];
  }
  n = Math.floor(Math.random() * m);
  n++;
  for(i=0; i<=hit.length - 1; i++) {
    x = y;
    y += hit[i];
    if(x<n && n<=y) ad = adv[i];
  }
  document.write(ad);
}


// ランダム広告(トップページバナー２) ━━━━━━━━━━━━━━━━━━━━━━━━━━

function randomAdv02() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();

// ■うりずんのどぅる天
  hit[0] = 1; adv[0] = '<tr><td><a href="http://www.washita.co.jp/shop/search.jsp?val=%A5%C9%A5%A5%A5%EB%C5%B7&submit=%B8%A1%BA%F7&mode=keyword"><img src="./image/top/banner/l/item_urizunnodwuruten.jpg" width="430" height="100" border="0" alt="うりずんのドゥル天"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/search.jsp?val=%A5%C9%A5%A5%A5%EB%C5%B7&submit=%B8%A1%BA%F7&mode=keyword">創業1972年、那覇の安里にある琉球料理の銘店「うりずん」発祥の「どぅる天」をご家庭で！</a></span><hr size="1"></td></tr>';

// ■あぐーの焼肉セット
  hit[1] = 1; adv[1] = '<tr><td><a href="http://www.washita.co.jp/shop/search.jsp?val=%A4%A2%A4%B0%A1%BC%A1%A1%BE%C6%C6%F9%A5%BB%A5%C3%A5%C8&submit=%B8%A1%BA%F7&mode=keyword"><img src="./image/top/banner/l/item_agoo_yakinikuset_2.jpg" width="430" height="100" border="0" alt="琉球在来豚の旨みを引き継ぐブランド豚「あぐー」の焼肉セットです！"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/search.jsp?val=%A4%A2%A4%B0%A1%BC%A1%A1%BE%C6%C6%F9%A5%BB%A5%C3%A5%C8&submit=%B8%A1%BA%F7&mode=keyword">琉球在来豚の旨みを引き継ぐブランド豚「あぐー」の焼肉セットです！</a></span><hr size="1"></td></tr>';

// ■わしたポーク：毎日放送「知っとこ！」
  hit[2] = 1; adv[2] = '<tr><td><a href="http://www.washita.co.jp/shop/pork/index.jsp"><img src="./image/top/banner/l/item_washita-pork.jpg" width="430" height="100" border="0" alt="毎日放送「知っとこ！」の大好評企画第３弾【絶品！パンの友】で紹介されました♪　わしたポークで朝食が楽しくなる！！"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/pork/index.jsp">毎日放送「知っとこ！」の大好評企画第３弾【絶品！パンの友】で紹介されました♪　わしたポークで朝食が楽しくなる！！</a></span><hr size="1"></td></tr>';

// ■あぐーの餃子セット
  hit[3] = 1; adv[3] = '<tr><td><a href="http://www.washita.co.jp/shop/agoo_gyouza/index.jsp"><img src="./image/top/banner/l/item_agoo_gyoza.jpg" width="430" height="100" border="0" alt="琉球在来豚の旨みを引き継ぐブランド豚「あぐー」の餃子"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/agoo_gyouza/index.jsp">琉球在来豚の旨みを引き継ぐブランド豚「あぐー」のジューシーな餃子です！</a></span><hr size="1"></td></tr>';

// ■わしたポーク：日経
  hit[4] = 1; adv[4] = '<tr><td><a href="http://www.washita.co.jp/shop/pork/"><img src="./image/top/banner/l/item_washitapork.jpg" width="430" height="100" border="0" alt="わしたポーク"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/pork/">日本経済新聞(プラスワン)何でもランキング「取り寄せしたいご当地缶詰」で全国第３位に選ばれました！</a></span><hr size="1"></td></tr>';


  for(i=0; i<=hit.length - 1; i++) {
    m += hit[i];
  }
  n = Math.floor(Math.random() * m);
  n++;
  for(i=0; i<=hit.length - 1; i++) {
    x = y;
    y += hit[i];
    if(x<n && n<=y) ad = adv[i];
  }
  document.write(ad);
}


// ランダム広告(トップページバナー３) ━━━━━━━━━━━━━━━━━━━━━━━━━━

function randomAdv03() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();


// ■ラム酒ケーキ
  hit[0] = 1; adv[0] = '<tr><td><a href="http://www.washita.co.jp/shop/rum_cake/index.jsp"><img src="./image/top/banner/l/item_rumcake.jpg" width="430" height="100" border="0" alt="沖縄ラム酒ケーキ"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/rum_cake/index.jsp">南大東島グライスラム社のラム酒アグリコールが、ケーキになりました♪</a></span><hr size="1"></td></tr>';

// ■勝山シークヮーサー果汁100％
  hit[1] = 1; adv[1] = '<tr><td><a href="http://www.washita.co.jp/shop/search.jsp?val=%BE%A1%BB%B3&submit=%B8%A1%BA%F7&mode=keyword"><img src="./image/top/banner/l/item_katsuyama-1.jpg" width="430" height="100" border="0" alt="勝山シークヮーサー"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/search.jsp?val=%BE%A1%BB%B3&submit=%B8%A1%BA%F7&mode=keyword">食品工房「いいものプロジェクト」で【みんなが えらんだ いいもの】認定♪　勝山シークヮーサー！</a></span><hr size="1"></td></tr>';

// ■ほんのり甘いパインアップルジャム
  hit[2] = 1; adv[2] = '<tr><td><a href="http://www.washita.co.jp/shop/search.jsp?mode=code&val=WB-1884&ls=VSL&mls=VSL&pl=false&mpl=true"><img src="./image/top/banner/l/item_pineapplejam.jpg" width="430" height="100" border="0" alt="ほんのり甘いパインアップルジャム"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/search.jsp?mode=code&val=WB-1884&ls=VSL&mls=VSL&pl=false&mpl=true">沖縄やんばる(東村)特産：ほんのり甘いパインアップルジャム</a></span><hr size="1"></td></tr>';

// ■ぬちまーす
  hit[3] = 1; adv[3] = '<tr><td><a href="http://www.washita.co.jp/shop/search.jsp?val=%A4%CC%A4%C1%A4%DE%A1%BC%A4%B9&submit=%B8%A1%BA%F7&mode=keyword"><img src="./image/top/banner/l/item_nuchimasu.jpg" width="430" height="100" border="0" alt="ぬちまーす"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/search.jsp?val=%A4%CC%A4%C1%A4%DE%A1%BC%A4%B9&submit=%B8%A1%BA%F7&mode=keyword">世界一の称号を持つ母なる塩「ぬちまーす」が、フジテレビ「ザ・ベストハウス１２３」の「知恵と努力の結晶！日本の素晴らしい塩ＢＥＳＴ３」の【第１位】に選ばれました♪</a></span><hr size="1"></td></tr>';

// ■島米blog開設
//   hit[■] = 1; adv[■] = '<tr><td><a href="http://www.shimagome.com/" target="_blank"><img src="./image/top/banner/l/notice_shimagome_blog.jpg" width="430" height="100" border="0" alt="島米 blog 開設"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.shimagome.com/" target="_blank">沖縄県産米を使用した泡盛、「琉球泡盛 島米」のブログができました。</a></span><hr size="1"></td></tr>';

// ■島米
//   hit[■] = 1; adv[■] = '<tr><td><a href="http://www.washita.co.jp/shop/shimagome/index2008.jsp"><img src="./image/top/banner/l/item_shimagome2008.jpg" width="430" height="100" border="0" alt="沖縄県産米「ちゅらひかり」使用　琉球泡盛「島米」第２弾ついに解禁!!"></a></td></tr><tr><td align="center" height="5"><span class="px10" style="font-weight:normal;"><a href="http://www.washita.co.jp/shop/shimagome/index2008.jsp">沖縄県産米「ちゅらひかり」使用　琉球泡盛「島米」第２弾ついに解禁!!</a></span><hr size="1"></td></tr>';


  for(i=0; i<=hit.length - 1; i++) {
    m += hit[i];
  }
  n = Math.floor(Math.random() * m);
  n++;
  for(i=0; i<=hit.length - 1; i++) {
    x = y;
    y += hit[i];
    if(x<n && n<=y) ad = adv[i];
  }
  document.write(ad);
}

