// This is the include file for misc javascript
var newWindow;
// Opens supplied URL in named window and sets focus to window
function openWin(sUrl, sWindowName)
{
	newWindow=window.open(sUrl,sWindowName);
	if (window.focus) {newWindow.focus()}
}


function displayFooter(){
	var now   = new Date();
	var year  = now.getYear();
	
	if (year < 2000) year += 1900;
	
	var sFooter;
	if (ns4) {
		sFooter  = '<hr></hr>'
	}
	else {
		sFooter  = '<div style="background-color:#182235; height:4; font-size:3"></div>'
	}
	var sBlueRibbon = '<DIV ALIGN="CENTER"><A HREF="http://www.eff.org/blueribbon" target="_blank"><IMG SRC="http://br.eff.org/brstrip.gif"'
	sBlueRibbon += 'ALT="[Blue Ribbon Campaign icon]" HEIGHT="41" WIDTH="150" BORDER="0" ALIGN="MIDDLE"></DIV>';

	sFooter += '<center><br><table border=0 width=100% cellpadding=0><tr><td>'
	sFooter += '<a href="/GettingStarted.htm">Getting Started</a> | '
	sFooter += '<a href="/GettingEducated.htm">Getting Educated</a> | '
	sFooter += '<a href="/InstantActivism.htm">Instant Activism</a> | '
	sFooter += '<a href="/MoreActivism.htm">More Activism</a> | '
	sFooter += '<a href="/IssueSpecificLinks.htm">Links</a> | '
	sFooter += '<a href="/Info.htm">Info</a>'
	sFooter += '</td><td>&nbsp;</td></tr>'
	sFooter += '<tr><td width=90% align=center><a href="/TellFriends.htm">Tell Friends</a> | '
	sFooter += '<a href="/Join.htm">Join</a> | <a href="/MessageUs.htm">Contact Us</a><br>&copy;' 
	sFooter += year + ' The Lazy Activist</td><td width=10%>' + sBlueRibbon + '</td></tr></table</center>';
			document.write(sFooter);
}

function displayNewQuote() {
	location.reload();
}

function displayQuote() {
	//Randomly display a quote
	var i;
	i = Math.floor(Math.random()*(quoteArray.length));
	document.write("<center><table width=500 border=0><tr><td><p class='quote'>" + quoteArray[i] + "</p><p class='quoteSource'>- " + quoteSourceArray[i] + "</p></td><td align=right><font size=+1><a href='\Javascript:displayNewQuote()\' class=\'noUnderLineLink\'>&nbsp;&nbsp;&nbsp;&raquo;</a></font></td></tr></table></center>");
}

/*******************************
	Begin Quotes
*******************************/

	//Build the list of quotes
	var quoteArray = new Array();
	var quoteSourceArray = new Array();
	
	quoteArray[quoteArray.length] = "If you choose to take just one proactive political step this year: VOTE!";
	quoteSourceArray[quoteSourceArray.length] = "Itzel Berrío";
	
	quoteArray[quoteArray.length] = "A patriot must always be ready to defend his country against his government.";
	quoteSourceArray[quoteSourceArray.length] = "Edward Abbey";

	quoteArray[quoteArray.length] = "Don't wait for your ship to come in, swim out to it.";
	quoteSourceArray[quoteSourceArray.length] = "Anon";
		
	quoteArray[quoteArray.length] = "In all things of nature there is something of the marvelous.";
	quoteSourceArray[quoteSourceArray.length] = "Aristotle";
		
	quoteArray[quoteArray.length] = "Ten people who speak make more noise than ten thousand who are silent.";
	quoteSourceArray[quoteSourceArray.length] = "Napoleon Bonaparte";

	quoteArray[quoteArray.length] = "Neither fire nor wind, birth nor death can erase our good deeds.";
	quoteSourceArray[quoteSourceArray.length] = " Buddha";
			
	quoteArray[quoteArray.length] = "No snowflake in an avalanche ever feels responsible.";
	quoteSourceArray[quoteSourceArray.length] = " George Burns";
			
	quoteArray[quoteArray.length] = "I take as my guide the hope of a saint: in crucial things, unity - in important things, diversity - in all things, generosity.";
	quoteSourceArray[quoteSourceArray.length] = "George Herbert Walker Bush";
			
	quoteArray[quoteArray.length] = "Use power to help people. For we are given power not to advance our own purposes nor to make a great show in the world, nor a name. There is but one just use of power and it is to serve people.";
	quoteSourceArray[quoteSourceArray.length] = "George Herbert Walker Bush";
		
	quoteArray[quoteArray.length] = "As I grow older, I pay less attention to what men say. I just watch what they do.";
	quoteSourceArray[quoteSourceArray.length] = "Andrew Carnegie";
	
	quoteArray[quoteArray.length] = "Those of us who shout the loudest about Americanism in making character assassinations are all too frequently those who, by our own words and acts, ignore some of the basic principles of Americanism.";
	quoteSourceArray[quoteSourceArray.length] = "Margaret Chase Smith";
	
	quoteArray[quoteArray.length] = "It's not the situation ... It's your reaction to the situation.";
	quoteSourceArray[quoteSourceArray.length] = "Robert Conklin";
	
	quoteArray[quoteArray.length] = "Nothing is more powerful than an individual acting out their conscience, thus helping bring the collective conscience to life.";
	quoteSourceArray[quoteSourceArray.length] = "Norman Cousins";	
	
	quoteArray[quoteArray.length] = "The love for all living creatures is the most noble attribute of man.";
	quoteSourceArray[quoteSourceArray.length] = "Charles Darwin";
	
	quoteArray[quoteArray.length] = "Non-violence leads to the highest ethics, which is the goal of all evolution. Until we stop harming all other living beings, we are still savages.";
	quoteSourceArray[quoteSourceArray.length] = "Thomas Edison";
	
	quoteArray[quoteArray.length] = "Our task must be to free ourselves by widening our circle of compassion to embrace all living creatures and the whole of nature in its beauty.";
	quoteSourceArray[quoteSourceArray.length] = "Albert Einstein";		
	
	quoteArray[quoteArray.length] = "Peace cannot be achieved through violence, it can only be attained through understanding.";
	quoteSourceArray[quoteSourceArray.length] = "Albert Einstein";
 		
	quoteArray[quoteArray.length] = "The real and lasting victories are those of peace, and not war.";
	quoteSourceArray[quoteSourceArray.length] = "Ralph Waldo Emerson"	
	
	quoteArray[quoteArray.length] = "We've chosen the path to equality, don't let them turn us around.";
	quoteSourceArray[quoteSourceArray.length] = "Geraldine Ferraro";
		
	quoteArray[quoteArray.length] = "The words printed here are concepts. You must go through the experiences.";
	quoteSourceArray[quoteSourceArray.length] = "Carl Frederick";
	
	quoteArray[quoteArray.length] = "If you have knowledge, let others light their candles in it.";
	quoteSourceArray[quoteSourceArray.length] = "Margaret Fuller";
	
	quoteArray[quoteArray.length] = "We must all hang together, or most assuredly we shall all hang separately.";
	quoteSourceArray[quoteSourceArray.length] = "Benjamin Franklin";
	
	quoteArray[quoteArray.length] = "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.";
	quoteSourceArray[quoteSourceArray.length] = "Benjamin Franklin";
		
	quoteArray[quoteArray.length] = "There never was a good war, or a bad peace.";
	quoteSourceArray[quoteSourceArray.length] = "Benjamin Franklin";
		
	quoteArray[quoteArray.length] = "You must be the change you wish to see in the world.";
	quoteSourceArray[quoteSourceArray.length] = "Gandhi";
	
	quoteArray[quoteArray.length] = "The cause of liberty becomes a mockery if the price to be paid is the wholesale destruction of those who are to enjoy liberty.";
	quoteSourceArray[quoteSourceArray.length] = "Gandhi";
	
	quoteArray[quoteArray.length] = "If you're not part of the solution, you're part of the problem, but the perpetual human predicament is that the answer soon poses its own problems.";
	quoteSourceArray[quoteSourceArray.length] = "Sydney J. Harris";
	
	quoteArray[quoteArray.length] = "Information is the currency of democracy.";
	quoteSourceArray[quoteSourceArray.length] = "Thomas Jefferson";
	
	quoteArray[quoteArray.length] = "Our liberty depends on the freedom of the press and that cannot be limited without being lost.";
	quoteSourceArray[quoteSourceArray.length] = "Thomas Jefferson";
	
	quoteArray[quoteArray.length] = "I hold it, that a little rebellion, now and then, is a good thing, and as necessary in the political world as storms in the physical.";
	quoteSourceArray[quoteSourceArray.length] = "Thomas Jefferson";
	
	quoteArray[quoteArray.length] = "It is not by the consolidation, or concentration, of powers, but by their distribution that good government is effected.";
	quoteSourceArray[quoteSourceArray.length] = "Thomas Jefferson";	

	quoteArray[quoteArray.length] = "If you can't lower heaven, raise hell.";
	quoteSourceArray[quoteSourceArray.length] = "Mother Jones";
		
	quoteArray[quoteArray.length] = "Patriotism is the last refuge of a scoundrel.";
	quoteSourceArray[quoteSourceArray.length] = "Samuel Johnson";
		
	quoteArray[quoteArray.length] = "Ask not what your country can do for you. Ask what you can do for your country.";
	quoteSourceArray[quoteSourceArray.length] = "John F. Kennedy";
		
	quoteArray[quoteArray.length] = "The evils of government are directly proportional to the tolerance of the people.";
	quoteSourceArray[quoteSourceArray.length] = "Frank Kent";
		
	quoteArray[quoteArray.length] = "Cowardice asks the question, Is it safe? Expediency asks the question, Is it politic? Vanity asks the question, Is it popular? But conscience asks the question, Is it right? And there comes a time when one must take a position that is neither safe, nor politic, nor popular, but he must take it because his conscience tells him that it is right.";
	quoteSourceArray[quoteSourceArray.length] = "Rev. Dr. Martin Luther King Jr.";
	
	quoteArray[quoteArray.length] = "Freedom is never voluntarily given by the oppressor; it must be demanded by the oppressed.";
	quoteSourceArray[quoteSourceArray.length] = "Rev. Martin Luther King Jr.";	
	
	quoteArray[quoteArray.length] = "Those who love peace must learn to organize as well as those who love war.";
	quoteSourceArray[quoteSourceArray.length] = "Rev. Martin Luther King Jr.";	
	
	quoteArray[quoteArray.length] = "If we do what is necessary, all the odds are in our favor.";
	quoteSourceArray[quoteSourceArray.length] = "Henry Kissinger";
	
	quoteArray[quoteArray.length] = "To hell with circumstances; I create opportunities.";
	quoteSourceArray[quoteSourceArray.length] = "Bruce Lee";
	
	quoteArray[quoteArray.length] = "I am in favor of animals rights as well as human rights. That is the way of a whole human being.";
	quoteSourceArray[quoteSourceArray.length] = "Abraham Lincoln";
	
	quoteArray[quoteArray.length] = "The master's tools will never dismantle the master's house.";
	quoteSourceArray[quoteSourceArray.length] = "Audre Lorde ";
		
	quoteArray[quoteArray.length] = "It is not by the consolidation, or concentration, of powers, but by their distribution that good government is effected.";
	quoteSourceArray[quoteSourceArray.length] = "Thomas Jefferson";	

	quoteArray[quoteArray.length] = "Knowledge will forever govern ignorance, and a people who mean to be their own governors, must arm themselves with the power knowledge gives. A popular government without popular information or the means of acquiring it, is but a prologue to a farce or a tragedy or perhaps both.";
	quoteSourceArray[quoteSourceArray.length] = "James Madison";
	
	quoteArray[quoteArray.length] = "Let us not be content to wait and see what will happen, but give us the determination to make the right things happen.";
	quoteSourceArray[quoteSourceArray.length] = "Peter Marshall";
	
	quoteArray[quoteArray.length] = "Those who attack the rationale of the game, and not the players, are its most formidable adversaries.";
	quoteSourceArray[quoteSourceArray.length] = "James J. Martin";

	quoteArray[quoteArray.length] = "Never doubt that a small group of thoughtful, committed people can change the world:indeed it's the only thing that ever has!";
	quoteSourceArray[quoteSourceArray.length] = "Margaret Meade";

	quoteArray[quoteArray.length] = "Something which we think is impossible now is not impossible in another decade.";
	quoteSourceArray[quoteSourceArray.length] = "Constance Baker Motley";

	quoteArray[quoteArray.length] = "Ten people who speak make more noise than ten thousand who are silent.";
	quoteSourceArray[quoteSourceArray.length] = "Napoleon Bonaparte";

	quoteArray[quoteArray.length] = "Compassion for the suffering of others is not weakness. Acting from compassion when those around you do not takes more courage and strength of character than going along with everyone else's cruelty.";
	quoteSourceArray[quoteSourceArray.length] = "Norman Phelps";
	
	quoteArray[quoteArray.length] = "The penalty good men pay for indifference to public affairs is to be ruled by evil men.";
	quoteSourceArray[quoteSourceArray.length] = "Plato";
 		
	quoteArray[quoteArray.length] = "Where, after all, do universal human rights begin?  In small places, close to home.";
	quoteSourceArray[quoteSourceArray.length] = "Eleanor Roosevelt"	
	
	quoteArray[quoteArray.length] = "In the truest sense, freedom cannot be bestowed; it must be achieved.";
	quoteSourceArray[quoteSourceArray.length] = "Franklin D. Roosevelt";
	
	quoteArray[quoteArray.length] = "To announce that there must be no criticism of the President, or that we are to stand by the President, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public.";
	quoteSourceArray[quoteSourceArray.length] = "Theodore Roosevelt";
	
	quoteArray[quoteArray.length] = "The very core of being an activist is being true to yourself.";
	quoteSourceArray[quoteSourceArray.length] = "Susan Sarandon";
	
	quoteArray[quoteArray.length] = "The first problem for all of us, men and women, is not to learn, but to unlearn.";
	quoteSourceArray[quoteSourceArray.length] = "Gloria Steinem";
	
	quoteArray[quoteArray.length] = "If there is something to gain and nothing to lose by asking, by all means ask!";
	quoteSourceArray[quoteSourceArray.length] = "W. Clement Stone";
	
	quoteArray[quoteArray.length] = "If you are neutral in situations of injustice, you have chosen the side of the oppressor. If an elephant has its foot on the tail of a mouse and you say that you are neutral, the mouse will not appreciate your neutrality.";
	quoteSourceArray[quoteSourceArray.length] = "Bishop Desmond Tutu";
		
	quoteArray[quoteArray.length] = "It means a great deal to those who are oppressed to know that they are not alone. And never let anyone tell you that what you are doing is insignificant.";
	quoteSourceArray[quoteSourceArray.length] = "Bishop Desmond Tutu";
	
	quoteArray[quoteArray.length] = "Guard against the impostures of pretended patriotism.";
	quoteSourceArray[quoteSourceArray.length] = "George Washington";
		
	quoteArray[quoteArray.length] = "Do not let what you cannot do interfere with what you can do.";
	quoteSourceArray[quoteSourceArray.length] = "John Wooden";
		
	quoteArray[quoteArray.length] = "I swore never to be silent whenever human beings endure suffering and humiliation. We must always take sides. Neutrality helps the oppressor, never the victim. Silence encourages the tormentor, never the tormented.";
	quoteSourceArray[quoteSourceArray.length] = "Elie Wiesel";
		
	//how many quotes are listed?
	//alert(quoteArray.length);
	
