          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td width=\"113\"><a href=\"nihon-cailo1_ch03.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/nohon-cailo_c-ph01.jpg\" width=\"97\" height=\"66\" name=\"button\" border=\"0\"></a></td><td width=\"413\"><a href=\"nihon-cailo1_ch03.html\"><font size=\"4\"><b>日本カイロプラクティックドクター専門学院<br></b></font><font size=\"2\">〒169-0073 東京都新宿区百人町1-8-12</font><font size=\"4\"><br> </font><font size=\"2\">高就職率と独立開業成功率を誇る国際基準、カイロプラクティック業……</font></a></td></tr>"; 


img[2] = "<tr><td width=\"113\"><a href=\"reflecsologist_ch03.html\" onmouseover=\"return CSIShow(/*CMP*/'button2',1)\" onmouseout=\"return CSIShow(/*CMP*/'button2',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/reflecsolosist_c-ph01.jpg\" width=\"96\" height=\"67\" name=\"button2\" border=\"0\"></a></td><td width=\"413\"><a href=\"reflecsologist_ch03.html\"><font size=\"4\"><b>日本リフレクソロジスト養成学院<br></b></font><font size=\"2\">〒163-0003 東京都中野区東中野2-22-23 リフレビル</font><font size=\"4\"><br></font><font size=\"2\">日本リフレクソロジスト養成学院【REFLE（リフレ）】では、英国と日本２つの……</font></a></td></tr>";


img[3] = "<tr><td width=\"113\"><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_categoly_ph/ookawa-cailo_c-ph01.jpg\" width=\"96\" height=\"67\" name=\"button3\" border=\"0\"></a></td><td width=\"413\"><a href=\"ookawa-cailo.html\"><font size=\"4\"><b>大川カイロプラクティック専門学院<br></b></font><font size=\"2\">〒141-0022 東京都品川区東五反田1-6-3 東京建物五反田ビル1F</font><font size=\"4\"><br></font> <font size=\"2\">欧米にて広く行われている近代カイロプラクティックは、背骨のズレだけでなく……</font></a></td></tr>";

img[4] = "<tr><td><a href=\"suports-kaikan_ch01.html\" onmouseover=\"return CSIShow(/*CMP*/'button9',1)\" onmouseout=\"return CSIShow(/*CMP*/'button9',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/sports-kaikan_c-ph01.jpg\" width=\"96\" height=\"67\" name=\"button9\" border=\"0\"></a></td><td><font size=\"4\"><b><a href=\"suports-kaikan_ch01.html\">東京スポーツトレーナー＆カイロプラクティック学院</a> </b></font><b><font color=\"#ff9900\" size=\"2\"></font></b><font size=\"4\"><b><br></b></font><font size=\"2\"><a href=\"suports-kaikan_ch01.html\">〒169-0073　東京都新宿区百人町2-23-25</a></font><font size=\"4\"><br></font><font size=\"2\"><a href=\"suports-kaikan_ch01.html\">当学院では、深い知識と高い技術を備えた真のパーソナルトレーナーを育成する為……</a></font></td></tr>";


img[5] = "<tr><td ><a href=\"central-seitai-gakuin_ch03.html\" onmouseover=\"return CSIShow(/*CMP*/'button11',1)\" onmouseout=\"return CSIShow(/*CMP*/'button11',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/central-seitai_c-ph_02.jpg\" width=\"96\" height=\"67\" name=\"button11\" border=\"0\"></a></td><td ><font size=\"4\"><b><a href=\"central-seitai-gakuin_ch03.html\">セントラル整体学院 セントラルBM学院</a> </b></font><font size=\"3\" color=\"#ff9900\"></font><font size=\"4\"><b><br></b></font><font size=\"2\"><a href=\"central-seitai-gakuin_ch03.html\">〒225-0002　神奈川県横浜市青葉区美しが丘2-21-9-1F</a></font><font size=\"4\"><br></font><font size=\"2\"><a href=\"central-seitai-gakuin_ch03.html\">平成6年創立の民間療法の総合学院。少人数制のマンツーマン指導。フリースケ……</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]+" ");
}

       }

