<!--
function randomimg_univ() {
var max = 17;
wall = Math.floor(Math.random() * max) + 1;

if (wall == 1) { document.write('<IMG SRC="img/university_img/daikodai.jpg" alt="Osaka Institute of Technology">') }
else
if (wall == 2) { document.write('<IMG SRC="img/university_img/daisandai.jpg" ="Osaka Sangyo University">') }
else
if (wall == 3) { document.write('<IMG SRC="img/university_img/handai.jpg" alt="Osaka University">') }
else
if (wall == 4) { document.write('<IMG SRC="img/university_img/handai.jpg" alt="Osaka University">') }
else
if (wall == 5) { document.write('<IMG SRC="img/university_img/kobedesign.jpg" alt="Kobe Design University">') }
else
if (wall == 6) { document.write('<IMG SRC="img/university_img/dentsudai.jpg" alt="Osaka Electro-Communication University">') }
else
if (wall == 7) { document.write('<IMG SRC="img/university_img/fudai.jpg" alt="Osaka Prefecture University">') }
else
if (wall == 8) { document.write('<IMG SRC="img/university_img/kandai.jpg" alt="Kansai University">') }
else
if (wall == 9) { document.write('<IMG SRC="img/university_img/kindai.jpg" alt="Kinki University">') }
else
if (wall == 10) { document.write('<IMG SRC="img/university_img/kwangaku.jpg" alt="Kwansei Gakuin University">') }
else
if (wall == 11) { document.write('<IMG SRC="img/university_img/doshisya.jpg" alt="Doshisha University">') }
else
if (wall == 12) { document.write('<IMG SRC="img/university_img/ryukokudai.jpg" alt="Ryukoku University">') }
else
if (wall == 13) { document.write('<IMG SRC="img/university_img/narasentandai.jpg" alt="Nara Institute of Science and Technology">') }
else
if (wall == 14) { document.write('<IMG SRC="img/university_img/ritsumeikan.jpg" alt="Ritsumeikan University">') }
else
if (wall == 15) { document.write('<IMG SRC="img/university_img/tohokudai.jpg" alt="Tohoku University">') }
else
if (wall == 16) { document.write('<IMG SRC="img/university_img/kumamotodai.jpg" alt="Kumamoto University">') }
else
if (wall == 17) { document.write('<IMG SRC="img/university_img/narakosen.jpg" alt="Nara National College of Technology">') }
}
//-->