
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="images/imgDestaqueHome01.jpg" width="1004" height="184">'

quotes[1]='<img src="images/imgDestaqueHome02.jpg" width="1004" height="184">'

quotes[2]='<img src="images/imgDestaqueHome03.jpg" width="1004" height="184">'

quotes[3]='<img src="images/imgDestaqueHome04.jpg" width="1004" height="184">'

quotes[4]='<img src="images/imgDestaqueHome05.jpg" width="1004" height="184">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
