          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td width=\"110\"><a href=\"yamawaki-bijutsu-ch02.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=\"407\"><a href=\"yamawaki-bijutsu-ch02.html\"><font size=\"4\"><b>山脇美術専門学校<br></b></font><font size=\"2\">〒102-0074　東京都千代田区九段南4-8-21</font><font size=\"4\"><br></font><font size=\"2\">学校のある市ヶ谷は都心にありながら、緑溢れる静かな落ち着いた学生の多い街。……</font></a></td></tr>"; 


img[2] = "<tr><td width=\"110\"><a href=\"music_wood.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/musicwood_c-ph01.jpg\" width=\"97\" height=\"67\" name=\"button\" border=\"0\"></a></td><td width=\"407\"><a href=\"music_wood.html\"><font size=\"4\"><b>music school ウッド<br> </b></font><font size=\"2\">〒160-0022　東京都新宿区新宿3-34-14</font><font size=\"4\"><br></font><font size=\"2\">ヴォーカル、ギター、ピアノ、作曲、コンピューターミュージック、べース、アコギ……</font></a></td></tr>";


img[3] = "<tr><td width=\"110\"><a href=\"nihon-piano-ch02.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=\"407\"><a href=\"nihon-piano-ch02.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[4] = "<tr><td><a href=\"geijutsu-zoukei_ch02.html\" onmouseover=\"return CSIShow(/*CMP*/'button5',1)\" onmouseout=\"return CSIShow(/*CMP*/'button5',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/geijutsu-zoukei_c-ph01.jpg\" width=\"96\" height=\"67\" name=\"button5\" border=\"0\"></a></td><td><a href=\"geijutsu-zoukei_ch02.html\"><font size=\"4\"><b>芸術造形研究所</a><font color=\"#ff9900\" size=\"2\"></font><br></b></font><a href=\"geijutsu-zoukei_ch02.html\"><font size=\"2\">〒101-0062　東京都千代田区神田駿河台2-1　OCCビル7F</font><font size=\"4\"><br></font></a><font size=\"4\"></font><font size=\"2\"><a href=\"geijutsu-zoukei_ch02.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]+" ");
}

       }

