          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td width=\"107\"><a href=\"yamawaki-bijutsu-ch10.html\" onmouseover=\"return CSIShow(/*CMP*/'button2',1)\" onmouseout=\"return CSIShow(/*CMP*/'button2',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/yamawaki-bijutsu_c-ph01.jpg\" width=\"96\" height=\"67\" name=\"button2\" border=\"0\"></a></td><td width=\"403\"><a href=\"yamawaki-bijutsu-ch10.html\"><font size=\"4\"><b>山脇美術専門学校<br></b></font><font size=\"2\">〒107-0052　東京都千代田区九段南4-8-21</font><font size=\"4\"><br></font><font size=\"2\">学校のある市ヶ谷は都心にありながら、緑溢れる静かな落ち着いた学生の多い街……</font></a></td></tr>"; 


img[2] = "<tr><td width=\"107\"><a href=\"akasaka-houseki.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/akasaka-houseki_c-ph01.jpg\" width=\"94\" height=\"68\" name=\"button\" border=\"0\"></a></td><td width=\"403\"><a href=\"akasaka-houseki.html\"><font size=\"4\"><b>赤坂宝石彫金学院<br></b></font><font size=\"2\">〒107-0052　東京都港区赤坂4-7-16</font><font size=\"4\"><br></font><font size=\"2\">43年の歴史と伝統を持つ当学院は、グローバルな街、赤坂に位置し、創意と……</font></a></td></tr>";


img[3] = "<tr><td width=\"107\"><a href=\"hollywood-biyou_ch10.html\" onmouseover=\"return CSIShow(/*CMP*/'button3',1)\" onmouseout=\"return CSIShow(/*CMP*/'button3',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/hollywood-biyou_c-ph01.jpg\" width=\"94\" height=\"68\" name=\"button3\" border=\"0\"></a></td><td width=\"403\"><a href=\"hollywood-biyou_ch10.html\"><font size=\"4\"><b>ハリウッド美容専門学校<br></b></font><font size=\"2\">〒107-0052　東京都港区六本木6-4-1 六本木ヒルズ ハリウッドプラザ</font><font size=\"4\"><br> </font><font size=\"4\"></font><font size=\"2\">83年前の創立時から世界のファッションと美容の中心は映画の都ハリウッド…</font></a></td></tr>";

img[4] = "<tr><td><a href=\"nihon-school-of-biz-ch10.html\" onmouseover=\"return CSIShow(/*CMP*/'button11',1)\" onmouseout=\"return CSIShow(/*CMP*/'button11',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/risshisha_c-ph4_01.jpg\" width=\"96\" height=\"67\" name=\"button11\" border=\"0\"></a></td><td><a href=\"nihon-school-of-biz-ch10.html\"><font size=\"4\"><b>専門学校 日本スクールオブビジネス</a><font color=\"#ff9900\" size=\"2\"></font><br></b></font><font size=\"2\"><a href=\"nihon-school-of-biz-ch10.html\">〒116-8567　東京都杉並区高円寺南5-32-10</font><font size=\"4\"><br></font><font size=\"2\">●スポーツ、医療、ホテル・トラベル、ブライダル、トータルビューティー……</font></a></td></tr><tr><td><a href=\"nihon-school-of-biz21-ch10.html\" onmouseover=\"return CSIShow(/*CMP*/'button12',1)\" onmouseout=\"return CSIShow(/*CMP*/'button12',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/risshisha_c-ph4_01.jpg\" width=\"96\" height=\"67\" name=\"button12\" border=\"0\"></a></td><td><a href=\"nihon-school-of-biz21-ch10.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-ch10.html\">〒130-8565　東京都墨田区錦糸1-2-1</font></a><font size=\"4\"><br></font><font size=\"2\"><a href=\"nihon-school-of-biz21-ch10.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]+" ");
}

       }

