// JavaScript Document

function Images()
{
var Images = new Array();

Images[0]='<a href="http://www.eadcnec.edu.br/index.php?link=571"><img border="0" width="171" height="87" src="img/cursos/14.jpg"/></a>';

Images[1]='<a href="http://www.eadcnec.edu.br/index.php?link=584"><img border="0" width="171" height="87" src="img/cursos/12.jpg"/></a>';

Images[2]='<a href="http://www.eadcnec.edu.br/index.php?link=568"><img border="0" width="171" height="87" src="img/cursos/17.jpg"/></a>';

Images[3]='<a href="http://www.eadcnec.edu.br/index.php?link=567"><img border="0" width="171" height="87" src="img/cursos/15.jpg"/></a>';

Images[4]='<a href="http://www.eadcnec.edu.br/index.php?link=578"><img border="0" width="171" height="87" src="img/cursos/10.jpg"/></a>';

Images[5]='<a href="http://www.eadcnec.edu.br/index.php?link=574"><img border="0" width="171" height="87" src="img/cursos/13.jpg"/></a>';

Images[6]='<a href="http://www.eadcnec.edu.br/index.php?link=579"><img border="0" width="171" height="87" src="img/cursos/3.jpg"/></a>';

var Numero = Math.floor(Math.random()*7);
document.write(Images[Numero]);
}
