var item=new Array()

item[0]='<h4>"As always, you see the big perspective and the greater needs to address. We\'ve come a long way with your guidance in our leader meetings.  We\'re making more big picture plans and faster progress.  You help create great results.  "</h4><h5>Linda Henecke, President and CEO<br>Big Brothers Big Sisters</h5>'
item[1]='<h4>"You have an amazing talent for asking the right questions to get to the right realizations..."</h4><p></p><h5>Katie Lyon<br>Director, Program<br>Big Brother Big Sisters </h5>'
item[2]='<h4>"Our approach to internal communications, management meetings and team dynamics is greatly improved due to the methods you taught us."</h4><p></p><h5>Todd Meyer, President,<br> Cedar Rapids Brewing Company, Inc.</h5></a>'
item[3]='<h4>"THANKS for ALL YOUR feedback...it will positively impact me for a VERY long time! I\'m happy I went through what you helped me work through.  It has been one of the BEST learning experiences I have ever been through......THANKS to YOU!"</h4><p></p><h5>Senior Executive</h5><a href= testimonials/index.php id="rotating-testimonial-link">'
item[4]='<h4>"Kim Wilkerson has served as a consultant, coach, trainer and advisor to the company for over 20 years, supporting its remarkable growth and development.  Kim possesses many skills that have made her such a valuable resource to Yellowbook. . . "</h4><h5>Patti Seda, V P Human Resources<br>Yellowbook </h5><a href= testimonials/index.php id="rotating-testimonial-link">'
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">'
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>'

 	
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==4) current=0
else current++
setTimeout("changeItem()",6000)
}



