
var quotes=new Array()

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

quotes[0]='<A HREF="http://ndex.simgames.net/legal.htm" CLASS="COPYRIGHT"><CENTER>&copy Copyright 2001-2004 Ndex.<BR>Images are copyright their original author.<BR>Ndex is not affiliated with Nintendo in any way.<BR>Copyright material inadvertently published will be removed on request.<BR>This text is small.</CENTER></A><BR>'


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