﻿function message2() {
  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/561/school_4.html" rel="external"><img src="/message/07.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/561/school_4.html" rel="external">専門学校 日本デザイナー学院<img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></a></p>';
  hit[1] = 1; adv[1] = '<a href="http://www.sanpou-s.net/school/html/625/school_4.html" rel="external"><img src="/message/08.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/625/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/562/school_4.html" rel="external"><img src="/message/09.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/562/school_4.html" rel="external">日本写真芸術専門学校<img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></a></p>';
  
    hit[3] = 1; adv[3] = '<a href="http://www.sanpou-s.net/school/html/496/school_4.html" rel="external"><img src="/message/10.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/496/school_4.html" rel="external">名古屋デザイナー学院<img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></a></p>';
	  hit[4] = 1; adv[4] = '<a href="http://www.sanpou-s.net/school/html/629/school_4.html" rel="external"><img src="/message/11.jpg" alt="日本工学院八王子専門学校" class="photo" width="70" height="70" /></a><h3>先輩メッセージ</h3><p class="s1">入学前は、CGの知識なんてまったくといっていいほど無かった私。そんな私も、日本工学院で一から勉強したおかげで、なんとプロの作品に参加！</p><p class="ss"><a href="http://www.sanpou-s.net/school/html/629/school_4.html" rel="external">日本工学院八王子専門学校<img src="/common/images/windowicon.gif" width="14" height="12" border="0" /></a></p>';
	    hit[5] = 1; adv[5] = '<a href="http://www.sanpou-s.net/school/html/287/school_4.html" rel="external"><img src="/message/12.jpg" alt="あいち造形デザイン専門学校" class="photo" width="70" height="70" /></a><h3>先輩メッセージ</h3><p class="s1">絵を描くこと、モノを創ることが好きな人はぜひAZDへ。</p><p class="ss"><a href="http://www.sanpou-s.net/school/html/287/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);

}



