
var quotes=new Array()

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

quotes[0]='<A CLASS="MENUSMALL" href="../specials/gb/smbdx/smbdx.htm" TARGET="_top">SMB Deluxe - Maps</A><br>'

quotes[1]='<A CLASS="MENUSMALL" href="../specials/snes/allstars/allstars.htm" TARGET="_top">Mario All-Stars - Glitches</A><br>'

quotes[2]='<A CLASS="MENUSMALL" href="../specials/gb/ladx/map/contents.shtml" TARGET="_top">Link\'s Awakening - Map</A><br>'



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