	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div><img src="/ArgusStaticContent/snips/images/banners/h3.jpg" alt="Argus Natural Gas coverage" title="Argus Natural Gas coverage" width="720" height="60" border="0"></div>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);




