// JavaScript Document

function Banner()
{
var Banner = new Array();

Banner[0]='<a href="http://www.eadcnec.edu.br/index.php?link=586"><img border="0" width="171" height="87" src="img/cursos/24.jpg"></a>';

Banner[1]='<a href="http://www.eadcnec.edu.br/index.php?link=582"><img border="0" width="171" height="87" src="img/cursos/21.jpg"></a>';

Banner[2]='<a href="http://www.eadcnec.edu.br/index.php?link=576"><img border="0" width="171" height="87" src="img/cursos/22.jpg"></a>';

Banner[3]='<a href="http://www.eadcnec.edu.br/index.php?link=577"><img border="0" width="171" height="87" src="img/cursos/23.jpg"></a>';

Banner[4]='<a href="http://www.eadcnec.edu.br/index.php?link=572"><img border="0" width="171" height="87" src="img/cursos/25.jpg"></a>';

Banner[5]='<a href="http://www.eadcnec.edu.br/index.php?link=573"><img border="0" width="171" height="87" src="img/cursos/18.jpg"></a>';

Banner[6]='<a href="http://www.eadcnec.edu.br/index.php?link=569"><img border="0" width="171" height="87" src="img/cursos/19.jpg"></a>';

var Numero = Math.floor(Math.random()*7);
document.write(Banner[Numero]);
}
