function testimonialinc() {
	
	document.write('<div id="rndQuote1_1"><span style="background: none;display: block;clear:both;"><div style="line-height: 10px; clear: both;">&nbsp;</div><strong>&quot;</strong>The brief was, to take our ASC’s already successful e-commerce site to the next level.<br><br>Seamless created a modern consumer friendly facility, and we are pleased to say that since we went live with the new site, ASC Direct has gone from strength to strength.</span><br><div style="padding-left: 60px;"><img src="images/asc_logo.jpg"></div><br><span style="background: none;display: block;clear:both; text-align: right;margin-right: 20px;"><strong>Andrew Woodhead, MD ASC Cartons Ltd</strong></span></div><div id="rndQuote1_2"><span style="background: none;display: block;clear:both;"><div style="line-height: 10px; clear: both;">&nbsp;</div><strong>&quot;</strong>We have been working with Seamless for over 4 years and have always been impressed with their professional and hassle free service. Seamless have been designing and producing all our Consumer cards and gifts UK e-mail campaigns for over 4 years. Our campaigns are essential to the continuing awareness and success of UNICEF UK and the work we do, so hitting deadlines and budgets are of upmost importance. Seamless have always delivered on time and never let us down even when the work we need is required very quickly with budgets that are keen.<strong>&quot;</strong></span><br><div style="padding-left: 60px;"><img src="images/news_unicef_logo.gif"></div><br><span style="background: none;display: block;clear:both; text-align: right;margin-right: 20px;"><strong>Paula Boulanger, Unicef UK</strong></span></div><div id="rndQuote1_3"><span style="background: none;display: block;clear:both;"><div style="line-height: 10px; clear: both;">&nbsp;</div><strong>&quot;</strong>Seamless Marketing manage and design our websites. They are a very creative company and their technical expertise, especially in the area of Service Engine Optimisation, is an invaluable resource. They give us a complete package in terms of site management, improvement and design. <br><br>We have worked with them for a number of years. They are a good fit with our company and I have no hesitation in recommending them.<strong>&quot;</strong></span><br><div style="padding-left: 60px;"><img src="images/portfolio/logo_test_scotjcb.jpg"></div><br><span style="background: none;display: block;clear:both; text-align: right;margin-right: 20px;"><strong>Robin Bryant, Director Scot JCB Ltd</strong></span></div>');
}

function showBodyQuote1_1() {
	document.getElementById('rndQuote1_1').style.display = "block";
	document.getElementById('rndQuote1_2').style.display = "none";
	document.getElementById('rndQuote1_3').style.display = "none";
	setTimeout("showBodyQuote1_2()", 21000);
}

function showBodyQuote1_2() {
	document.getElementById('rndQuote1_1').style.display = "none";
	document.getElementById('rndQuote1_2').style.display = "block";
	document.getElementById('rndQuote1_3').style.display = "none";
	setTimeout("showBodyQuote1_3()", 21000);
}

function showBodyQuote1_3() {
	document.getElementById('rndQuote1_1').style.display = "none";
	document.getElementById('rndQuote1_2').style.display = "none";
	document.getElementById('rndQuote1_3').style.display = "block";
	setTimeout("showBodyQuote1_1()", 21000);
}