	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='<div align="center"><a href="http://www.argusgasamericas.com" target="_blank"><img src="/ArgusStaticContent/snips/images/banners/NAmericaNatGasButton.JPG" alt="Argus North America Natural Gas" title="Argus North America Natural Gas" width="230" height="153" border="0" align="center"></a></div>'

quotes[1]='<div align="center"><a href="http://info.argusmedia.com/mailers/fts.html?ref=webNGL" target="_blank"><img src="/ArgusStaticContent/snips/images/banners/ngl.jpg" alt="Argus NGL Americas" title="Argus NGL Americas" width="230" height="153" border="0" align="center"></a></div>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);



