<!--
var c1, c2, c3;
c1 = "<p><img src='/images/clients/orange.gif' alt='Orange UK' height='40' width='40' /></p><p>Emunio's support in the delivery of Orange’s first Ab Initio ETL rollout was invaluable. The approach they recommended offered guidance throughout the complex initiative</p><p>Judith Galpin<br />Domain manager, <strong>Orange UK</strong></p>";
c2 = "<p><img src='/images/clients/t-mobile.gif' alt='T-Mobile' height='17' width='91' /></p><p>Our partnership with Emunio has allowed us to flex our AI qualified resource pool to meet project demand seamlessly - the level of fit has been extremely high making a significant contribution to the success of the partnership and our AI delivery.</p><p>John Davies<br />Data Warehouse Development Manager, <strong>T-Mobile</strong></p>";
c3 = "<p><img src='/images/clients/sky.gif' alt='BSkyB' height='37' width='59' /></p><p>Emunio have played an important part in the implementation of the CRM program at BSkyB, contributing to the architecture, and to the design and development of many of the Ab Initio components within the system.</p>";
c4 = "<p><img src='/images/partners/abinitio.gif' alt='Ab Initio' height='23' width='85' /></p><p>Emunio work closely with Ab Initio to ensure that delivery to customers is of the highest quality and consistent with Ab Initio’s own working practices.</p>";
c5 = "<p><img src='/images/partners/netezza.gif' alt='Netezza' height='23' width='85' /></p><p>Emunio helps large successful organizations, like Orange, maximize the value they get from their business intelligence environment.</p><p>Tim Young<br />EMEA Director of Marketing, <strong>Netezza</strong></p>";
c6 = "<p><img src='/images/partners/kpit.gif' alt='KPIT Cummins Infosystems' height='53' width='89' /></p><p>Emunio set new standards in respect of our due diligence and audits, outperforming all of our current partners.</p><p>Sanjay Marwaha<br />Key Account Director, <strong>KPIT Cummins Infosystems</strong></p>";

//This is the news you wanna have, set the link and the text. If you don't wan't it to link anywhere
//use a # as the link
nClients=new Array()
// These are the arrays that hold the news. To add more create more arrays
nClients[0]=new Array()
nClients[0]["text"]=c1;

nClients[1]=new Array()
nClients[1]["text"]=c2;

nClients[2]=new Array()
nClients[2]["text"]=c3;

nClients[3]=new Array()
nClients[3]["text"]=c4;

nClients[4]=new Array()
nClients[4]["text"]=c5;

nClients[5]=new Array()
nClients[5]["text"]=c6;

//-->