function Banners()
{
    var MNews = new Array();

    MNews[0]= '<a href="institucional.php"><IMG SRC="quadro/biblioteca.jpg"  WIDTH=200 HEIGHT=125 BORDER=0 align="left" class="quadro"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><font color=#454545>Biblioteca</a>'

    MNews[1]= '<a href="institucional.php"><IMG SRC="quadro/aula.jpg"  WIDTH=200 HEIGHT=125 BORDER=0 align="left" class="quadro"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><font color=#454545>Salas de aula</a>'

    MNews[2]= '<a href="institucional.php"><IMG SRC="quadro/tecnicas.jpg"  WIDTH=200 HEIGHT=125 BORDER=0 align="left" class="quadro"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><font color=#454545>Laboratório de técnicas</a>'

    MNews[3]= '<a href="institucional.php"><IMG SRC="quadro/informatica.jpg"  WIDTH=200 HEIGHT=125 BORDER=0 align="left" class="quadro"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><font color=#454545>Laboratório de informática</a>'

    MNews[4]= '<a href="institucional.php"><IMG SRC="quadro/meios.jpg"  WIDTH=200 HEIGHT=125 BORDER=0 align="left" class="quadro"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><font color=#454545>Sala multimídia</a>'

    MNews[5]= '<a href="institucional.php"><IMG SRC="quadro/tecnicas2.jpg"  WIDTH=200 HEIGHT=125 BORDER=0 align="left" class="quadro"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><font color=#454545>Laboratório de técnicas</a>'

   var Numero = Math.floor(Math.random()*6);
   document.write(MNews[Numero]);
}

Veja_Banner = Banners();