	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div><img src="/ArgusStaticContent/snips/images/banners/h1.jpg" alt="Argus LPG/NGL Coverage" title="Argus LPG/NGL Coverage" width="720" height="60" border="0"></div>'

quotes[1]='<div><a href="http://www.argusautogas.com/" target="_blank"><img src="/ArgusStaticContent/snips/images/banners/autogasbanner.jpg" alt="Argus European Autogas" title="Argus European Autogas" width="720" height="60" border="0"></a></div>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);




