var quotes=new Array()


quotes[0]='fernando peña    ( México )  <br><br>Manuel Rodriguez    ( México )  <br><br>Sharon Schmidt    ( United States )  <br><br>ivanricse    ( Perú )  <br><br>kezia loiola    ( Brasil )  <br><br>robin    ( Perú )'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])