var quotes=new Array() //
quotes[0] = "If there must be trouble let it be in my day, that my child may have peace. (Thomas Paine)"
quotes[1] = "When you see a rattlesnake poised to strike, you do not wait until he has struck before you crush him. (FDR)"
quotes[2] = "America will remain the land of the free only so long as it is the home of the brave. (Elmer Davis)"
quotes[3] = "This great nation will endure as it has endured, will revive and will prosper. (FDR)"
quotes[4] = "Are you guys ready? Let's roll. (Flight 93 Passenger, Todd Beamer, 9/11/01)"
quotes[5] = "We are going to have peace even if we have to fight for it. (Dwight D. Eisenhower)"
quotes[6] = "Above all, endure. (Hemingway)"
quotes[7] = "When in doubt, knock 'em out. (Alex Wilkie)"
quotes[8] = "Obstacles cannot crush me; every obstacle yields to stern resolve. (da Vinci)"
quotes[9] = "Life shrinks or expands in proportion to one's courage. (Anais Nin)"
quotes[10] = "Courage is not the absence of fear, but rather the judgment that something else is more important than fear."
quotes[11] = "You know that when the truth is told that you can get what you want or you can just get old."
quotes[12] = "The more you sweat in training, the less you will bleed in battle. (Motto of Navy Seals}"
quotes[13] = "Do, or do not. There is no 'try'. (Yoda)"
quotes[14] = "Daniel-san! Daniel-san! It okay lose to opponent, must not lose to fear! (Mr. Miyagi)"
quotes[15] = "Don't hit at all if it is honorably possible to avoid hitting; but never hit soft. (Teddy Roosevelt)"
quotes[16] = "Boards -- don't hit back. (Bruce Lee)"
quotes[17] = "Pain is the best instructor, but no one wants to go to his class. (Choi, Hong Hi)"
quotes[18] = "To be prepared for war is one of the most effectual means of preserving peace. (George Washington)"
quotes[19] = "I have a high art, I hurt with cruelty those who would damage me. (Archilocus, 650 B.C.)"
quotes[20] = "Talk is cheap, pain says so much more... (Old Bugei proverb)"
quotes[21] = "Cry in the dojo. Laugh on the battlefield. (Samurai Maxim)"
quotes[22] = "Take things as they are. Punch when you have to punch. Kick when you have to kick. (Bruce Lee)"
quotes[23] = "I know not what others may choose but, as for me, give me liberty or give me death. (Patrick Henry)"
quotes[24] = "When you make yourself a better person, you make the world a better place. (Chris Caracci)"
quotes[25] = "Always improve, Always evolve, Never give up. (The Rock)"
quotes[26] = "Pain is just weakness leaving the body. (Author Unknown)"
quotes[27] = "Look not back in anger, nor forward in fear, but around you in awareness. (Ross Hersey)"
quotes[28] = "Do the thing you fear most and the death of fear is certain. (Mark Twain)"
quotes[29] = "There is no greater hell than to be a prisoner of fear. (Ben Jonson)"
quotes[30] = "Accept the challenges so that you can feel the exhilaration of victory. (George Patton)"
quotes[31] = "I am a soldier, I fight where I am told, and I win where I fight. (George Patton)"
quotes[32] = "May God have mercy upon my enemies, because I won't. (George Patton)"
quotes[33] = "We will not waver; we will not tire; we will not falter; and we will not fail. (George W. Bush)"
quotes[34] = "The battle, sir, is not to the strong alone; it is to the vigilant, the active, the brave. (Patrick Henry)"
quotes[35] = "It is an unfortunate fact that we can secure peace only by preparing for war.(John F. Kennedy)"
quotes[36] = "Emotion can be the enemy. (Bruce Lee)"
quotes[37] = "It's my rule to never lose my temper until it would be detrimental to keep it. (Sean O'Casey)"
quotes[38] = "Feel the fear and do it anyway. (Susan Jeffers)"
quotes[39] = "I didn't invent the cheap shot, I just perfected it. (Alex Wilkie)"
quotes[40] = "We will always remember. We will always be proud. We will always be prepared, so we may always be free. (Reagan)"
quotes[41] = "Today we did what we had to do. They counted on America to be passive. They counted wrong. (Reagan)"
quotes[42] = "When choosing between two evils I always like to take the one I've never tried before. (Mae West)"
quotes[43] = "The wicked are always suprised to find that the good can be clever. (Marquis de Vauvenargues)"
quotes[44] = "Courage is the price that life exacts for granting peace. (Amelia Earhart)"
quotes[45] = "We are here to laugh at the odds and live our lives so well that Death will tremble to take us. (Bukowski)"
quotes[46] = "The things you fear are undefeatable, not by their nature, but by your approach. (Jewel Kiltcher)"
quotes[47] = "To win the battle is to be prepared to die. (Musashi Miyamoto)"
quotes[48] = "The only thing required for evil to triumph is for good men to do nothing."
quotes[49] = "I don't suffer from insanity but enjoy every minute of it. (Edgar Allan Poe)"
quotes[50] = "Obstacles are those frightful things we see when we take our eyes off our goal. (Henry Ford)"
quotes[51] = "I don't want to die without scars. (Tyler Durden)"
quotes[52] = "The only way of finding the limits of the possible is by going beyond them into the impossible. (Arthur C. Clarke)"
quotes[53] = "Anything I've ever done that ultimately was worthwhile...initially scared me to death. (Betty Bender)"
quotes[54] = "You have undertaken to cheat me. I won't sue you, for the law is too slow. I'll ruin you. (Cornelius Vanderbilt)"
quotes[55] = "It is better to die on your feet than to live on your knees! (Emiliano Zapata)"
quotes[56] = "All glory comes from daring to begin. (Eugene F. Ware)"
quotes[57] = "However mean your life is, meet it and live it; do not shun it and call it hard names. (Henry David Thoreau)"
quotes[58] = "Good timber does not grow with ease. The stronger the wind the stronger the trees. (J. Willard Marriott)"
quotes[59] = "The highest reward for a man's toil is not what he gets for it, but what he becomes by it. (John Ruskin)"
quotes[60] = "The reward of suffering is experience. (Aeschylus)"
quotes[61] = "We may encounter many defeats but we must not be defeated. (Maya Angelou)"
quotes[62] = "Hit hard, hit fast, hit often. (Adm. William Halsey)"
quotes[63] = "I'd rather get my brains blown out in the wild than wait in terror at the slaughterhouse. (Craig Volk)"
quotes[64] = "Friends may come and go, but enemies accumulate. (Thomas Jones)"


var Q = quotes.length;
var whichquotes=Math.round(Math.random()*(Q-1));
function showquotes(){document.write(quotes[whichquotes]);}
showquotes();
