var randImg = new Array('<div> &#8220;As application developers move from building applications to run on their organization&#8217;s own servers to writing applications for the cloud, there is more need for &#8230;a tool like &#8230;KITE&#8221;<br> &nbsp; &nbsp; &nbsp; &nbsp; - Darryl K. Taft, Senior Editor at eWeek</div>','<div> &#8220;[A] nifty service called KITE &#8230;lets you record a series of user steps in a browser and then lets you see the actual performance related to the steps. &#8230;All you need is a standard browser. &#8221;<br> &nbsp; &nbsp; &nbsp; &nbsp; - Sevcik and Wetzel, Bloggers for NetworkWorld </div>','<div> &#8220;With KITE, companies have free access to Keynote&#8217;s cloud infrastructure and a tool to test and monitor their applications from cities all over the world, helping mitigate performance issues.&#8221;<br> &nbsp; &nbsp; &nbsp; &nbsp; - Jeremy Geelan, Co-editor at Cloud Computing Journal </div>','<div> &#8220;I used KITE [Version 2.0] to create scripts of typical operations with a few Web-based SAAS applications, and then ran those scripts both from my local machine and from a collection of Keynote&#8217;s global monitoring sites. I was impressed with the granular performance information&#8230;.&#8221;<br> &nbsp; &nbsp; &nbsp; &nbsp; - Jason Brooks, eWEEK Labs Executive Editor </div>');
var max = randImg.length;
var num = Math.floor((Math.random() * max));
document.writeln(randImg[num]);