// JavaScript Document



var Quote = new Array();
/*Today = new Date();
thisday = Today.getDay();*/
Quote[0] = "<p class='quote'>&quot;When I approach a child, he inspires in me two sentiments; tenderness for what he is, and respect for what he may become.&quot;</p><p class='quoteauthor'>&#8212;Louis Pasteur</p>";
Quote[1] = "<p class='quote'>&quot;If we don't stand up for children, then we don't stand for much.&quot; </p><p class='quoteauthor'>&#8212;Marian Wright Edelman</p>";
Quote[2] = "<p class='quote'>&quot;In every child who is born under no matter what circumstances and of no matter what parents, the potentiality of the human race is born again... &quot; </p><p class='quoteauthor'>&#8212;James Agee (1909 - 1955), Let Us Now Praise Famous Men</p>";
Quote[3] = "<p class='quote'>&quot;It was once said that the moral test of Government is how that Government treats those who are in the dawn of life, the children...&quot;</p><p class='quoteauthor'>&#8212;Hubert H. Humphrey (1911 - 1978) </p>";
Quote[4] = "<p class='quote'>&quot;A child's life is like a piece of paper on which every person leaves a mark. &quot;</p><p class='quoteauthor'>&#8212;Chinese Proverb </p>";
Quote[5] = "<p class='quote'>&quot;He who teaches children learns more than they do.&quot; </p><p class='quoteauthor'>&#8212;German Proverb </p>";
Quote[6] = "<p class='quote'>&quot;The test of the morality of a society is what it does for its children.&quot; </p><p class='quoteauthor'>&#8212;Dietrich Bonhoeffer (1906 - 1945)</p>";
Quote[7] = "<p class='quote'>&quot;There are two lasting bequests we can give our children. One is roots. The other is wings.&quot;</p><p class='quoteauthor'>&#8212;Hodding Carter Jr.</p>";
Quote[8] = "<p class='quote'>&quot;Unless the investment in children is made, all of humanity&rsquo;s most fundamental long-term problems will remain fundamental long-term problems.&quot;</p><p class='quoteauthor'>&#8212;UNICEF, <i>The State of the World's Children</i> (1995)</p>";
Quote[9] = "<p class='quote'>&quot;Nothing you do for children is ever wasted. They seem not to notice us, hovering, averting our eyes, and they seldom offer thanks, but what we do for them is never wasted.&quot;</p><p class='quoteauthor'>&#8212;Garrison Keillor</p>";
Quote[10] = "<p class='quote'>&quot;How far you go in life depends on your being tender with the young, compassionate with the aged, sympathetic with the striving and tolerant of the weak and strong. Because someday in life you will have been all of these.&quot;</p><p class='quoteauthor'>&#8212;George Washington Carver</p>";
Quote[11] = "<p class='quote'>&quot;Children are our most valuable natural resource.&quot;</p><p class='quoteauthor'>&#8212;Herbert Hoover</p>";

/*function writeQuote() {
document.write(msg[thisday]);
}*/

var Q = Quote.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quote[whichQuotation]);}
/*showQuotation();*/



	<!--
	// please keep these lines on when you copy the source
	// made by: Nicolas - http://www.javascript-page.com
	var currentdate = 0
	var core = 0
	function StringArray (n) {
	  this.length = n;
	  for (var i =1; i <= n; i++) {
		this[i] = ' '
	  }
	}
	image = new StringArray(12)
	image[0] = '../images/siteimages/titlepic2_momnkid.jpg'
	image[1] = '../images/siteimages/titlepic2_6.jpg'
	image[2] = '../images/siteimages/titlepic_girl_grocery_cart.jpg'
	image[3] = '../images/siteimages/titlepic2_boys_reading.jpg'
	image[4] = '../images/siteimages/titlepic_boy_teacher.jpg'
	image[5] = '../images/siteimages/titlepic2_ladling_soup.jpg'
	image[6] = '../images/siteimages/titlepic_baby_doctor_lap.jpg'
	image[7] = '../images/siteimages/titlepic_girl_seedling.jpg'
	image[8] = '../images/siteimages/titlepic_parents_baby.jpg'
	image[9] = '../images/siteimages/titlepic_reading_girl.jpg'
	image[10] = '../images/siteimages/titlepic_teacher_teens.jpg'
	image[11] = '../images/siteimages/titlepic_reaching_for_books.jpg'
	
	
	var ran = 60/image.length
	function ranimage() {
	  currentdate = new Date()
	  core = currentdate.getSeconds()
	  core = Math.floor(core/ran)
		return(image[core])
	}
	function writepic(){document.write("<img src='"+ranimage()+ "' width='206' id='pagepicture' alt='Eos - breaking the cycle of poverty.' />")}
	
	//-->


