
var item=new Array()

item[0]='<h4 style="margin-top:30px">“The impact for my company has been dramatic!”</h4><p></p><h5>Jamie Stone<br>President<br>Gifts By Design, Inc.<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[1]='<h4>“I have already seen a change in team dynamics . . . we talk about our Team Agreement and each person’s stake in not only their responsibilities, but in the overall success of the department . . . this augments my leadership.”</h4><h5>Lori Gordon<br>Executive Director<br>Costco Wholesale Corporation<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[2]='<h4 style="margin-top:30px">“Over the course of the past year, we have nearly made a 180 degree turnaround in our team.”</h4><p></p><h5>Dr. Jeff Smith<br>Medical Director<br>Community Health Care<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[3]='<h4 style="margin-top:30px">“Working with you has changed my life . . . I wish more people had the opportunity to spend time with you.”</h4><p></p><h5>Tim Rants<br>OilTrap Environmental Products, Inc.<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[4]='<h4 style="margin-top:30px">“Libby has a high degree of credibility and integrity, and her passion and leadership philosophy is innovative in approach.”</h4><p></p><h5>Chuck Cumiskey<br>South Puget Sound Rotary<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[5]='<h4 style="margin-top:30px">“Libby\’s customized services made a huge impact on the bottom line.”</h4><p></p><h5>Jill Grenier<br>President<br>Cascadia PM<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[6]='<h4 style="margin-top:20px">“Companies are always looking for that competitive edge and the quantum leap that gets them there--our work with Libby has been a quantum leap.” </h4><p></p><h5>Michael Hassing<br>CEO<br>Family Health Centers<br><a href=../about/testimonials.php>view all testimonials</a></h5>'
item[7]='<h4 style="margin-top:30px">“Libby\’s approachability, humor, pacing and expertise earned her a great deal of immediate trust and collateral.”</h4><p></p><h5>Dolores Beason<br>Principal<br>Tacoma Public Schools<br><a href=../about/testimonials.php>view all testimonials</a></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==7) current=0
else current++
setTimeout("changeItem()",7000)
}



