	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="/ArgusStaticContent/snips/images/graphs/Petr95NWEbarge.png" alt="European Gasoline" title="European Gasoline" width="230" />'


quotes[1]='<img src="/ArgusStaticContent/snips/images/graphs/LPGARAcifLarge.png" alt="Propane ARA cif" title="Propane ARA cif" width="230" />'


quotes[2]='<img src="/ArgusStaticContent/snips/images/graphs/ElecGermBLDayAhead.png" alt="GermBL Day Ahead" title="GermBL Day Ahead" width="230" />'


quotes[3]='<img src="/ArgusStaticContent/snips/images/graphs/GasNBPMnth1.png" alt="NBP Front month" title="NBP Front month" width="230" />'


quotes[4]='<img src="/ArgusStaticContent/snips/images/graphs/CoalARAcif90days.png" alt="Coal ARA cif" title="Coal ARA cif" width="230" />'


quotes[5]='<img src="/ArgusStaticContent/snips/images/graphs/EmissSO2US.png" alt="US SO2" title="US SO2" width="230" />'


quotes[6]='<img src="/ArgusStaticContent/snips/images/graphs/TranspGasoline87NYH.png" alt="UK ULS diesel" title="UK ULS diesel" width="230" />'




var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);



