var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div><p><strong>Argus Coal Daily International</strong><br/>Featuring index quality assesments with daily and monthly steam and coking coal pricing from international markets outside the US. This report includes market commentary and is illustrated with easy-to-read tables and graphs.<br>><a href="http://info.argusmedia.com/mailers/fts.html?ref=WebCDI" target="_blank">Request subscription details</a></p></div>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);
// JavaScript Document
