          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td><csobj w=\"523\" h=\"309\" t=\"Button\" ht=\"../school-ch.com_sp09-11/sp0911_kanndagaigo_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_sp09-11/sp0911_kanndagaigo_01.jpg\" width=\"523\" height=\"309\" 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=\"523\" h=\"309\" t=\"Button\" ht=\"../school-ch.com_sp09-11/sp0911_SofB_02.jpg\"><a href=\"http://www.all-japan.ac.jp/\" target=\"_blank\" onmouseover=\"return CSIShow(/*CMP*/'button2',1)\" onmouseout=\"return CSIShow(/*CMP*/'button2',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp09-11/sp0911_SofB_01.jpg\" width=\"523\" height=\"309\" 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=\"523\" h=\"309\" t=\"Button\" ht=\"../school-ch.com_sp09-11/sp0911_kyouto-ITetc_02.jpg\"><a href=\"http://www.all-japan.ac.jp/\" target=\"_blank\" onmouseover=\"return CSIShow(/*CMP*/'button3',1)\" onmouseout=\"return CSIShow(/*CMP*/'button3',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp09-11/sp0911_kyouto-ITetc_01.jpg\" width=\"523\" height=\"309\" 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=\"523\" h=\"309\" t=\"Button\" ht=\"../school-ch.com_sp09-11/sp0911_osaka_02.jpg\"><a href=\"http://www.all-japan.ac.jp/\" target=\"_blank\" onmouseover=\"return CSIShow(/*CMP*/'button4',1)\" onmouseout=\"return CSIShow(/*CMP*/'button4',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp09-11/sp0911_osaka_01.jpg\" width=\"523\" height=\"309\" 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=\"523\" h=\"309\" t=\"Button\" ht=\"../school-ch.com_sp09-11/sp0911_IT-kaikeihou_02.jpg\"><a href=\"http://www.all-japan.ac.jp/\" target=\"_blank\" onmouseover=\"return CSIShow(/*CMP*/'button5',1)\" onmouseout=\"return CSIShow(/*CMP*/'button5',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp09-11/sp0911_IT-kaikeihou_01.jpg\" width=\"523\" height=\"309\" 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>";


img[6] = "<tr><td><csobj w=\"523\" h=\"309\" t=\"Button\" ht=\"../school-ch.com_sp09-11/sp0911_IT-kaikei_02.jpg\"><a href=\"http://www.all-japan.ac.jp/\" target=\"_blank\" onmouseover=\"return CSIShow(/*CMP*/'button6',1)\" onmouseout=\"return CSIShow(/*CMP*/'button6',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_sp09-11/sp0911_IT-kaikei_01.jpg\" width=\"523\" height=\"309\" name=\"button6\" 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]+" ");
}

       }

