var item=new Array()

item[0]='<h4>"Morgan Cross epitomise what good consulting is all about."</h4><p></p><h5> Rick Mills, Alliance Boots</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[1]='<h4>"Stuart helped us create a new agenda that will drive significantly higher levels of growth."</h4><p></p><h5> Stephen Ford, Avon Cosmetics Inc</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[2]='<h4>"Stuart has that rare ability to hold Executives\' feet to the fire without provoking everyone to throw their toys out of the pram."</h4><p></p><h5>Simon Potts, Director of Business Development, Boots the Chemists</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[3]='<h4>"Stuart brought a new perspective."</h4><p></p><h5> Paul Woolston, PricewaterhouseCoopers</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[4]='<h4>I would recommend Morgan Cross to any company looking for creative solutions to challenging strategic issues."</h4><p></p><h5> Rick Mills, Alliance Boots</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[5]='<h4>"A class act!"</h4><p></p><h5>Graham Bishop, ?WhatIf! The Innovation Company</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[6]='<h4>"Thank you for providing us with practical and useful approaches that we could implement in real life!"</h4><p></p><h5> Olga Zonova, Avon Cosmetics Inc</h5><a href= testimonials/index.php id="rotating-testimonial-link">View More</a>'
item[7]='<h4>"Stuart has that rare combination in consultancy: real intelligence, deep experience and a light touch in bringing concepts to life"</h4><p></p><h5> Jayne Mayled, Managing Director, Jupiter Design Limited</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
 	
var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
	if(document.layers){
	document.layer1.document.write(item[current])
	document.layer1.document.close()
	}

	if(ns6)document.getElementById("div1").innerHTML=item[current]
	{
	if(document.all){
	div1.innerHTML=item[current]
	}
}

if (current==7) current=0
else current++
setTimeout("changeItem()",6000)
}


