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