          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-02/sp1002_japan-soccer_02.jpg\"><a href=\"soccer-college_ch01.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-02/sp1002_japan-soccer_01.jpg\" width=\"525\" height=\"310\" name=\"button\" border=\"0\"></a></csobj></td></tr><tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr>"; 


img[2] = "<tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-02/sp1002_woods_02.jpg\"><a href=\"music_wood.html\" onmouseover=\"return CSIShow(/*CMP*/'button2',1)\" onmouseout=\"return CSIShow(/*CMP*/'button2',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-02/sp1002_woods_01.jpg\" width=\"525\" height=\"310\" name=\"button2\" border=\"0\"></a></csobj></td></tr><tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr>";


img[3] = "<tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-02/sp1002_akasaka_02.jpg\"><a href=\"akasaka-houseki.html\" onmouseover=\"return CSIShow(/*CMP*/'button3',1)\" onmouseout=\"return CSIShow(/*CMP*/'button3',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-02/sp1002_akasaka_01.jpg\" width=\"525\" height=\"310\" name=\"button3\" border=\"0\"></a></csobj></td></tr><tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr>";

img[4] = "<tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-02/sp1002_seika_02.jpg\"><a href=\"tokyo-seika.html\" onmouseover=\"return CSIShow(/*CMP*/'button4',1)\" onmouseout=\"return CSIShow(/*CMP*/'button4',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-02/sp1002_seika_01.jpg\" width=\"525\" height=\"310\" name=\"button4\" border=\"0\"></a></csobj></td></tr><tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></td></tr>";

img[5] = "<tr><td><csobj w=\"525\" h=\"310\" t=\"Button\" ht=\"../school-ch.com_sp10-02/sp1002_geijutsu_02.jpg\"><a href=\"geijutsu-zoukei_ch01.html\" onmouseover=\"return CSIShow(/*CMP*/'button5',1)\" onmouseout=\"return CSIShow(/*CMP*/'button5',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp10-02/sp1002_geijutsu_01.jpg\" width=\"525\" height=\"310\" name=\"button5\" border=\"0\"></a></csobj></td></tr><tr><td><img src=\"../school-ch.com_sp/line.gif\" width=\"514\" height=\"2\" border=\"0\"></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]+" ");
}

       }

