	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div><a href="http://www.argusbiomass.com/euro2011/index.shtml" target="_blank"><img src="/ArgusStaticContent/snips/images/banners/argus-biomass2011biobanner.jpg" alt="Argus European Biomass Trading" title="Argus European Biomass Trading" width="720" height="60" border="0"></a></div>'




var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);




