
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="../banners/banner.jpg" BORDER="0">'

quotes[1]='<img src="../banners/nextgenbanner.jpg" BORDER="0">'

quotes[2]='<img src="../banners/drmariobanner.gif" BORDER="0">'

quotes[3]='<img src="../banners/iceclimberbanner.gif" BORDER="0">'

quotes[4]='<img src="../banners/smbbanner.gif" BORDER="0">'

quotes[5]='<img src="../banners/smwbanner.gif" BORDER="0">'

quotes[6]='<img src="../banners/sonicadvancebanner.gif" BORDER="0">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
