// ランダムに画像を表示する
function headimage()
{
img = new Array();
img[0] = "./image/home/00.jpg";
img[1] = "./image/home/01.jpg";
img[2] = "./image/home/02.jpg";
img[3] = "./image/home/03.jpg";
img[4] = "./image/home/04.jpg";
img[5] = "./image/home/05.jpg";
img[6] = "./image/home/06.jpg";
img[7] = "./image/home/07.jpg";
img[8] = "./image/home/08.jpg";
img[9] = "./image/home/09.jpg";
img[10] = "./image/home/10.jpg";
img[11] = "./image/home/11.jpg";
img[12] = "./image/home/12.jpg";
img[13] = "./image/home/13.jpg";
img[14] = "./image/home/14.jpg";
img[15] = "./image/home/15.jpg";


n0=Math.floor(Math.random()*15);
n1=(n0+Math.floor(Math.random()*14)+1)%15;
n2=(n1+Math.floor(Math.random()*14)+1)%15;
n3=(n2+Math.floor(Math.random()*14)+1)%15;
n4=(n3+Math.floor(Math.random()*14)+1)%15;
n5=(n4+Math.floor(Math.random()*14)+1)%15;
n6=(n5+Math.floor(Math.random()*14)+1)%15;
n7=(n6+Math.floor(Math.random()*14)+1)%15;
n8=(n7+Math.floor(Math.random()*14)+1)%15;
n9=(n8+Math.floor(Math.random()*14)+1)%15;
n10=(n9+Math.floor(Math.random()*14)+1)%15;
n11=(n10+Math.floor(Math.random()*14)+1)%15;
n12=(n11+Math.floor(Math.random()*14)+1)%15;
n13=(n12+Math.floor(Math.random()*14)+1)%15;
n14=(n13+Math.floor(Math.random()*14)+1)%15;
n15=(n14+Math.floor(Math.random()*14)+1)%15;

document.write("<img src='"+img[n0]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n1]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n2]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n3]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n4]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n5]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n6]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n7]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n8]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n9]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n10]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n11]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n12]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n13]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n14]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");
document.write("<img src='"+img[n15]+"' border='0' width='730' height='262' alt='南信州ファームプロダクツマーケット'>");

}
