// JavaScript Document
/**
To create a new quote, use the format below. Be sure to change the 0 to the next number in the set:
	elCentroQuotes[0] = new Array('"quote goes in here"', 'attribution goes here');
**/
var elCentroQuotes = new Array();
elCentroQuotes[0] = new Array('"Para los ni&ntilde;os trabajamos, porque ellos son los que saben amar... porque los ni&ntilde;os son la esperanza del mundo."<br/>"It is for the children that we work, for they are the ones who know how to love... for they are the hope of the world."', 'Jos&eacute; Marti, Cuban Poet/Martyr');
elCentroQuotes[1] = new Array('"Hatred paralyzes life; love releases it. Hatred confuses life; love harmonizes it. Hatred darkens life; love illuminates it. Only love can drive out hate."', 'Dr. Martin Luther King, Jr.');
elCentroQuotes[2] = new Array('"There can be no keener revelation of a society&rsquo;s soul than the way it treats its children."', 'Nelson Mandela');
elCentroQuotes[3] = new Array('"The problem of racism, the problem of economic exploitation, and the problem of war are all tied together. These are the triple evils that are interrelated."', 'Dr. Martin Luther King, Jr.');
elCentroQuotes[4] = new Array('"Si Usted hace lo correcto bastante tiempo, cosas buenas pasar&aacute;n..."<br/>"If you do the right thing long enough, good things will happen..."', 'Baldemar Velasquez, Founder of the Farm Labor Union of Ohio');
elCentroQuotes[5] = new Array('"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; those who are in the twilight of life, the elderly; and those who are in the shadows of life, the sick, the needy and the handicapped."', 'Hubert H. Humphrey, U.S. Politician');
elCentroQuotes[6] = new Array('"The most sacred thing you can give besides your love is your labor."', 'Anonymous');
elCentroQuotes[7] = new Array('"Ser culto es el &uacute;nico modo de ser libre."<br/>"The only way to be free is to be informed."', 'Jos&eacute; Marti, Cuban Poet/Martyr');
elCentroQuotes[8] = new Array('"He [she] who lives with untruth, lives in spiritual slavery."', 'Dr. Martin Luther King, Jr.');
elCentroQuotes[9] = new Array('"I&prime;ve learned that people will forget what you said, people will forget what you did, but people will never forget how you made them feel."', 'Maya Angelou');
elCentroQuotes[10] = new Array('"We have learned that change cannot come through war. War is not a feasible tool to use in fighting against the oppression we face. War has caused more problems. We cannot embrace that path."', 'Rigoberta Mench&uacute; Tum, Nobel Peace Prize Laureate');
elCentroQuotes[11] = new Array('"Someday the Yanqui shall be defeated and if I am not around to see it the ants in the ground will come and tell me about it in my grave."', 'Augusto C&eacute;sar Sandino, Nicaragua');
elCentroQuotes[12] = new Array('"Like any ordinary father, I have all the wishes for your bright future. But each parent has his own view of what a "bright future" should be. In the final analysis, there are only two choices-one is a future of mere personal advances without any thought of the well-being of the majority of our people; the other is a future where one advances with the collective progress of the overwhelming majority. The latter is what I wish for you. It is also what I hope you will choose when the time comes for you to decide."', 'Anonymous Filipino political prisoner');
elCentroQuotes[13] = new Array('"This is what you should do:  love the earth and sun and the animals, despise riches, give alms to everyone that asks, stand up for the stupid and crazy, devote your income and labor to others, hate tyrants, argue not concerning God, have patience and indulgence toward the people, take off your hat to nothing known or unknown or to any man or number of men...re-examine all you have been told at school or church or in any book, dismiss what insults your own soul, and your very flesh shall be a great poem."', 'Walt Whitman');
elCentroQuotes[14] = new Array('"The most precious gift someone can give next to their love is their labor."', 'Anonymous')
function returnQuote()
{
	r_elCentroQuotes = elCentroQuotes;
	return r_elCentroQuotes;
}