          var img = new Array;
          var rndnum, rndseisu;
img[1]="<tr><td width=\"111\"><a href=\"hattori-eiyou.html\" onmouseover=\"return CSIShow(/*CMP*/'button',1)\" onmouseout=\"return CSIShow(/*CMP*/'button',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/hattori-c-ph01.jpg\" width=\"96\" height=\"66\" name=\"button\" border=\"0\"></a></td><td width=\"415\"><a href=\"hattori-eiyou.html\"><font size=\"4\"><b>服部学園 服部栄養専門学校<br></b></font><font size=\"2\">〒151-0051　東京都渋谷区千駄ヶ谷5-25-4</font><font size=\"4\"><br></font><font size=\"2\">長年の歴史と伝統を持つ、日本初の栄養士・調理師養成施設校……</font></a></td></tr>"; 


img[2] = "<tr><td width=\"111\"><a href=\"tokyo-seika.html\" onmouseover=\"return CSIShow(/*CMP*/'button2',1)\" onmouseout=\"return CSIShow(/*CMP*/'button2',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/tokyo-seika_c-ph01.jpg\" width=\"97\" height=\"67\" name=\"button2\" border=\"0\"></a></td><td width=\"415\"><a href=\"tokyo-seika.html\"><font size=\"4\"><b>東京製菓学校<br></b></font><font size=\"2\">〒169-0075　東京都新宿区高田馬場1-14-1</font><font size=\"4\"><br></font><font size=\"2\">本校では総授業時間数の80〜85％が実習授業。業界トップクラスの……</font></a></td></tr>";


img[3] = "<tr><td width=\"111\"><a href=\"tokyo-eiyou-senmon.html\" onmouseover=\"return CSIShow(/*CMP*/'button3',1)\" onmouseout=\"return CSIShow(/*CMP*/'button3',0)\" onclick=\"return CSButtonReturn()\"><img src=\"../school-ch.com_categoly_ph/tokyo-eiyou-senmon_c-ph01.jpg\" width=\"97\" height=\"67\" name=\"button3\" border=\"0\"></a></td><td width=\"415\"><a href=\"tokyo-eiyou-senmon.html\"><font size=\"4\"><b>東京栄養専門学校<br></b></font><font size=\"2\">〒169-0023　東京都新宿区西新宿6-11-1</font><font size=\"4\"><br></font><font size=\"2\">栄養士養成の専門家として、学生一人一人の能力や個性に応じた少人数制教育を……</font></a></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]+" ");
}

       }

