          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr><tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-01/sp1001_kanda_02.jpg\"><a href=\"kanda-gaigo_ch07.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-01/sp1001_kanda_01b.jpg\" width=\"525\" height=\"310\" name=\"button\" border=\"0\"></a></csobj></td></tr>"; 


img[2] = "<tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr><tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-01/sp1001_osaka_fukushi_02.jpg\"><a href=\"oosaka-fukushi-hoiku_ch01.html\" onmouseover=\"return CSIShow(/*CMP*/'button2',1)\" onmouseout=\"return CSIShow(/*CMP*/'button2',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-01/sp1001_osaka_fukushi_01.jpg\" width=\"525\" height=\"310\" name=\"button2\" border=\"0\"></a></csobj></td></tr>";


img[3] = "<tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr><tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-01/sp1001_okawa_02.jpg\"><a href=\"ookawa-cailo.html\" onmouseover=\"return CSIShow(/*CMP*/'button3',1)\" onmouseout=\"return CSIShow(/*CMP*/'button3',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-01/sp1001_okawa_01.jpg\" width=\"525\" height=\"310\" name=\"button3\" border=\"0\"></a></csobj></td></tr>";

img[4] = " <tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr><tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-01/sp1001_nihon-cailo_02.jpg\"><a href=\"nihon-cailo1_ch01.html\" onmouseover=\"return CSIShow(/*CMP*/'button4',1)\" onmouseout=\"return CSIShow(/*CMP*/'button4',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-01/sp1001_nihon-cailo_01.jpg\" width=\"525\" height=\"310\" name=\"button4\" border=\"0\"></a></csobj></td></tr>";


var mess = new Array;
                
  
function rnd_img(){
              var i = img.length - 1; 
              rndnum = Math.random() * i;
              rndseisu = Math.ceil(rndnum);
              if(rndseisu == 0){rndseisu++};
for (i = rndseisu; i < img.length; i = i +1){
              document.write(" "+img[i]+" ");
}
for (i = 1 ; i <= rndseisu-1; i = i +1){
              document.write(" "+img[i]+" ");
}

       }

