var item=new Array()
item[0]='<h4>"Having heard hundreds of parenting experts in my career I can say with assurance that Dr. Paul Donahue is among the best. I found his advice accessible, totally on-target, and with real-world value to all audience members."</h4><p></p><h5>Gilda Ross<br>Community Projects Coordinator<br>Glenbard High School District 87<br>Glen Ellyn, Illinois</h5>'
item[1]= '<img src="styles/images/rotating1.jpg" style="float:left">'
item[2]='<h4>"The feedback from the presentation has been wonderful.  Right from the beginning you engaged the audience with your warm manner and humorous anecdotes. Your insight and common sense approach inspired parents with a refreshed focus on family values."</h4><h5>Eileen Bartels<br>Co-Chair<br>Greenwich Parents Together</h5>'
item[3]= '<img src="styles/images/rotating2.jpg" style="float:left">'
item[4]='<h4>"When planning a conference day, the first person I hope to recruit is Dr. Paul Donahue!"</h4><p></p><h5>Jo Kellman<br>Board of Jewish Education<br> of Greater New York</h5>'
item[5]= '<img src="styles/images/rotating3.jpg" style="float:left">'
item[6]='<h4>"Dr. Donahue\'s lecture was lively, highly entertaining, and grounded to common sense and wisdom. We are grateful for his incredible work and for serving as a resource to our teachers and parents."</h4><p></p><h5>Mary Broderick<br>Principal<br>School of the Holy Child<br>Rosemont, PA</h5>'
item[7]= '<img src="styles/images/rotating4.jpg" style="float:left">'
item[8]='<h4>"Thank you again for such a wonderful presentation. I have received amazing feedback all week- one mom told me "This was the best school event I\'ve been to!"</h4><h5>Linda D\'Arcy<br>St Joseph\'s School<br>Bronxville, NY</h5>'
item[9]= '<img src="styles/images/rotating1.jpg" style="float:left">'
item[10]='<h4>"Dr. Donahue addresses his audiences with candor, insight and humor, and he is always extremely well received. I\'ve heard Dr. Donahue present many times, and I never get tired of listening to him. He always provides practical, usable knowledge, and is very engaging."</h4><p></p><h5>Michele Sloane<br>Development Executive<br>UJA-Federation of New York</h5>'
item[11]= '<img src="styles/images/rotating2.jpg" style="float:left">'
item[12]='<h4>"Dr. Donahue\’s presentations are outstanding and pure inspiration for parents."</h4><p></p><h5>Cheryl Flood<br>Director<br>Rye Presbyterian Nursery School<br>Rye, NY</h5>'
item[13]= '<img src="styles/images/rotating3.jpg" style="float:left">'
item[14]='<h4>"Dr. Donahue\’s stories and insights were engaging and enlightening. Our parents truly valued your expertise and passion in helping us understand how our teens think, and the ways in which we can improve our relationships with them."</h4><p></p><h5>Andy Cohen<br>Fieldston School<br>Riverdale, NY</h5>'
item[15]= '<img src="styles/images/rotating3.jpg" style="float:left">'
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]
	}
}

current++

if(document.layers){
	document.layer2.document.write(item[current])
	document.layer2.document.close()
	}

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

if (current==15) current=0
else current++
setTimeout("changeItem()",10000)
}



