
var item=new Array()

item[0]='<h4>"Dr. Veninga helps you learn who you are and what you can become.  You will never forget it."</h4><p></p><h5>Tor Dahl, Ph.D.<br>Chairman Emeritus<br>World Confederation of Productivity Science<br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[1]='<h4>"I can never thank you enough for your excellent presentation.  It may have saved my professional life."</h4><h5>Participant<br>Conference on Nursing Administration<br>Iowa Association of Nurse Executives<br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[2]='<h4>"The positive comments on your keynote address have been overwhelming…"</h4><p></p><h5>Debra Kildahl<br>Executive Director<br>Minnesota HomeCare Association<br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[3]='<h4>"Once in a while you take a class that changes your life.  This one changed mine."</h4><p></p><h5>Graduate Student<br>University of Minnesota<br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[4]='<h4>"This was a powerful, life-sustaining presentation.  I\'ll never forget it."</h4><p></p><h5>Participant<br>National Association of Catholic Chaplains<br><a href=../testimonials/index.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==4) current=0
else current++
setTimeout("changeItem()",7000)
}


