// JavaScript Document

var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<p class=quote>The mega-vendors, SAP, Oracle, and IBM, have some vision and/or some capability in this area but nothing as far along or packaged as Kalido.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://blogs.gartner.com/andrew_white/2010/06/08/kalido-ups-the-ante-with-data-governance-application/ target=new>Andrew White</a>, <i>Research VP</i>, Gartner</p>'

quotes[1]='<p class=quote>[With] Kalido Information Engine, Univision can now provide business users with analysis that span daily consumer behavior and monthly operational and accumulative metrics.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://www.kalido.com/178be966-3fdd-457c-bfd5-8fbc446da63f/news-and-events-press-center-press-releases-detail.htm target=new>Univision</a></p>'

quotes[2]='<p class=quote>Everybody with an enterprise data warehouse should license Kalido.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://www.bloorresearch.com/analysis/11560/kalido-gets-busy.html target=new>Philip Howard</a>, <i>Research Director</i>, Bloor Research</p>'

quotes[3]='<p class=quote>Firms that struggle with design, update and performance of their data warehouse and data mart environments would do well to investigate the benefits of Kalido\'s automation and governance tools.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://itmarketstrategy.com/2010/09/13/kalido-cascades-continue-cadence-on-designed-dw-development/ target=new>Merv Adrian</a>, IT Market Strategy</p>'

quotes[4]='<p class=quote>Kalido has significantly accelerated our reaction time, and has brought us closer to our customers, which is crucial to our business.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://www.kalido.com/3d0fe93a-fcff-4b89-93ca-34e726cb6092/resource-center-success-stories-detail.htm target=new>Agrigel</a></p>'

quotes[5]='<p class=quote>Kalido\'s Information Engine provides a wealth of functionality [to] help organizations deal with bad and dirty data that is often the root cause of common day-to-day business problems.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://www.kalido.com/Collateral/Documents/English-US/2010_OvumTechnologyAudit_Mar19.pdf target=new>Richard Edwards</a>, Ovum</p>'

quotes[6]='<p class=quote>Speed without sacrifice is a key theme here: Kalido combines modeling and reuse with iterative prototyping, MDM and automation to ensure that rapid delivery doesn\'t mean ungoverned, unnecessary redundancy or sub-optimal quality.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://itmarketstrategy.com/2010/09/13/kalido-cascades-continue-cadence-on-designed-dw-development/ target=new>Merv Adrian</a>, IT Market Strategy</p>'

quotes[7]='<p class=quote>The "real world" benefits from Kalido at AB InBev include procurement savings, strategic inventory optimization, overhead and budget tracking, people and resource movement tracking.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://blog.hubdesigns.com/2010/04/16/kalido-mdm-and-ab-inbev/ target=new>Dan Power</a>, Hub Solution Designs</p>'

quotes[8]='<p class=quote>The biggest value that jumps out every time [with Kalido] is how easy it is to use... You can clearly see the way it bridges the gap between the geeks and the executives.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://boulderbibraintrust.org/brain_trust_blog/2009/05/kalido-is-at-the-boulder-bi-br.php target=new>Shawn Rogers</a>, Boulder BI Brain Trust</p>'

quotes[9]='<p class=quote>We need to understand where and how our business can improve on a daily, monthly and quarterly basis. Because of Kalido\'s ingrained flexibility and responsiveness, we can pull data from any source, model it for any view and keep it current at any time, directly impacting our business performance.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://www.kalido.com/075a6244-8ff5-451c-b4a4-c02d7123b047/news-and-events-press-center-press-releases-archive-detail.htm target=new>Adam Levy</a>, <i>VP, Information Systems</i>, Intelsat</p>'

quotes[10]='<p class=quote>We reflected a sales force realignment within 3 months, when it previously would have taken us 9-12 months. Overall, with Kalido, we\'re realizing cost savings of $1.5M every year.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- <a href=http://www.kalido.com/4316854f-e1e2-40bf-a016-d30e057268d4/news-and-events-press-center-press-releases-detail.htm  target=new>Mike Stanton</a>, <i>Director of BI</i>, Eisai</p>' 

quotes[11]='<p class=quote>With Kalido MDM, we clearly see a full harmonization between local and corporate information. We have one single point of truth...We have seen a clear benefit in our data quality, and by having a central MDM, we can increase reaction time in case of data issues.</p><img alt=Right Quote align=absmiddle src=http://www.kalido.com/images/quote_rt.gif /><p class=credit>- Olaf Thiemann, <i>Manager, Supply Chain Planning Solutions</i>, Imperial Tobacco</p>' 

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

