var mess = new Array(
	'<a href="media-lib/050817FinancialTimes.pdf" onclick="javascript:urchinTracker(\'/media-lib/050817FinancialTimes\');" target="_blank"><img src="image-lib/fts.gif" alt="Financial Times"/></a><br/>"New methods of trading require a level of abstraction from detail that spreadsheets cannot provide", <i>says Stavros Kokkoris, head of client facing products at Citigroup Equities</i>. "Visual aids give you a different dynamic - instead of looking at just the amount on offer, you get a feel for what’s going on."',
	'<a href="media-lib/FractalEdgeButlerGroupTechAudit.pdf" onclick="javascript:urchinTracker(\'/media-lib/FractalEdgeButlerGroupTechAudit\');" target="_blank"><img src="image-lib/butlerlogos.gif" alt="Butler Group Tech Audit"/></a><br/>"A class-leading interface... aligned with a sophisticated toolkit for assembing relevant data."<br/><br/><i>Ian Charlesworth, Analyst, Butler Group</i>',
	'<a href="http://mediaproducts.gartner.com/reprints/adaptiveplanning/146406.html" onclick="javascript:urchinTracker(\'/reprints/adaptiveplanning/146406\');" target="_blank"><img src="image-lib/gartners.gif" alt="Gartner"/></a><br/>&quot;Fractal:Edge addresses visualization of data, combining the flexibility of pivot tables with the ability of most users to interpret pictures better than tables.&quot;'
);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
