	
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/NAmericaNatGas_home.jpg" alt="Argus North America Natural Gas" title="Argus North America Natural Gas" width="240" height="111" border="0" align="center"></a></div>'

quotes[1]='<div align="center"><a href="http://www.argusmedia.com/pages/StaticPage.aspx?tname=Services&pname=Presentations" target="_blank"><img src="/ArgusStaticContent/snips/images/banners/wbnrs.png" alt="Argus webinars" title="Argus webinars" width="240" height="111" border="0" align="center"></a></div>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);




