var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div><p>09 September 2010<br /><a href="http://www.lchclearnet.com/media_centre/press_releases/2010-09-07.asp" target="_blank">LCH.Clearnet set to clear API 2 and API 4 coal swaps</a></p><p>Request more information <a href="http://info.argusmedia.com/mailers/info?ref=WebCOal0910_3jf" target="_blank">on our range of coal coverage.</a> </p></div>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);
// JavaScript Document
