var quotes = new Array;

quotes.push("<div class='boxContent'>&quot;Our call centre can now manage many more inbound and outbound customer calls with a 75% smaller team. This will save us more than &pound;5m over the next 3 years.&quot;<p class='grey'>Customer Services Manager, Global Utility</p></div>");
quotes.push("<div class='boxContent'>&quot;We improved our cashflow by &euro;34m in 6 months using The Customer Value Group's Workflow Solution to better coordinate our Credit, Collections and Dispute management activities &quot;<p class='grey'>Credit Manager, Global Technology Company</p></div>");
quotes.push("<div class='boxContent'>&quot;The software system went live in October / November and within six weeks &pound;4.2m of additional cash was delivered with multiple payback on the investment. Following such positive early results, we delivered an additional cash flow improvement of around &pound;100m within 18 months.&quot;<p class='grey'>Project Manager, Global Utility</p></div>");

document.write(quotes[(Math.floor(Math.random() * quotes.length))]);

