function loadQuote() { 
	var r_text = new Array ();
	
	r_text[0] = '"Birth is not only about making babies. Birth is about making mothers - strong, competent, capable mothers who trust themselves and know their inner strength." - <em class="credit">Barbara Katz Rothman</em>';
	r_text[1] = '"The knowledge of how to give birth without outside intervention lies deep within each woman.  Successful childbirth depends on an acceptance of the process." - <em class="credit">Suzanne Arms</em>';
	r_text[2] = '"Women\'s bodies have their own wisdom, and a system of birth refined over 100,000 generations is not so easily overpowered." - <em class="credit">Sarah Buckley</em>';
	r_text[3] = '"In the sheltered simplicity of the first days after a baby is born, one sees again the magical closed circle, the miraculous sense of two people existing only for each other, the tranquil sky reflected on the face of the mother nursing her child." - <em class="credit">Anne Morrow Lindbergh</em>';
	r_text[4] = '"Babies are bits of star dust blown fro by the hand of God.  Lucky the woman who knows the pangs of birth for she has held a star." - <em class="credit">Larry Barretto</em>';
	r_text[5] = '"You gain strength, courage and confidence by every experience in which you really stop to look fear in the face." - <em class="credit">Eleanor Roosevelt</em>';
	r_text[6] = '"The power and intensity of contractions cannot be stronger than you because it is you." - <em class="credit">Unknown</em>';
	r_text[7] = '"When left to their own devices, babies work their way out and are welcomed into the bosom of mother, father, family and friends in breathless attendance.  Birth is indeed a sacred event." - <em class="credit">Ellen C. Waff, RN</em>';
	r_text[8] = '"Just as a woman\'s heart knows how and when to pump, her lungs to inhale, and her hand to pull back from fire, so she knows when and when not to give birth." - <em class="credit">Virginia Di Orio</em>';
	r_text[9] = '"We have a secret in our culture, and it\'s not that birth is painful, it\'s that women are strong." - <em class="credit">Laura Stavoe Harm</em>';
	r_text[10] = '"We\'ve all been waiting for you.  For you.  Your arrival has been marked, has been recorded on earth, in the universe, in the galaxies, in all of space, in all of time." - <em class="credit">Rita Ramsey</em>';
	r_text[11] = '"Live the moment, and the energy of that moment will spread beyond all boundaries." - <em class="credit">Sister Corita Kent</em>';
	r_text[12] = '"Faith, Acceptance, Surrender." - <em class="credit">Unknown</em>';
	r_text[13] = '"Children and mother never truly part.  Bonding in the beating of each other\'s heart." - <em class="credit">Charlotte Gray</em>';
	r_text[14] = '"A boy is truth with dirt on its face, beauty with a cut on its finger, wisdom with bubble gum in its hair and the hope of the future with a frog in its pocket." - <em class="credit">Alan Marshall Beck</em>';
	r_text[15] = '"Family faces are magic mirrors.  Looking at people who belong to us, we see the past, present and future." - <em class="credit">Gail Lumet Buckley</em>';
	r_text[16] = '"All life\'s joys are doubled when you share them." - <em class="credit">George Webster Douglas</em>';
	r_text[17] = '"Making the decision to have a child - it\'s momentous.  It is to decide forever to have your heart go walking outside your body." - <em class="credit">Elizabeth Stone</em>';
	r_text[18] = '"Before you were conceived I wanted you. Before you were born I loved you. Before you were here an hour I would die for you. This is the miracle of life." - <em class="credit">Maureen Hawkins</em>';
	r_text[19] = '"A calm familiar environment is the most natural setting for a birth\; there are no \'shift changes\', no arbitrary time limits, no routine technological procedures, and no medical interferences." - <em class="credit">Nancy Wainer Cohen</em>';
		
	var i = Math.round(19*Math.random());
	
	document.write(r_text[i])
	
	}