<!--
var frase = new Array()
frase[0] = "<img src=\"images/proposta01.jpg\" width=\"630\" height=\"233\">"
frase[1] = "<img src=\"images/proposta02.jpg\" width=\"630\" height=\"233\">"
frase[2] = "<img src=\"images/proposta03.jpg\" width=\"630\" height=\"233\">"
var mostra = Math.floor(Math.random() * (frase.length))
//-->