
var quotes=new Array()

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

quotes[0]='<a href="http://www.espacefrancais.com/citations" class="blue">Espace des Citations</a>'

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