
var item=new Array()

item[0]='<h4>"Donahue\'s heartfelt discourse on “what really matters” just might help anxious parents replace the rush to get ahead with a calm and respectful attitude toward child rearing and life..."</h4><p></p><h5>Publisher’s Weekly</h5>'
item[1]='<h4>"Parents today are bombarded with advice which often only makes them more anxious. <b>Dr. Donahue\'s</b> calm, reasoned approach will help moms and dads sort out their concerns so they can stop worrying about the future and enjoy their rapidly changing kids&ndash;now." </h4><h5>Thomas. W. Phelan<br>author of 1-2-3 Magic: Effective Discipline for Children 2-12 </h5>'
item[2]='<h4>"<b><i>Parenting Without Fear</i></b> is a truly wonderful book. Dr. Paul Donahue has masterfully identified the key fears faced by many parents as they confront the challenges of raising children in today’s world. He offers practical, realistic suggestions for managing these fears and he does so with warmth, humor, and empathy. This book will serve as an invaluable resource for parents."</h4><p></p><h5 style="margin-top:-5px">Robert Brooks, Ph.D.<br>Faculty, Harvard Medical School<br>co-author <i>Raising Resilient Children and Raising a Self-disciplined Child</i></h5>'
item[3]='<h4>"<b><i>Parenting without Fear</i></b> is a timely book that provides welcome reassurance to parents who worry that they are not doing everything they can for their kids. Dr. Donahue does a masterful job of helping parents see how to overcome their fears and focus on the lessons that young children need to learn." </h4><p></p><h5>Nancy Samalin, M.S.<br>author of Loving without Spoiling & 100 Timeless Tips for Raising Terrific Kids </h5>'
item[4]='<h4>“<b><i>Parenting Without Fear</b></i> is fabulous. I wish I had this when my kids were first born. I finally have a manual for how to make it all work!” </h4><p></p><h5>Rachel R.<br>finance executive and mother of two preschool children</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)
}



