          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td width=\"114\"><a href=\"kanda-gaigo_ch08.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/kanda-gaigo_c-ph01.jpg\" width=\"97\" height=\"66\" name=\"button\" border=\"0\"></a></td><td width=\"406\"><a href=\"kanda-gaigo_ch08.html\"><font size=\"4\"><b>神田外語学院<br></b></font><font size=\"2\">〒101-8525 東京都千代田区内神田2-13-13</font><font size=\"4\"><br></font><font size=\"2\">語学教育を支える外国人の先生たちの出身国は、アメリカ、イギリス、アイル……</font></a></td></tr>"; 


img[2] = "<tr><td width=\"114\"><a href=\"nihon-piano-ch08.html\" onmouseover=\"return CSIShow(/*CMP*/'button4',1)\" onmouseout=\"return CSIShow(/*CMP*/'button4',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/cph_nihon-piano01b.jpg\" width=\"97\" height=\"67\" name=\"button4\" border=\"0\"></a></td><td width=\"406\"><a href=\"nihon-piano-ch08.html\"><font size=\"4\"><b>日本ピアノ調律・音楽学院<br></b></font><font size=\"2\">〒150-0044　東京都渋谷区円山町28-1</font><font size=\"4\"><br></font><font size=\"2\">調律科は、学院長(ウィスタリアピアノ製作所代表)が「ドイツピアノマイスター……</font></a></td></tr>";


img[3] = "<tr><td><a href=\"nihon-school-of-biz21-ch08.html\" onmouseover=\"return CSIShow(/*CMP*/'button8',1)\" onmouseout=\"return CSIShow(/*CMP*/'button8',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/risshisha_c-ph4_01.jpg\" width=\"96\" height=\"67\" name=\"button8\" border=\"0\"></a></td><td><a href=\"nihon-school-of-biz21-ch08.html\"><font size=\"4\"><b>専門学校 日本スクールオブビジネス21</a><font color=\"#ff9900\" size=\"2\"></font><br>  </b></font><font size=\"2\"><a href=\"nihon-school-of-biz21-ch08.html\">〒130-8565　東京都墨田区錦糸1-2-1</font><font size=\"4\"><br></font></a><font size=\"2\"><a href=\"nihon-school-of-biz21-ch08.html\">スポーツ、医療・福祉、保育、ホテル、トラベル、ブライダル、メイク……</a></font></td></tr>";

img[4] = "<tr><td><a onmouseover=\"return CSIShow(/*CMP*/'button12',1)\" onclick=\"return CSButtonReturn()\" onmouseout=\"return CSIShow(/*CMP*/'button12',0)\" href=\"http://www.school-ch.com/NewFiles/soccer-college_ch08.html\"><img height=\"67\" src=\"http://www.school-ch.com/school-ch.com_categoly_ph/soccer-college_c-ph_01.jpg\" width=\"96\" border=\"0\" name=\"button12\"></a></td><td><font size=\"4\"><b><a href=\"http://www.school-ch.com/NewFiles/soccer-college_ch08.html\">国際総合学園ＪＡＰＡＮサッカーカレッジ</a></b></font><font color=\"#ff9900\" size=\"3\"></font><font size=\"4\"><b><br></b></font><font size=\"2\"><a href=\"http://www.school-ch.com/NewFiles/soccer-college_ch08.html\">〒957-0103　新潟県北蒲原郡聖籠町網代浜925-1</a></font><font size=\"4\"><br></font><font size=\"2\"><a href=\"http://www.school-ch.com/NewFiles/soccer-college_ch08.html\">ＪＡＰＡＮサッカーカレッジは、Ｊリーグチーム「アルビレックス新潟」の……</a></font></td></tr>";

img[5] = "<tr><td><a href=\"oosaka-fukushi-hoiku_ch08.html\" onmouseover=\"return CSIShow(/*CMP*/'button13',1)\" onmouseout=\"return CSIShow(/*CMP*/'button13',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/oosaka-fukushi-hoiku_c-ph01.jpg\" width=\"96\" height=\"67\" name=\"button13\" border=\"0\"></a></td><td><font size=\"4\"><b><a href=\"oosaka-fukushi-hoiku_ch08.html\">大阪保育福祉専門学校</a> </b></font><font size=\"3\" color=\"#ff9900\"></font><font size=\"4\"><b><br></b></font><font size=\"2\"><a href=\"oosaka-fukushi-hoiku_ch08.html\">〒618-0001　大阪府三島郡島本町山崎5-3-10</a></font><font size=\"4\"><br></font><font size=\"2\" color=\"#ff3333\">（※キリスト教社会福祉専門学校より2009年4月改称）</font><font size=\"2\"><a href=\"oosaka-fukushi-hoiku_ch08.html\">子どもの総合施設が運営……</a></font></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]+" ");
}

       }

