﻿function message() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();
  


  hit[0] = 1; adv[0] = '<a href="http://www.sanpou-s.net/school/html/261/school_4.html" rel="external"><img src="/message/00.jpg" alt="東北電子専門学校" class="photo" width="70" height="70" /></a><h3>先輩メッセージ</h3><p class="s1">めったに触ることができないレアな機材もそろっているので、音楽が好きな人にはたまらない環境だと思います。</p><p class="ss"><a href="http://www.sanpou-s.net/school/html/261/school_4.html"rel="external">東北電子専門学校</a><img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></p>';
  hit[1] = 1; adv[1] = '<a href="http://www.sanpou-s.net/school/html/327/school_4.html" rel="external"><img src="/message/01.jpg" alt="仙台コミュニケーションアート専門学校" class="photo" width="70" height="70" /></a><h3>先輩メッセージ</h3><p class="s1">実際にステージに立っている人から直接教われるので、ものすごく勉強になります。</p><p class="ss"><a href="http://www.sanpou-s.net/school/html/327/school_4.html" rel="external">仙台コミュニケーションアート専門学校<img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></a></p>';
  hit[2] = 1; adv[2] = '<a href="http://www.sanpou-s.net/school/html/225/school_4.html" rel="external"><img src="/message/02.jpg" alt="専門学校　東京メディアアカデミー" class="photo" width="70" height="70" /></a><h3>先輩メッセージ</h3><p class="s1">夢を夢のままにせずに、一緒に現実に変えましょう！</p><p class="ss"><a href="http://www.sanpou-s.net/school/html/225/school_4.html" rel="external">専門学校　東京メディアアカデミー<img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></a></p>';
  for(i=0; i<=hit.length - 1; i++) {
    m += hit[i];
  }
  n = Math.floor(Math.random() * m);
  n++;
  for(i=0; i<=hit.length - 1; i++) {
    x = y;
    y += hit[i];
    if(x<n && n<=y) ad = adv[i];
  }
  
  document.write(ad);

}



