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

