
var quotes=new Array()

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

quotes[0]='<A HREF="mailto:mail@ndex.simgames.net?subject=Requests" CLASS="REG">e-mail</A>'


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