/* Embed photos by random */

function pickupOne() {
  jmp = new Array();
  img = new Array();
  alt = new Array();
  jmp[0] = "order/jform.php";
  jmp[1] = "order/jform.php";
  jmp[2] = "order/jform.php";
  jmp[3] = "order/jform.php";
  jmp[4] = "order/jform.php";
  jmp[5] = "order/jform.php";
  jmp[6] = "order/jform.php";
  jmp[7] = "order/jform.php";
  jmp[8] = "order/jform.php";
  jmp[9] = "order/jform.php";
  jmp[10] = "order/jform.php";
  jmp[11] = "order/jform.php";
  jmp[12] = "order/jform.php";
  jmp[13] = "order/jform.php";
  jmp[14] = "order/jform.php";
  img[0] = "images/home/top_ph_01.jpg";
  img[1] = "images/home/top_ph_03.jpg";
  img[2] = "images/home/top_ph_13.jpg";
  img[3] = "images/home/top_ph_14.jpg";
  img[4] = "images/home/top_ph_15.jpg";
  img[5] = "images/home/top_ph_16.jpg";
  img[6] = "images/home/top_ph_17.jpg";
  img[7] = "images/home/top_ph_18.jpg";
  img[8] = "images/home/top_ph_19.jpg";
  img[9] = "images/home/top_ph_20.jpg";
  img[10] = "images/home/top_ph_23.jpg";
  img[11] = "images/home/top_ph_24.jpg";
  img[12] = "images/home/top_ph_25.jpg";
  img[13] = "images/home/top_ph_26.jpg";
  img[14] = "images/home/top_ph_27.jpg";
  alt[0] = "ゆきさんの黒糖ジンジャーシロップ　ご注文はこちらから";
  alt[1] = "南国の花や葉をモチーフにしたシックな箱入り。";
  alt[2] = "ゆきさんの黒糖ジンジャーシロップ　ご注文はこちらから";
  alt[3] = "南国の花や葉をモチーフにしたシックな箱入り。";
  alt[4] = "ビールとあわせて“ジンジャービアー”に";
  alt[5] = "豆乳で作る“Black 豆乳”もおすすめ";
  alt[6] = "女性に人気の“ジンジャーティー”";
  alt[7] = "こだわりの波照間島産黒糖を使用";
  alt[8] = "10本のご注文で、2本サービス！";
  alt[9] = "10本のご注文で、2本サービス！";
  alt[10] = "フレンチトーストにも";
  alt[11] = "シリアルにも";
  alt[12] = "ところてんにも・・？";
  alt[13] = "ピーナッツバタートースト";
  alt[14] = "毎朝のトーストに！";
  n = Math.floor(Math.random()*jmp.length);
  document.write("<p><a href='"+jmp[n]+"'><img src='"+img[n]+"' alt='"+alt[n]+"'></a></p>");
}
function pickupTwo() {
  jmp = new Array();
  img = new Array();
  alt = new Array();
  jmp[0] = "product.html";
  jmp[1] = "product.html";
  jmp[2] = "product.html";
  jmp[3] = "product.html";
  jmp[4] = "product.html";
  jmp[5] = "product.html";
  jmp[6] = "product.html";
  jmp[7] = "product.html";
  jmp[8] = "product.html";
  jmp[9] = "product.html";
  jmp[10] = "product.html";
  jmp[11] = "product.html";
  img[0] = "images/home/top_ph_02.jpg";
  img[1] = "images/home/top_ph_04.jpg";
  img[2] = "images/home/top_ph_05.jpg";
  img[3] = "images/home/top_ph_06.jpg";
  img[4] = "images/home/top_ph_07.jpg";
  img[5] = "images/home/top_ph_08.jpg";
  img[6] = "images/home/top_ph_09.jpg";
  img[7] = "images/home/top_ph_10.jpg";
  img[8] = "images/home/top_ph_11.jpg";
  img[9] = "images/home/top_ph_12.jpg";
  img[10] = "images/home/top_ph_21.jpg";
  img[11] = "images/home/top_ph_22.jpg";
  alt[0] = "沖縄・石垣島で生まれた「ホッ」とする味";
  alt[1] = "サトウキビのゆれる石垣島からお届けします";
  alt[2] = "沖縄・石垣島から手作りでお届け";
  alt[3] = "石垣島の小さなBARで生まれた手作りシロップ";
  alt[4] = "沖縄・石垣島から手作りでお届け";
  alt[5] = "石垣島の小さなBARで生まれた手作りシロップ";
  alt[6] = "沖縄・石垣島から手作りでお届け";
  alt[7] = "沖縄・石垣島で生まれた「ホッ」とする味";
  alt[8] = "沖縄・石垣島で生まれた「ホッ」とする味";
  alt[9] = "石垣島の小さなBARで生まれた手作りシロップ";
  alt[10] = "青空の美しい島で生まれました";
  alt[11] = "おきなわ・石垣島から手作りでお届け";
  n = Math.floor(Math.random()*jmp.length);
  document.write("<p><a href='"+jmp[n]+"'><img src='"+img[n]+"' alt='"+alt[n]+"'></a></p>");
}

