/* 画像のランダム表示 */

function setBanner1(){
  img = new Array();
  alt = new Array();
  url = new Array();
  
  img[0] = "img/tenpo/relax.jpg";
  alt[0] = "リラクゼーション らく～あ";
  url[0] = "http://chofu.com/rakua/";
  img[1] = "img/tenpo/photo.jpg";
  alt[1] = "クイックフォト35 国領駅前店";
  url[1] = "http://chofu.shop-info.com/units/36243/quick-photo/";
  img[2] = "img/tenpo/mobile.jpg";
  alt[2] = "携帯ショップコヤマ";
  url[2] = "http://chofu.com/units/36243/keitailand-kokuryo/";
  img[3] = "img/tenpo/misin.jpg";
  alt[3] = "マジックミシン 国領ココスクエア店";
  url[3] = "http://chofu.com/units/36243/magic/";
  img[4] = "img/tenpo/salon.jpg";
  alt[4] = "美容室 フォーラム";
  url[4] = "http://chofu.com/units/36243/forum/";

  amount = img.length;
  No = Math.floor(Math.random()*amount);
  document.write("<a href='" + url[No] + "' target='_blank'><img src='" + img[No] + "' alt='" + alt[No] + "' class='banner_tenpo'></a>");
}


function setBanner2(){
  img = new Array();
  alt = new Array();
  url = new Array();
  
  img[0] = "img/tenpo/china.jpg";
  alt[0] = "中国茗菜 水仙";
  url[0] = "http://chofu.com/units/36243/suisen/";
  img[1] = "img/tenpo/jonasan.jpg";
  alt[1] = "ファミリーレストラン ジョナサン";
  url[1] = "http://chofu.com/units/36243/jonathan/";
  img[2] = "img/tenpo/tenpura.jpg";
  alt[2] = "天ぷら 天はる";
  url[2] = "http://chofu.com/units/36243/maruetsu-kokuryo/";
  img[3] = "img/tenpo/izakaya.jpg";
  alt[3] = "海鮮居酒屋 築地はなの舞";
  url[3] = "http://chofu.com/units/36243/hananomai-kokuryo/";
  img[4] = "img/tenpo/sushi.jpg";
  alt[4] = "平禄寿司 国領店";
  url[4] = "http://chofu.com/units/36243/heiroku-kokuryo/";
  img[5] = "img/tenpo/nepa-ru.jpg";
  alt[5] = "ネパール インド料理 Ｋ.Ｃ.国領店";
  url[5] = "http://chofu.com/units/36243/curry_kc/";

  amount = img.length;
  No = Math.floor(Math.random()*amount);
  document.write("<a href='" +url[No]+ "' target='_blank'><img src='" + img[No] + "' alt='" + alt[No] + "' class='banner_tenpo'></a>");
}


function setBanner3(){
  img = new Array();
  alt = new Array();
  url = new Array();
  
  img[0] = "img/tenpo/maruetu.jpg";
  alt[0] = "マルエツ 国領店";
  url[0] = "http://chofu.com/units/36243/maruetsu-kokuryo/";
  img[1] = "img/tenpo/casual1.jpg";
  alt[1] = "ミセスカジュアル 玉喜屋";
  url[1] = "http://chofu.com/units/36243/tamakiya/";
  img[2] = "img/tenpo/casual2.jpg";
  alt[2] = "ブルーグラス 国領店";
  url[2] = "http://chofu.com/units/36243/blue-glass/";
  img[3] = "img/tenpo/suisan.jpg";
  alt[3] = "さくら水産 国領ココスクエア店";
  url[3] = "http://chofu.com/units/36243/sakura_suisan/";
  img[4] = "img/tenpo/asahi.jpg";
  alt[4] = "株式会社旭ハウジング";
  url[4] = "http://chofu.com/units/36243/century21/";

  amount = img.length;
  No = Math.floor(Math.random()*amount);
  document.write("<a href='" +url[No]+ "' target='_blank'><img src='" + img[No] + "' alt='" + alt[No] + "'></a>");
}
