

var quotes=new Array()

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


quotes[0]='<a href="http://www.topfutsal.nl/index.php"><img border="0" src="http://topfutsal.nl/templates/default/images/topfutsal-balk1.jpg" alt="topFUTSAL, de samensmelting van zaal (futsal) en straatvoetbal (futsal)" width="870" height="320">'


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