var quotes=new Array();
quotes[0] = "&#8220;Everything that can be invented has been invented.&#8221;<br />-Charles Duell";
quotes[1] = "&#8220;If you're going to do something tonight that you will be sorry for tomorrow morning, sleep late.&#8221;<br />-Henry Youngman";
quotes[2] = "&#8220;Problems cannot be solved on the same level of awareness which created them.&#8221;<br />-Albert Einstein";
quotes[3] = "&#8220;There are a lot of ways to become a failure, but never taking a chance is the most successful.&#8221;<br />-Unknown";
quotes[4] = "&#8220;Do not meddle in the affairs of dragons because, to them, you are crunchy and taste good with ketchup.&#8221;<br />-Dilbert";
quotes[5] = "&#8220;Always listen to experts.&nbsp; They'll tell you what can't be done and why.&nbsp; Then do it.&#8221;<br />-Robert A. Heinlein";
quotes[6] = "&#8220;Our greatest glory is not in never failing, but in rising up every time we fail.&#8221;<br />-Ralph Waldo Emerson";
quotes[7] = "&#8220;We are born as noble savages only to be warped by our own society.&#8221;<br />-Jean Jacques Rousseau";
quotes[8] = "&#8220;Hatred, which could destroy so much, failed to kill the man who hated.&#8221;<br />-Anonymous";
quotes[9] = "&#8220;The ultimate measure of a man is not where he stands in moments of comfort, but where he stands at times of challenge and controversy.&#8221;<br />-Martin Luther King, Jr.";
quotes[10] = "&#8220;Whenever I climb I am followed by a dog called 'Ego.'&#8221;<br />-Friedrich Nietzsche";
quotes[11] = "&#8220;Copy from one, it's plagiarism; copy from two, it's research.&#8221;<br />-Wilson Mizner";
quotes[12] = "&#8220;Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.&#8221;<br />-Albert Einstein";
quotes[13] = "&#8220;Education is a progressive discovery of our own ignorance.&#8221;<br />-Will Durant";
quotes[14] = "&#8220;Men are not disturbed by things, but the view they take of things.&#8221;<br />-Epictetu";
quotes[15] = "&#8220;Cowards die many times before their deaths; the valiant never taste death but once.&#8221;<br />-Julius Caesar, <span style='font-style:italic;'>The Tragedy of Julius Caesar</span>";
quotes[16] = "&#8220;For fast-acting relief, try slowing down.&#8221;<br />Lily Thompson";
quotes[17] = "&#8220;I have an existential map; it has 'you are here' written all over it.&#8221;<br />-Steven Wright";
quotes[18] = "&#8220;Women might be able to fake orgasms, but men can fake a whole relationship.&#8221;<br />-Sharon Stone";
quotes[19] = "&#8220;Do, or do not; there is no 'try.'&#8221;<br />-Yoda";
quotes[20] = "&#8220;There is nothing good or bad, but thinking makes it so.&#8221;<br />-William Shakespeare";
quotes[21] = "&#8220;I am not a vegetarian because I love animals; I am a vegetarian because I hate plants.&#8221;<br />-A. Whitney Brown";
quotes[22] = "&#8220;The number of people staring in shocked disbelief at you is always directly proportionate to the stupidity of your act.&#8221;<br />-Daryl &quot;Razor&quot; Reaugh";
quotes[23] = "&#8220;A man may die, nations may rise and fall, but an idea lives on.&#8221;<br />-John F. Kennedy";
quotes[24] = "&#8220;All change is not growth, as all movement is not forward.&#8221;<br />-Ellen Glasgow";
quotes[25] = "&#8220;We aim above the mark to hit the mark.&#8221;<br />-Ralph Waldo Emerson";
quotes[26] = "&#8220;Did you ever notice when you blow in a dog's face he gets mad at you?&nbsp; But when you take him in a car he sticks his head out the window.&#8221;<br />-Steve Bluestone";
quotes[27] = "&#8220;Failure is not falling down but refusing to get up.&#8221;<br />-Chinese Proverb";
quotes[28] = "&#8220;The mind is like a parachute; it works much better when it's open.&#8221;<br />-Unknown";
quotes[29] = "&#8220;Character is what you are; reputation is what everyone else chooses to believe you are.&#8221;<br />-Unknown";
quotes[30] = "&#8220;Downtown there are only two types of pedestrians... the quick and the dead.&#8221;<br />-Unknown";
quotes[31] = "&#8220;It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change.&#8221;<br />-Charles Darwin";
quotes[32] = "&#8220;He's already prayed to Allah.&nbsp; I'll let Allah take care of him.&nbsp; I'm praying for my people, the good people here.&#8221;<br />-Kirby Lack";
quotes[33] = "&#8220;The chief enemy of creativity is good taste.&#8221;<br />-White Zombie";
quotes[34] = "&#8220;The only thing that's impossible is trying to dribble a football.&#8221;<br>-Ralph Strangis";
quotes[35] = "&#8220;Just because you're not paranoid doesn't mean they're not after you.&#8221;<br>-Kurt Cobain";
quotes[36] = "&#8220;Every step we take forward in technology is sometimes accompanied by a step backward in common human respect.&#8221;<br>-Whatever, Baeleth";
quotes[37] = "&#8220;Justice don't mean the bad guy goes to jail; it just means somebody pays for the crime.&#8221;<br>-Andre, <span style='font-style:italic;'>Freedom Writers</span>";
quotes[38] = "&#8220;The only thing that's impossible is trying to dribble a football.&#8221;<br>-Ralph Strangis";
quotes[39] = "&#8220;I got a text from my girlfriend from the year 2016.&nbsp; Apparently in the future I still haven't cleaned out the hallway closet.&#8221;<br>-Unknown";
quotes[40] = "&#8220;People always say to me, &#39;Where do you draw the line?&#39;&nbsp; I say, &#39;Well, there is no line - it's whatever is inside of you.&#39;&#8221;<br>-John Stewart";
var q = quotes.length;
var whichquote=Math.round(Math.random()*(q-1));
function showquote(){document.write(quotes[whichquote]);}
showquote(); 