x = Math.random() *2/*insira o número de figuras a utilizar, conte co o 0*/ ;
y = Math.round(x);
if (y==0)
{
//insira após <img, o código html da figura, com seu endereço e suas propriedades
document.write('<img src="images/rotatorias/1.jpg">');
}
if (y==1)
{
document.write('<img src="images/rotatorias/2.jpg">');
} 
if (y==2)
{
document.write('<img src="images/rotatorias/3.jpg">');
} 

