function tests() {
	var testimonial = new Array();
	testimonial[0] = new Array('I chose to be backed by Advent as I had the ambition to build the pan-European leader in the local search and review space. The team at Advent bought into the strategy and helped Qype scale internationally from the beginning, helping me assemble a very strong multi-local team. Over the past 3 years they have given us great value through their network while we were facing fast growth and the challenges that come with it.', 'Stephan Uhrenbacher<br \/>Founder, Qype', 'qype.gif', 136, 54);
	
	
	testimonial[1] = new Array('Advent led the first investment round in KuDOS in 1999 and had the vision to recognise the commercial potential of the outstanding science. They have helped to build a strong investor group and have remained a constant support and source of advice throughout the process of growing an early stage company.', 'Barrie Ward<br \/>CEO, KuDOS', 'kudos.gif', 160, 40);
	
	
	testimonial[2] = new Array('Having Advent as an investor is having another member of the team. Advice is always timely and judgments on running our MBO, strategic deal making and building a scalable organisation have been spot-on', 'Bill Collis<br \/>CEO, The Foundry', 'foundry.gif', 218, 37);
	
	testimonial[3] = new Array('Advent Venture Partners has pushed Cartesis to excellence by challenging our assumptions, providing insightful advice and opening doors through its extensive network of contacts', 'Didier Bench<br \/>CEO, Cartesis', 'cartesis.gif', 169, 38);
	
	testimonial[4] = new Array('Advent&lsquo;s focus on value creation combined with its deep knowledge of the technology sector gives it real authority. Its advice was invaluable as we restored the business to profitable growth. I am very proud of what we have achieved during Advent&lsquo;s ownership', 'Simon Derry<br \/>CEO, Snell Group', 'snell.gif', 111, 55);
	
	testimonial[5] = new Array('Advent are not just financial investors, they also have a deep understanding of the core science and market.  For us, this was critical as firstly, this enabled them to understand the full potential of our lead programme and secondly, provide clear and relevant advice on how to rapidly develop our assets', 'John Burt<br \/>CEO, Thiakis', 'thiakis.gif', 111, 55);
	
	testimonial[6] = new Array('We chose Advent for their foresight, they really &lsquo;got it&rsquo; and had ideas as to how we could capitalise on the opportunity. Since then they have been a genuine partner in building our business. They have been instrumental in analysing and designing our strategy.  Advent know how to create corporate value and so can meaningfully advise us on the necessary steps and help fill the gaps. The team are passionate about our business and clearly committed to our joint goal', 'Rob Keve<br \/>CEO, Fizzback', 'fizzback.gif', 106, 89);
	
	testimonial[7] = new Array('As a founder, it&lsquo;s sometimes tough to have hands-on investors come onboard, but not when they add the type of value that Advent brought to the table along with their investment. Advent has been instrumental in constantly pushing us to become more web-centric and their influence, and support have played a critical role in building Zong', 'David Marcus<br \/>Founder and CEO, Zong', 'zong.jpg', 153, 73);
	
	
	
	
	var text_st = new Array(testimonial[0], testimonial[1], testimonial[2], testimonial[3], testimonial[4], testimonial[5], testimonial[6], testimonial[7]);
	var l = text_st.length;
	var rnd_no = Math.round((l-1)*Math.random());
	document.write('<img src="assets/images/testimonials/' + text_st[rnd_no][2] + '" width="' + text_st[rnd_no][3] + '" height="' + text_st[rnd_no][4] + '" \/>\n<blockquote><p>' + text_st[rnd_no][0] + '<\/p>\n<p id="client"><cite>' + text_st[rnd_no][1] + '<\/cite><\/p><\/blockquote>');
	}
	
