
var quotes=new Array()

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

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

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

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

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

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

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

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

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

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

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


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