// file named "quotes.js"
// JScript source code from Jaime Garcia-Ramirez

var quoteArray = new Array ();










//   Mathematicians  0 to 42  


            
quoteArray[0] = "\"If I have seen farther than other men, it is because<br>&nbsp; &nbsp; &nbsp;" +
                " I have stood on the shoulders of giants.\"" + "<br> &nbsp; &nbsp; &nbsp;" + "  -- Isaac Newton";
 

quoteArray[1] = "\"If I have not seen as far as others, it is because <br> &nbsp; &nbsp; &nbsp;giants were standing on my shoulders.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" + "-- Hal Abelson ";
       
quoteArray[2] = "\"A mathematician is a blind man in a dark room looking <br> &nbsp; &nbsp; &nbsp;" +
                 "for a black cat which isn't there.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Charles Darwin " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 " (quoted by Jaime Escalante in the film, <i>STAND and DELIVER</i>)";
quoteArray[3] = "\"Do not worry too much about your difficulties in <br> &nbsp; &nbsp; &nbsp;" +
                 "mathematics, I can assure you that mine are still greater.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- Albert Einstein";         



quoteArray[4] = "\"The reading of all good books is like a conversation <br>&nbsp; &nbsp; &nbsp;" +
                 "with the finest people of past centuries.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Descartes";
 
quoteArray[5] = "\"It is easier to square a circle than to get round a<br>&nbsp; &nbsp; &nbsp;" +
                 " mathematician.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- de Morgan";
          
quoteArray[6] = "\"Mathematicians are like Frenchmen: whatever you say<br>&nbsp; &nbsp; &nbsp;to them they translate into " +
                  "their own language and <br>&nbsp; &nbsp; &nbsp;forthwith it is something entirely different.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Johann Wolfgang von Goethe";          
quoteArray[7] = "\"How happy the lot of the mathematician. <br>&nbsp; &nbsp; &nbsp; He is judged solely by his peers, and the " +
                  "standard <br>&nbsp; &nbsp; &nbsp;is so high that no colleague or rival can ever win <br>&nbsp; &nbsp; &nbsp;a reputation he does " +
                  "not deserve.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- W.H. Auden";          
quoteArray[8] = "\"Mathematics is written for mathematicians.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Copernicus";
quoteArray[9] = "\"Everything that is really great and inspiring is created by the <br>&nbsp; &nbsp; &nbsp; individual" +
                  " who can labor in freedom.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein";            
quoteArray[10] = "\"The mathematician has reached the highest rung <br>&nbsp; &nbsp; &nbsp; on the ladder of human thought.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Havelock Ellis";

quoteArray[11] = "\"The life of a mathematician is dominated by an insatiable " +
                  "curiosity, <br>&nbsp; &nbsp; &nbsp; a desire bordering on passion to solve the problems he " +
                  "is studying.\" " + "<br>&nbsp; &nbsp; &nbsp;" + " -- Jean Dieudonne";

         
quoteArray[12] = "\"I am too good for philosophy and not good enough for" +
                  " physics. <br>&nbsp; &nbsp; &nbsp; Mathematics is in between.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- George Polya"
          
quoteArray[13] = "\"All mathematicians share ... a sense of amazement over the infinite  <br>&nbsp; &nbsp; &nbsp; " +
                  "depth and the mysterious beauty and usefulness of mathematics.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Martin Gardner";         

quoteArray[14] = "\"Millions saw the apple fall, but Newton asked why.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Bernard Baruch";        

quoteArray[15] = "\"Physicists defer only to mathematicians, and <br>&nbsp; &nbsp; &nbsp; mathematicians defer" +
                  " only to God.\"";
         
quoteArray[16] = "\"Biologists think they are biochemists,  <br>&nbsp; &nbsp; &nbsp; " + 
                  "Biochemists think they are Physical Chemists,  <br>&nbsp; &nbsp; &nbsp; " +
                  "Physical Chemists think they are Physicists,  <br>&nbsp; &nbsp; &nbsp; " +
                  "Physicists think they are Gods,  <br>&nbsp; &nbsp; &nbsp; " +
                  "And God thinks he is a Mathematician.\"";

quoteArray[17] = "\"Old mathematicians never die; they just become angles.\"";               
                              
quoteArray[18] = "\"Before beginning [to try to prove Fermat's Last Theorem] <br>&nbsp; &nbsp; &nbsp; I should " + 
                  "have to put in three years of intensive study, <br>&nbsp; &nbsp; &nbsp;  and I haven't that " +
                  "much time to squander on a probable failure.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- David Hilbert"; 
             
quoteArray[19] = "\"I have no particular talent. I am only inquisitive.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein";        
quoteArray[20] = "\"The discoveries of Newton have done more for England and for <br>&nbsp; &nbsp; &nbsp; the race, " +
                  "than has been done by whole dynasties of British monarchs.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Thomas Hill"; 
   
quoteArray[21] = "\"Truth is much too complicated to allow anything but approximations.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- John von Neumann";        
                        
quoteArray[22] = "\"With me everything turns into mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Descartes"; 

quoteArray[23] = "\"One should always generalize.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Carl Jacobi";        
quoteArray[24] = "\"We think in generalities, but we live in details.\"" + "<br>&nbsp; &nbsp; &nbsp;" 
                 + "-- Alfred North Whitehead";        
                 
            
quoteArray[25] = "\"You know we all became mathematicians for the same reason: <br>&nbsp; &nbsp; &nbsp; we were lazy.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Max Rosenlicht";              
            
quoteArray[26] = "\"A mathematician's reputation rests on the number of  <br>&nbsp; &nbsp; &nbsp; bad proofs he has given.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- A. S. Besicovitch";           

quoteArray[27] = "\"The sacred writings excepted, no Greek has been so much  <br>&nbsp; &nbsp; &nbsp; read and so" +
                 " variously translated as Euclid.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Augustus De Morgan";

quoteArray[28] = "\"Euler -- The unsurpassed master of analytic invention.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "-- Richard Courant";


quoteArray[29] = "\"Nature and nature's laws lay hid in the night;  <br>&nbsp; &nbsp; &nbsp; God said, 'Let Newton be' " +
                 "and all was light.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Alexander Pope";


quoteArray[30] = "\"Newton was the greatest genius that ever existed, and <br>&nbsp; &nbsp; &nbsp; the most fortunate, for " +
                 "we cannot find more than once <br>&nbsp; &nbsp; &nbsp; a system of the world to establish.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" + " -- Joseph-Louis Lagrange";
                   
quoteArray[31] = "\"A mathematician is a device for turning coffee into theorems.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Paul Erdos "; 
                   

quoteArray[32] = "\"Read Euler: he is our master in everything.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Pierre-Simon de Laplace";


quoteArray[33] = "Charlie Chaplin once allegedly said to Albert Einstein: <br>&nbsp; &nbsp; &nbsp;  \"The people" +
                  " applaud me because everyone understands me, <br>&nbsp; &nbsp; &nbsp; and they applaud you " + 
                  "because no one understands you.\"";            
              
quoteArray[34] = "\"When you are courting a nice girl an hour seems like a second. <br>&nbsp; &nbsp; &nbsp; " +
                  "When you sit on a red-hot cinder a second seems like an hour. <br>&nbsp; &nbsp; &nbsp; " +
                  " That's relativity.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein "; 
              
quoteArray[35] = "\"It has been said that Newton was born in the same year <br>&nbsp; &nbsp; &nbsp; that Galileo died " +
                  "because God wanted someone of that caliber <br>&nbsp; &nbsp; &nbsp; on Earth at all times.\"";

quoteArray[36] = "\"The difference between an introvert mathematician and an <br>&nbsp; &nbsp; &nbsp; extrovert mathematicians is: " +
                  " An introvert mathematician looks <br>&nbsp; &nbsp; &nbsp; at his shoes while talking to you. " +
                  "An extrovert mathematician <br>&nbsp; &nbsp; &nbsp; looks at your shoes.\" ";
quoteArray[37] = "\"The reason that every major university maintains a department <br>&nbsp; &nbsp; &nbsp; of mathematics is that it " +
                 "is cheaper to do this than to <br>&nbsp; &nbsp; &nbsp; institutionalize all those people.\"";
   
quoteArray[38] = "\"Analytic Geometry immortalized the name of Descartes, <br>&nbsp; &nbsp; &nbsp; and constitutes the greatest single " +
                 "step ever made in the <br>&nbsp; &nbsp; &nbsp; progress of the exact sciences.\"" + "<br>&nbsp; &nbsp; &nbsp;" 
                 + " -- John Stuart Mill";
   

quoteArray[39] = "When Euclid was asked, \"But what do I gain from this?\", <br>&nbsp; &nbsp; &nbsp; he told his servant to give the " + 
                  "boy a coin so that the student <br>&nbsp; &nbsp; &nbsp; could see some gain from his learning.";
quoteArray[40] = "\"Old math teachers never die; they just pass into another sphere.\"";
quoteArray[41] = "\"Old math teachers never die  -- they just lose their functions.\"";                
quoteArray[42] = "\"Old math teachers never die, they just tend to infinity.\"";
            



















// computers 43 to 51    
quoteArray[43] = "\"I have always wished that my computer would be as easy to use <br>&nbsp; &nbsp; &nbsp; as my " +
                  "telephone.  My wish has come true ... I no longer know how <br>&nbsp; &nbsp; &nbsp; to use " +
                  "my telephone.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bjarne Stroustrup";        
             
quoteArray[44] = "\"To err is human, but to really foul things up requires a " +
                  "computer.\"";          
quoteArray[45] = "\"Home computers are being called upon to perform many new " +
                  "functions, <br>&nbsp; &nbsp; &nbsp; including the consumption of homework formerly eaten by" +
                  " the dog.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Doug Larson"; 
quoteArray[46] = "\"Hardware -- the parts of a computer that can be kicked.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Jeff Pesis ";   
quoteArray[47] = "\"Old Saying: If you really want to learn something, teach it to someone.  &nbsp; " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " New Saying: If you really want to learn something, teach it to a computer.\" ";
quoteArray[48] = "\"The shortest distance between two pixels on a computer screen <br>&nbsp; &nbsp; &nbsp; is not necessarily" +
                 " a straight line\"";
quoteArray[49] = "\"The real danger is not that computers will begin to think like men, <br>&nbsp; &nbsp; &nbsp; " +
                  "but that men will begin to think like computers.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Sydney J. Harris";        
quoteArray[50] = "\"Science is what we understand well enough to explain to a " +
                  "computer. <br>&nbsp; &nbsp; &nbsp; Art is everything else we do.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Donald Knuth";
             
quoteArray[51] = "\"In the binary system we count on our fists instead of on our fingers.\"";
  


















// Math, Logic, Knowledge, and Problem Solving     52 to 106 
quoteArray[52] = "\"There are no solved problems; there are only problems that are <br>&nbsp; &nbsp; &nbsp; " +
                  "more or less solved.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Henri Poincare";
quoteArray[53] = "\"Mathematics is a more powerful instrument of knowledge <br>&nbsp; &nbsp; &nbsp; " +
                 " than any other that has been bequeathed to us by human  <br>&nbsp; &nbsp; &nbsp; " +
                 "agency.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Descartes";
quoteArray[54] = "\"Logic is the anatomy of thought.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- John Locke";           
quoteArray[55] = "\"The essence of mathematics is not to make simple things complicated, <br>&nbsp; &nbsp; &nbsp; " +
                 " but to make complicated things simple.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- S. Gudder";
quoteArray[56] = "\"Mathematics consists in proving the most obvious thing <br>&nbsp; &nbsp; &nbsp; in the least obvious " +
                  "way.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- George Polya";
quoteArray[57] = "\"Mathematics is the science which uses easy words for hard ideas.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Edward Kasner and James R. Newman";
quoteArray[58] = "\"The value of a problem is not so much coming up with the answer <br>&nbsp; &nbsp; &nbsp; " +
                 "as in the ideas and attempted ideas it forces on the would be " +
                 "solver.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- I.N. Herstein";
quoteArray[59] = "\"Logic is invincible, because in order to combat logic <br>&nbsp; &nbsp; &nbsp; it is" +
                 " necessary to use logic.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Pierre Boatroux";            
quoteArray[60] = "\"Imagination is more important than knowledge.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein";
quoteArray[61] = "\"It is clear that the chief end of mathematical study must be <br>&nbsp; &nbsp; &nbsp; to " +
                 "make the students think.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- John Wesley Young";
quoteArray[62] = "\"Only professional mathematicians learn anything from proofs. <br>&nbsp; &nbsp; &nbsp; Other " +
                 "people learn from explanations.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Ralph Boas";
quoteArray[63] = "\"Obvious is the most dangerous word in mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- E.T. Bell";
quoteArray[64] = "\"Each problem that I solved became a rule which served afterwards <br>&nbsp; &nbsp; &nbsp; to solve " +
                  "other problems.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Rene Descartes";
quoteArray[65] = "\"It is not enough to have a good mind. The main thing is to use it well.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Descartes";                 
quoteArray[66] = "\"In mathematics, you don't understand things. You just get used to them.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Johann von Neumann";
quoteArray[67] = "\"We only think when confronted with a problem.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- John Dewey";
quoteArray[68] = "\"It is the duty of all teachers, and of teachers of mathematics <br>&nbsp; &nbsp; &nbsp; in " +
                  "particular, to expose their students to problems much more <br>&nbsp; &nbsp; &nbsp; than " +
                  "to facts.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Paul Halmos";
quoteArray[69] = "\"Mathematics  -- this may surprise or shock some  -- is never <br>&nbsp; &nbsp; &nbsp; " +
                  "deductive in creation.\" " + "<br>&nbsp; &nbsp; &nbsp;" + " -- Paul Halmos";
            
quoteArray[70] = "\"Mathematicians create by acts of insights and intuition. <br>&nbsp; &nbsp; &nbsp; Logic " +
                  "then sanctions the conquests of intuition.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Morris Kline";
quoteArray[71] = "\"The moving power of mathematical invention is not reasoning <br>&nbsp; &nbsp; &nbsp; but " +
                  "imagination.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Augustus de Morgan";
  
quoteArray[72] = "\"If there is a problem you can't solve, then there is <br>&nbsp; &nbsp; &nbsp; " +
                  " an easier problem you can't solve: find it.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- George Polya"
            
quoteArray[73] = "\"A GREAT discovery solves a great problem but there is <br>&nbsp; &nbsp; &nbsp; " +
                  "a grain of discovery in any problem.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- George Polya"
            
quoteArray[74] = "\"The first rule of discovery is to have brains and good luck. <br>&nbsp; &nbsp; &nbsp; " +
                  "The second rule of discovery is to sit tight and wait till <br>&nbsp; &nbsp; &nbsp; you get " +
                  "a bright idea.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- George Polya"
            
quoteArray[75] = "\"There are many questions which fools can ask that wise <br>&nbsp; &nbsp; &nbsp; " +
                  "men cannot answer.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- George Polya"
quoteArray[76] = "\"What is now proved was once only imagined.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Proverb.";
            
quoteArray[77] = "\"A problem well stated is half-solved.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- John Dewey";
quoteArray[78] = "\"But in the new (math) approach, the important thing is to <br>&nbsp; &nbsp; &nbsp; understand what " +
                  "you're doing, rather than to get the right answer.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Tom Lehrer";     
quoteArray[79] = "\"Sufficient unto the day is the rigor thereof.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Eliakim H. Moore";
quoteArray[80] = "\"Major paradoxes provide food for logical thought for <br>&nbsp; &nbsp; &nbsp; decades and " +
                  "sometimes centuries.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Nicholas Bourbaki ";        
                         
quoteArray[81] = "\"Mathematics is a body of knowledge, but it contains no truths.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Morris Kline";
quoteArray[82] = "\"Thus mathematics may be defined as the subject in which <br>&nbsp; &nbsp; &nbsp; we never know what we " +
                  "are talking about, nor whether <br>&nbsp; &nbsp; &nbsp; what we are saying is true.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Bertrand Russell";
quoteArray[83] = "\"Mathematics is the science which draws necessary conclusions.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Benjamin Pierce";
quoteArray[84] = "\"I have hardly ever known a mathematician who was capable of " +
                  "reasoning.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Plato";
quoteArray[85] = "\"Proof is an idol before which the mathematician tortures himself.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Sir Arthur Eddington ";                    
quoteArray[86] = "\"Histories make men wise; poets witty; <br>&nbsp; &nbsp; &nbsp; the mathematics, subtile; " +
                  "natural philosophy, deep; <br>&nbsp; &nbsp; &nbsp; moral, grave; logic and rhetoric, able to " +
                  "contend.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Francis Bacon";
quoteArray[87] = "\"Q.E.D. (Quod Erat Demonstrandum: Which was to be proven.)\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Euclid";            
quoteArray[88] = "\"Cogito, Ergo Sum.  I think, therefore I am.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "   -- Descartes";
   
quoteArray[89] = "\"I think, therefore I laugh.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- John Allen Poulos";        
             
quoteArray[90] = "\"I do not think  -- therefore I am not.\"";        
             
quoteArray[91] = "\"Philosophy is a game with objectives and no rules. <br>&nbsp; &nbsp; &nbsp; " +
                  "Mathematics is a game with rules and no objectives.\"";      
             
quoteArray[92] = "\"The value of an education ... is not the learning of many facts <br>&nbsp; &nbsp; &nbsp; but the " +
                  "training of the mind to think something that cannot be <br>&nbsp; &nbsp; &nbsp; learned from textbooks.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Albert Einstein ";        
quoteArray[93] = "\"Too many students give up upon encountering difficulties in math, <br>&nbsp; &nbsp; &nbsp; when just trying a few" +
                   " strategies could mean the difference <br>&nbsp; &nbsp; &nbsp; between succeeding and failing.\"" +
                   "<br>&nbsp; &nbsp; &nbsp;" + "   -- Arthur E. Schwartz";


quoteArray[94] = "\"I do not believe that the same God who endowed us with sense,<br>&nbsp; &nbsp; &nbsp; reason, and intellect " +
                   "intended us to forgo their use.\"" +
                   "<br>&nbsp; &nbsp; &nbsp;" + "    --  Galileo Galilei";
              
quoteArray[95] = "\"Every great and commanding moment in the annals of the world<br>&nbsp; &nbsp; &nbsp; is the " +
                  "triumph of some enthusiasm.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Ralph Waldo Emerson ";        

quoteArray[96] = "\"The only way to learn mathematics is to do mathematics.<br>&nbsp; &nbsp; &nbsp; That tenet is " +
                  "the foundation of the do-it-yourself, Socratic,<br>&nbsp; &nbsp; &nbsp; or Texas method, ...\"" + 
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Paul Halmos";        
                          
quoteArray[97] = "\"The purpose of computing is insight, not numbers!\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- R. W. Hamming ";
quoteArray[98] = "\"Mathematics, in the common lay view, is a static discipline based<br>&nbsp; &nbsp; &nbsp; on " +
                  "formulas...But outside the public view, mathematics continues<br>&nbsp; &nbsp; &nbsp; to grow " +
                  "at a rapid rate...the guide to this growth is not calculation<br>&nbsp; &nbsp; &nbsp; and formulas, " +
                  "but an open ended search for pattern.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Lynn A. Steen";        
             
quoteArray[99] = "\"What humans do with the language of mathematics is to<br>&nbsp; &nbsp; &nbsp; describe patterns...\"" + 
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Lynn A. Steen";        
             
quoteArray[100] = "\"Some mathematician, I believe, has said that true pleasure lies<br>&nbsp; &nbsp; &nbsp; not in the " +
                  "discovery of truth, but in the search for it.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Tolstoy";        
                          
quoteArray[101] = "\"Calculators can only calculate - they cannot do mathematics.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- John A. Van de Walle";                  
quoteArray[102] = "\"Logic doesn't apply to the real world.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " --  Marvin Lee Minsky";
quoteArray[103] = "\"Any fool can know. The point is to understand.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein";
quoteArray[104] = "\"We are all concerned about the future of American education.<br>&nbsp; &nbsp; &nbsp; But as I tell my "+
                  "students, you do not enter the future  -- you<br>&nbsp; &nbsp; &nbsp; create the future.  The future is " +
                  "created through hard work.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Jaime Escalante";
      
quoteArray[105] = "\"Ganas is all you need.\"" + 
                "<br>&nbsp; &nbsp; &nbsp;" +
                  "[Ganas is Spanish for passion, guts, " +
                  "determination, desire]" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Jaime Escalante ";
      
quoteArray[106] = "\"I do not believe in the gifted. " +
                  "If [the students] have ganas<br>&nbsp; &nbsp; &nbsp; [Spanish for desire], " +
                  "I can make them do it.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Jaime Escalante";
             

            







// Math and the World   107 to 128
quoteArray[107] = "\"All the effects of nature are only mathematical results of a<br>&nbsp; &nbsp; &nbsp; " +
                 "small number of immutable laws.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Pierre Simon de La Place"

quoteArray[108] = "\"I tell them if they will occupy themselves with the study of<br>&nbsp; &nbsp; &nbsp; " +
                 "mathematics, they will find in it the best remedy against " +
                 "the<br>&nbsp; &nbsp; &nbsp; lusts of the flesh.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Thomas Mann";
         
quoteArray[109] = "\"The advancement and perfection of mathematics are intimately<br>&nbsp; &nbsp; &nbsp; " +
                 " connected with the prosperity of the state.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Napoleon";
quoteArray[110] = "\"I must study politics and war that my sons may have liberty<br>&nbsp; &nbsp; &nbsp; to study " +
                 "mathematics and philosophy.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- John Adams";
quoteArray[111] = "\"Medicine makes people ill, mathematics makes them sad,<br>&nbsp; &nbsp; &nbsp; and theology " +
                  "makes them sinful.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Martin Luther";           
quoteArray[112] = "\"Science without religion is lame; religion without science is blind.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Albert Einstein";
quoteArray[113] = "\"God exists since mathematics is consistent and the devil<br>&nbsp; &nbsp; &nbsp; exists " +
                  "since we cannot prove the consistency.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  --  Morris Kline";
quoteArray[114] = "\"Nature's great book is written in mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Galileo";
quoteArray[115] = "\"Since the mathematicians have invaded the theory of relativity,<br>&nbsp; &nbsp; &nbsp; I do not " +
                  "understand it myself any more.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Albert Einstein";
quoteArray[116] = "\"God wrote the universe in the language of mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Galileo";
            
quoteArray[117] = "\"If people do not believe that mathematics is simple, it is only<br>&nbsp; &nbsp; &nbsp; " +
                  " because they do not realize how complicated life is.\"";
   
quoteArray[118] = "\"From the intrinsic evidence of his creation, the Great" +
                  " Architect<br>&nbsp; &nbsp; &nbsp; of the Universe now begins to appear as a pure mathematician.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- James Hopwood Jeans";
quoteArray[119] = "\"Mathematics, even in its present and most abstract state,<br>&nbsp; &nbsp; &nbsp; is not " +
                  "detached from life.  It is just the ideal handling of<br>&nbsp; &nbsp; &nbsp; the problems of " +
                  "life.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Cassius Jackson Keyser";

quoteArray[120] = "\"Angling may be said to be so like the mathematics that it<br>&nbsp; &nbsp; &nbsp; can " +
                  "never be fully learnt.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Izaak Walton";
 
quoteArray[121] = "\"Mathematics takes us still further from what is human, into<br>&nbsp; &nbsp; &nbsp; the " + 
                  "region of absolute necessity, to which not only the actual<br>&nbsp; &nbsp; &nbsp; world, " +
                  "but every possible world, must conform.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bertrand Russell";
            
quoteArray[122] = "\"The harmony of the world is made manifest in Form and<br>&nbsp; &nbsp; &nbsp; Number, and" +
                  " the heart and soul and all the poetry of Natural<br>&nbsp; &nbsp; &nbsp; Philosophy are " +
                  "embodied in the concept of mathematical beauty.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Sir D'Arcy Wentworth Thompson";
quoteArray[123] = "\"The good Christian should beware of mathematicians and all<br>&nbsp; &nbsp; &nbsp; those " +
                  "who make empty prophecies. The danger already exists<br>&nbsp; &nbsp; &nbsp; that " +
                  "mathematicians have made a covenant with the devil to<br>&nbsp; &nbsp; &nbsp; darken the " +
                  "spirit and confine man in the bonds of Hell.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- St. Augustine";        
quoteArray[124] = "\"The Universe is a grand book which cannot be read until<br>&nbsp; &nbsp; &nbsp; one first learns " +
                  "which it is composed. It is written in the<br>&nbsp; &nbsp; &nbsp; language of mathematics...\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Galilei Galileo ";                     

quoteArray[125] = "\"The linear-programming was  -- and is  -- perhaps the<br>&nbsp; &nbsp; &nbsp; single most " +
                  "important real-life problem.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Keith Devlin ";        
quoteArray[126] = "\"In the beginning (if there was such a thing), God created<br>&nbsp; &nbsp; &nbsp; Newton’s laws " +
                  "of motion together with the necessary masses<br>&nbsp; &nbsp; &nbsp; and forces. This is all; " +
                  "everything beyond this follows from<br>&nbsp; &nbsp; &nbsp; the development of appropriate " +
                  "mathematics methods by<br>&nbsp; &nbsp; &nbsp; means of deduction.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein ";        
                 
quoteArray[127] = "\"As far as the laws of mathematics refer to reality,<br>&nbsp; &nbsp; &nbsp; they are not certain; and " +
                  "as far as they are certain,<br>&nbsp; &nbsp; &nbsp; they do not refer to reality..\ " +
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein ";        
quoteArray[128] = "\"I see a certain order in the universe and math is one way<br>&nbsp; &nbsp; &nbsp; of making it visible.\"" +                  
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- May Sarton ";        
    



































// Math and Science    129 to 143 

quoteArray[129] = "\"Mathematics is the Queen of the Sciences, and number<br>&nbsp; &nbsp; &nbsp; theory the " +
                "queen of mathematics..\"" + "<br> &nbsp; &nbsp; &nbsp;" + "  -- Carl Friedrich Gauss";
quoteArray[130] = "\"Mathematics is the gate and key to the sciences.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Roger Bacon";
quoteArray[131] = "\"Mathematics is the science of definiteness, the necessary<br>&nbsp; &nbsp; &nbsp; vocabulary" +
                 " of those who know.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- W. J. White";
quoteArray[132] = "\"The science of Pure Mathematics, in its modern developments,<br>&nbsp; &nbsp; &nbsp; " +
                 "may claim to be the most original creation of the human spirit.\" " +
                "<br>&nbsp; &nbsp; &nbsp;" +
                 "-- Alfred North Whitehead";
quoteArray[133] = "\"No human investigation can be called real science if it cannot<br>&nbsp; &nbsp; &nbsp; be " +
                  "demonstrated mathematically.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Leonardo da Vinci";
quoteArray[134] = "\"Mechanics is the paradise of the mathematical sciences because<br>&nbsp; &nbsp; &nbsp; by " +
                  "means of it one comes to the fruits of mathematics.\"" +  
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Leonardo da Vinci";
quoteArray[135] = "\"There can be very little of present-day science and technology<br>&nbsp; &nbsp; &nbsp; that is " +
                  "not dependent on complex numbers in one way or another.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;";                
quoteArray[136] = "\"A book on the new physics, if not purely descriptive of<br>&nbsp; &nbsp; &nbsp; experimental work," +
                  " must essentially be mathematical.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- P.A.M. Dirac";        
          
quoteArray[137] = "\"One factor that has remained constant through all the twists<br>&nbsp; &nbsp; &nbsp; and turns " +
                  "of the history of physical science is the decisive<br>&nbsp; &nbsp; &nbsp; importance of the " +
                  "mathematical imagination.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Freeman Dyson ";        
quoteArray[138] = "\"The grand aim of all science is to cover the greatest number<br>&nbsp; &nbsp; &nbsp; of empirical " +
                  "facts by logical deduction from the smallest<br>&nbsp; &nbsp; &nbsp; number of hypotheses or axioms.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Albert Einstein ";                   
quoteArray[139] = "\"Mathematics serves as a handmaiden for the explanation of<br>&nbsp; &nbsp; &nbsp; the " +
                  "quantitative situations in other subjects, such as economics,<br>&nbsp; &nbsp; &nbsp; physics, " +
                  "navigation, finance, biology and even the arts.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- H. F. Fehr ";        
   
             
quoteArray[140] = "\"Mathematics compares the most diverse phenomena and<br>&nbsp; &nbsp; &nbsp; discovers the " +
                  "secret analogies that unite them.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Joseph Fourier ";        
             
quoteArray[141] = "\"The deep study of nature is the most fruitful source of<br>&nbsp; &nbsp; &nbsp; mathematical" +
                  " discoveries.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Jean-Baptist-Joseph Fourier";        
             
quoteArray[142] = "\"What science can there be more noble, more excellent,<br>&nbsp; &nbsp; &nbsp; more useful " +
                  "for men, more admirably high and demonstrative,<br>&nbsp; &nbsp; &nbsp; than this of " +
                  "mathematics?\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Benjamin Franklin";        
quoteArray[143] = "\"In most sciences one generation tears down what another<br>&nbsp; &nbsp; &nbsp; has built and " +
                  "what one has established another undoes.<br>&nbsp; &nbsp; &nbsp; In mathematics alone each " +
                  "generation adds a new story to<br>&nbsp; &nbsp; &nbsp; the old structure.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Herman Henkel ";        
                          

































// Math, Beauty, Poetry, and the Arts 144 to 179  
//   Beauty             
quoteArray[144] = "\"When I am working on a problem, I never think about beauty.<br>&nbsp; &nbsp; &nbsp; I think only " +
                  "of how to solve the problem.  But when I have<br>&nbsp; &nbsp; &nbsp; finished, if the solution " +
                  "is not beautiful, I know it is wrong.\" " +
                   "<br>&nbsp; &nbsp; &nbsp;" + " -- Richard Buckminster Fuller ";    
quoteArray[145] = "\"The mathematical rules of the universe are visible<br>&nbsp; &nbsp; &nbsp; to men in " +
                 "the form of beauty.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- John Michel";
quoteArray[146] = "\"The mathematician does not study pure mathematics because<br>&nbsp; &nbsp; &nbsp; it is " +
                  "useful; he studies it because he delights in it and he delights<br>&nbsp; &nbsp; &nbsp; " +
                  "in it because it is beautiful.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  --  Henri Poincare";
quoteArray[147] = "\"Beauty in mathematics is seeing the truth without effort.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- George Polya"; 
quoteArray[148] = "\"The mathematical sciences particularly exhibit order, symmetry,<br>&nbsp; &nbsp; &nbsp; " +
                  "and limitations; and these are the greatest forms of the beautiful.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Aristotle";        
quoteArray[149] = "\"Mathematics, rightly viewed, possesses not only truth,<br>&nbsp; &nbsp; &nbsp; but supreme " +
                  "beauty.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bertrand Russell";
quoteArray[150] = "\"Beauty is the first test: there is no permanent place<br>&nbsp; &nbsp; &nbsp; in the world for " +
                  " ugly mathematics.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "   -- Godfrey Harold Hardy, <i>A Mathematician's Apology</i> (1940)";
quoteArray[151] = "\"We cannot hope that many children will learn mathematics<br>&nbsp; &nbsp; &nbsp; unless we find a way " +
                  "to share our enjoyment and show<br>&nbsp; &nbsp; &nbsp; them its beauty as well as its utility.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Mary Beth Ruskai"; 
quoteArray[152] = "\"Symmetry, as wide or as narrow as you define its meaning,<br>&nbsp; &nbsp; &nbsp; is one idea by " +
                  "which man through the ages has tried to<br>&nbsp; &nbsp; &nbsp; comprehend and create order, " +
                  "beauty and perfection.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Hermann Weyl";        
    
quoteArray[153] = "\"If I feel unhappy, I do mathematics to become happy.<br>&nbsp; &nbsp; &nbsp; If I am happy, " +
                  "I do mathematics to keep happy.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Alfréd Rényi";        

quoteArray[154] = "\"Math is the only place where truth and beauty mean " +
                  "the same thing.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Danica McKellar ";      


     


//  Poetry 
quoteArray[155] = "\"There is an astonishing imagination even in the science of<br>&nbsp; &nbsp; &nbsp; mathematics..." +
                  " We repeat, there is far more imagination in<br>&nbsp; &nbsp; &nbsp; the head of Archimedes than " +
                  "in that of Homer.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Francios Voltaire";        

quoteArray[156] = "\"Poetry is as exact a science as geometry.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Gustave Flaubert"; 
quoteArray[157] = "\"Inspiration is needed in geometry, just as much as in poetry.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Aleksandr Pushkin";    
quoteArray[158] = "\"The union of the mathematician with the poet, fervor with<br>&nbsp; &nbsp; &nbsp; " +
                 "measure, passion with correctness, this surely is the ideal.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" + 
                 "  -- William James";
quoteArray[159] = "\"A mathematician, like a painter or poet, is a maker of<br>&nbsp; &nbsp; &nbsp; patterns. " +
                  "If his patterns are more permanent than theirs,<br>&nbsp; &nbsp; &nbsp; it is because they " +
                  "are made with ideas.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- G. H. Hardy "; 
quoteArray[160] = "\"The mathematician's patterns, like the painter's or poet's,<br>&nbsp; &nbsp; &nbsp; must be " +
                  "beautiful.  The ideas, like the colours or the words,<br>&nbsp; &nbsp; &nbsp; must fit together " +
                  "in a harmonious way.  Beauty is the first test:<br>&nbsp; &nbsp; &nbsp; There is no permanent place " +
                  "in the world for ugly mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- G. H. Hardy";
               
quoteArray[161] = "\"It is impossible to be a mathematician without being a " +
                 "poet in soul.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Sophia Kovalevskaya";
            
quoteArray[162] = "\"Pure mathematics is, in its way, the poetry of logical ideas.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- Albert Einstein";
quoteArray[163] = "\"A mathematician who is not also something of a poet will<br>&nbsp; &nbsp; &nbsp; never " +
                 "be a complete mathematician.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Karl Weierstrass.";






//  Music 
quoteArray[164] = "\"Music is the pleasure the human mind experiences from<br>&nbsp; &nbsp; &nbsp; counting " +
                 "without being aware that it is counting.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Leibniz";
quoteArray[165] = "\"Besides language and music, mathematics is one of the<br>&nbsp; &nbsp; &nbsp; primary " +
                  "manifestations of the free creative power of<br>&nbsp; &nbsp; &nbsp; the human mind.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Hermann Weyl";

quoteArray[166] = "\"Mathematics is on the artistic side a creation of new<br>&nbsp; &nbsp; &nbsp; rhythms, orders, " +
                  "designs, harmonies, and on the knowledge<br>&nbsp; &nbsp; &nbsp; side, is a systematic study of " +
                  "various rhythms, orders,<br>&nbsp; &nbsp; &nbsp; designs, and harmonies.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- William L. Schaaf";      
quoteArray[167] = "\"A surprising proportion of mathematicians are accomplished<br>&nbsp; &nbsp; &nbsp; musicians." +
                  " Is it because music and mathematics share patterns<br>&nbsp; &nbsp; &nbsp; that are beautiful?\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Martin Gardner "; 



 

//  Art 
quoteArray[168] = "\"Although I am absolutely without training or knowledge<br>&nbsp; &nbsp; &nbsp; in the exact sciences," +
                  " I often seem to have more in common<br>&nbsp; &nbsp; &nbsp; with mathematicians than with my fellow" +
                  " artists.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- M.C. Escher";
quoteArray[169] = "\"I never got a pass mark in math ...  Just imagine  --<br>&nbsp; &nbsp; &nbsp; mathematicians now use my " +
                  "prints to illustrate their books.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- M.C. Escher";
quoteArray[170] = "\"Science and art sometimes can touch one another,<br>&nbsp; &nbsp; &nbsp; like two pieces of " +
                  "the jigsaw puzzle which is our human<br>&nbsp; &nbsp; &nbsp; life, and that contact may be " +
                  "made across the borderline<br>&nbsp; &nbsp; &nbsp; between the two respective domains.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- M.C. Escher ";        
                                 
quoteArray[171] = "\"Father [M.C. Escher] had difficulty comprehending that<br>&nbsp; &nbsp; &nbsp; the working of " +
                 "his mind was akin to that of a mathematician.<br>&nbsp; &nbsp; &nbsp; He greatly enjoyed the " + 
                 "interest in his work by mathematicians<br>&nbsp; &nbsp; &nbsp; and scientists, ...\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- George Escher ";             
quoteArray[172] = "\"Mathematics  -- the subtle fine art.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Jamie Byrnie Shaw";
            
quoteArray[173] = "\"The merit of painting lies in the exactness of reproduction.<br>&nbsp; &nbsp; &nbsp; " +
                  " Painting is a science and all sciences are based on mathematics.<br>&nbsp; &nbsp; &nbsp;  No human " +
                  "inquiry can be a science unless it pursues its path<br>&nbsp; &nbsp; &nbsp; through " +
                  "mathematical exposition and demonstration.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Leonardo Da Vinci";

quoteArray[174] = "\"The mathematician's best work is art, a high perfect art,<br>&nbsp; &nbsp; &nbsp; as daring as the" +
                  " most secret dreams of imagination,<br>&nbsp; &nbsp; &nbsp; clear and limpid. Mathematical genius " +
                  "and artistic genius<br>&nbsp; &nbsp; &nbsp; touch one another.\"" + "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Gosta Mittag-Leffler ";                   
quoteArray[175] = "\"The most beautiful thing we can experience is the mysterious.<br>&nbsp; &nbsp; &nbsp; " +
                  "It is the source of all true art and science.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Albert Einstein";        
             
quoteArray[176] = "\"It is the supreme art of the teacher to awaken joy in<br>&nbsp; &nbsp; &nbsp; creative " +
                  "expression and knowledge.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein";        
             
quoteArray[177] = "\"The series of integers is obviously an invention of the<br>&nbsp; &nbsp; &nbsp; human mind, " +
                  "a self-created tool which simplifies the<br>&nbsp; &nbsp; &nbsp; ordering of certain sensory " +
                  "experiences.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Albert Einstein ";        

quoteArray[178] = "\"Film is one of the three universal languages,<br> &nbsp; &nbsp; &nbsp;  the other two: mathematics and music.\"";        

quoteArray[179] = "\"Math is like love -- a simple idea but it can get complicated.\"";        
















// Numbers and Arithmetic    180 to 225  
quoteArray[180] = "\"Perfect numbers like perfect men are very rare.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Descartes";
quoteArray[181] = "\"One would be hard put to find a set of whole numbers<br>&nbsp; &nbsp; &nbsp; with a more " +
                  "fascinating history and more elegant properties<br>&nbsp; &nbsp; &nbsp; surrounded by greater " +
                  "depths of mystery--and more<br>&nbsp; &nbsp; &nbsp; totally useless--than the perfect numbers.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Martin Gardner"; 
quoteArray[182] = "\"There still remain three studies suitable for free man.<br>&nbsp; &nbsp; &nbsp; Arithmetic is one " +
                  "of them.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Plato";        
 
quoteArray[183] = "\"Life is too short for long division.\"";         
quoteArray[184] = "\"People who don't count won't count.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Anatole France";
quoteArray[185] = "\"Numbers are the highest degree of knowledge. It is " +
                 "knowledge itself.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Plato";
quoteArray[186] = "\"Wherever there is number, there is beauty.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Proclus";      
quoteArray[187] = "\"What would life be without arithmetic but a scene of horrors?\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- Sydney Smith";
quoteArray[188] = "\"Black holes are where God divided by zero.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Steven Wright";
quoteArray[189] = "\"He who can properly define and divide is to be considered a god.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Plato";
quoteArray[190] = "\"The Good Lord made all the integers; the rest is man's doing.\"" + 
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Leopold Kronecker";
quoteArray[191] = "\"Whenever you can, count.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Sir Francis Galton";
quoteArray[192] = "\"A man is like a fraction whose numerator is what he is<br>&nbsp; &nbsp; &nbsp; and whose " +
                  "denominator is what he thinks of himself.<br>&nbsp; &nbsp; &nbsp; The larger the denominator, the " +
                  "smaller the fraction.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Tolstoy";           
quoteArray[193] = "\"Numbers constitute the only universal language.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Nathanael West";
quoteArray[194] = "\"The arithmetic of life does not always have a logical answer.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Inshirah Abdur-Rauf";
quoteArray[195] = "\"There are 10 types of people in the world -- <br>&nbsp; &nbsp; &nbsp;  Those who understand" +
                  " binary, and those who don't.\""
                        
quoteArray[196] = "\"Arithmetic is being able to count up to twenty<br>&nbsp; &nbsp; &nbsp;  without taking off your" +
                  " shoes.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Mickey Mouse";
quoteArray[197] = "\"But don't panic.  Base 8 is just like Base 10 really.<br>&nbsp; &nbsp; &nbsp;  " +
                  " If you're missing two fingers.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Tom Lehrer";              
quoteArray[198] = "\"Not everything that counts can be counted.<br>&nbsp; &nbsp; &nbsp;  " +
                  "Not everything that can be counted counts.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Albert Einstein ";
            
quoteArray[199] = "\"I had been to school ... and could say the multiplication<br>&nbsp; &nbsp; &nbsp;  table " +
                  "up to 6 x 7 = 35, and I don't reckon I could ever<br>&nbsp; &nbsp; &nbsp; get any further than " +
                  "that if I was to live forever.<br>&nbsp; &nbsp; &nbsp;  I don't take no stock in mathematics anyway.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Huckleberry Finn (by Mark Twain)";
            
quoteArray[200] = "\"The creator of the universe works in mysterious ways.<br>&nbsp; &nbsp; &nbsp;  " +
                  "But he uses a base ten counting system and likes round " +
                  "numbers.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Scott Adams ";          
quoteArray[201] = "\"Five out of four people have trouble with fractions.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Steven Wright";
            
quoteArray[202] = "\"Two and two the mathematician continues to make four,<br>&nbsp; &nbsp; &nbsp; in spite of" +
                  " the whine of the amateur for three, or the cry<br>&nbsp; &nbsp; &nbsp; of the critic for" +
                  " five.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- James McNeill Whistler";
            
quoteArray[203] = "\"Numerical precision is the very soul of science.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Sir D'Arcy Wentworth Thompson";
quoteArray[204] = "\"Numbers are the free creation of the human mind.\"" + "<br>&nbsp; &nbsp; &nbsp;" + 
                  " -- Richard Dedekind ";        
quoteArray[205] = "\"If you would make a man happy, do not add to his<br>&nbsp; &nbsp; &nbsp; possessions but subtract " +
                  "from the sum of his desires.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Seneca";        
                   
quoteArray[206] = "\"All the mathematical sciences are founded on the<br>&nbsp; &nbsp; &nbsp; relations between " +
                  "physical laws and laws of numbers.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- James Clerk Maxwell";
quoteArray[207] = "\"A few honest men are better than numbers.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Oliver Cromwell";
quoteArray[208] = "\"Number rules the universe.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "-- Pythagoras"             
quoteArray[209] = "\"'What's one and one and one and one and one and one<br>&nbsp; &nbsp; &nbsp; and one and one and " +
                  "one and one?' 'I don't know,' said Alice.<br>&nbsp; &nbsp; &nbsp; 'I lost count.'" +
                  " 'She can't do addition,' said the Red Queen.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Lewis Carroll";        
quoteArray[210] = "\"Let me see: four times five is twelve, and four times six<br>&nbsp; &nbsp; &nbsp; is thirteen, and four " +
                  "times seven is -- oh dear!  I shall<br>&nbsp; &nbsp; &nbsp; never get to twenty at that rate!\"" +
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- Lewis Carroll from <i>Alice's Adventures in Wonderland</i>";        


quoteArray[211] = "\"Six is a number perfect in itself, and not because God<br>&nbsp; &nbsp; &nbsp; created the world in six days; rather the " +
                  "contrary is true:<br>&nbsp; &nbsp; &nbsp; God created the world in six days because this number is<br>&nbsp; &nbsp; &nbsp; perfect, and it " +
                  "would remain perfect , even if the work<br>&nbsp; &nbsp; &nbsp; of the six days did not exist.\""+
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- St. Augustine in <i>The City of God</i>";        



quoteArray[212] = "\"It will be another million years, at least, before we<br>&nbsp; &nbsp; &nbsp; understand the " +
                  "primes.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Paul Erdos";        
quoteArray[213] = "\"Think! Think and wonder. Wonder and think. How much water<br>&nbsp; &nbsp; &nbsp; can 55 " +
                  "elephants drink?\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Dr. Seuss";        
          
quoteArray[214] = "\"How many pizzas are consumed each year in the United States?<br>&nbsp; &nbsp; &nbsp; How many words" +
                  " have you spoken in your life?<br>&nbsp; &nbsp; &nbsp; How many different peoples names appear in the " +
                  "New York<br>&nbsp; &nbsp; &nbsp; Times each year?<br>&nbsp; &nbsp; &nbsp;  How many watermelons would fit inside the U.S. " +
                  "Capitol building?<br>&nbsp; &nbsp; &nbsp;  What is the volume of all the human blood in the world?\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- John A. Paulos ";   
quoteArray[215] = "\"We use only 10% of our brains… Imagine how smart we " +
                  "would<br>&nbsp; &nbsp; &nbsp; be if we used the other 60%!\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Ellen DeGeneres";      
quoteArray[216] = "\"Baseball is 90% mental.  The other half is physical.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Yogi Berra";
quoteArray[217] = "\"Nothin' from nothin' leaves nothin'.\"" +
                   "<br>&nbsp; &nbsp; &nbsp;" + "  -- Billy Preston";

quoteArray[218] = "\"Natural numbers are better for your health.\"";
            
quoteArray[219] = "\"Decimals have a point.\"";        
quoteArray[220] = "\"One and one and one is three.\" " +
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- The Beatles"

  
quoteArray[221] = "\"The purpose of computation is insight, " +
                  "not numbers.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Richard Hamming  ";        

quoteArray[222] = "\"Women have a passion for mathematics. &nbsp; They divide their<br>&nbsp; &nbsp; &nbsp; age in " +
                  "half, double the price of their clothes, and always" + "<br>&nbsp; &nbsp; &nbsp;" + " add at least five years to " +      
                  "the age of their best friend.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Marcel Achard ";     

quoteArray[223] = "\"If you think dogs can't count, try putting three dog biscuits<br>&nbsp; &nbsp; &nbsp; in " +
                  "your pocket and then giving Fido only two of them.\"" ;     

quoteArray[224] = "\"God is real, unless declared integer.\""; 

quoteArray[225] = "\"Although I am almost illiterate mathematically, I grasped very early<br>&nbsp; &nbsp; &nbsp; in life" +
                  " that any one who can count to ten can count upward indefinitely " + "<br>&nbsp; &nbsp; &nbsp;" + " if he " +      
                  "is fool enough to do so.\"";    

   





// Algebra   226 to 237  
quoteArray[226] = "\"One of the most important concepts in all of mathematics<br>&nbsp; &nbsp; &nbsp; is that " +
                  "of function.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- T.P. Dick and C.M. Patton ";        
quoteArray[227] = "\"The most powerful single idea in mathematics is the notion " +
                  "of a variable.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -– K. Dewdney";    
                  
quoteArray[228] = "\"One person's constant is another person's variable.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Susan Gerhart";
quoteArray[229] = "\"Algebra is generous; she often gives more than is asked of her.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- D'Alembert";
    
quoteArray[230] = "\"Algebra is the intellectual instrument which has been created<br>&nbsp; &nbsp; &nbsp; for " +
                 "rendering clear the quantitative aspects of the world.\" " + 
                "<br>&nbsp; &nbsp; &nbsp;" +
                 "-- Alfred North Whitehead";
quoteArray[231] = "\"I was x years old in the year x<sup>2</sup>.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Augustus De Morgan" +
                  " (when asked about his age)";
quoteArray[232] = "\"There is a famous formula, perhaps the most compact and famous<br>&nbsp; &nbsp; &nbsp; of " +
                  "all formulas  -- developed by Euler from a discovery of de Moivre:<br>&nbsp; &nbsp; &nbsp; " +
                  " e<sup>(i * pi)</sup> + 1 = 0...<br>&nbsp; &nbsp; &nbsp; It appeals equally" +
                  " to the mystic, the scientist, the philosopher,<br>&nbsp; &nbsp; &nbsp; the mathematician.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Edward Kasner and James Newman";
quoteArray[233] = "\"On the other hand, it is impossible for a cube to be written as<br>&nbsp; &nbsp; &nbsp; a sum " +
                  "of two cubes or a fourth power to be written as a sum of<br>&nbsp; &nbsp; &nbsp; two fourth " +
                  "powers or, in general for any number which is a power<br>&nbsp; &nbsp; &nbsp; greater than the " +
                  "second to be written as a sum of two like powers.<br>&nbsp; &nbsp; &nbsp; For this I have " +
                  "discovered a truly wonderful proof, but the margin<br>&nbsp; &nbsp; &nbsp; is too small to " +
                  "contain it.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- P. Fermat ";   
quoteArray[234] = "\"I have discovered a truly marvelous proof of this, which<br>&nbsp; &nbsp; &nbsp; however " +
                  "the margin is not large enough to contain.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Pierre de Fermat, " +
                  "refering to the result<br>&nbsp; &nbsp; &nbsp; known as Fermat's Last Theorem";
quoteArray[235] = "\"After exponential quantities the circular functions, sine<br>&nbsp; &nbsp; &nbsp; and cosine, " +
                  "should be considered because they arise when<br>&nbsp; &nbsp; &nbsp; imaginary quantities are " +
                  "involved in the exponential.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Leonhard Euler";        
quoteArray[236] = "\"The symbolism of algebra is its glory.  But it also is its curse.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- William Betz";                                 

quoteArray[237] = "\"As long as there is algebra, there will be prayer in school.\" " +
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- Larry Miller  ";
        












// Geometry   238 to 261
quoteArray[238] = "\"There is no Royal Road to Geometry.\"" + "<br> &nbsp; &nbsp; &nbsp;" + "  -- Euclid";
quoteArray[239] = "\"Geometry existed before creation.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Plato";
quoteArray[240] = "\"God ever geometrizes.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Plato";
quoteArray[241] = "\"Let no one ignorant of geometry enter here.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "-- inscription above Plato's Academy";           
quoteArray[242] = "\"Circles to square and cubes to double<br>&nbsp; &nbsp; &nbsp; would give a man " +
                 "excessive trouble.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Matthew Prior";
quoteArray[243] = "\"There is geometry in the humming of the string.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Pythagoras";
quoteArray[244] = "\"He is unworthy of the name of man who is ignorant<br>&nbsp; &nbsp; &nbsp; of the fact that the " +
                  "diagonal of a square is<br>&nbsp; &nbsp; &nbsp; incommensurable with its side.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Plato";
quoteArray[245] = "\"I write rhymes with addition and algebra, mental geometry.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Ice-T"; 
quoteArray[246] = "\"Geometry is the foundation of all painting.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Albrecht Durer";
quoteArray[247] = "\"Mighty is geometry; joined with art, resistless.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Euripides";
quoteArray[248] = "\"The only angle from which to approach a problem is the TRY-Angle.\"";
quoteArray[249] = "\"Bees ... by virtue of a certain geometrical forethought ...<br>&nbsp; &nbsp; &nbsp; know that the hexagon " +
                  "is greater than the square<br>&nbsp; &nbsp; &nbsp; and the triangle, and will hold more honey for the " +
                  "<br>&nbsp; &nbsp; &nbsp; same expenditure of material.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Pappas ";        
                         
quoteArray[250] = "\"The shortest distance between two points is under construction.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Bill Sanderson";
quoteArray[251] = "\"Euclid Alone Has Looked on Beauty Bare.\"" +
                   "<br>&nbsp; &nbsp; &nbsp;" + "    --  Edna St. Vincent Millay";
   
            
quoteArray[252] = "\"Geometry is the science of correct reasoning on incorrect figures.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- George Polya" 
quoteArray[253] = "\"Population, when unchecked, increases in a geometrical ratio.<br>&nbsp; &nbsp; &nbsp; " +
                  "Subsistence increases only in an arithmetical ratio.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Thomas Robert Malthus";
quoteArray[254] = "\"Without geometry life is pointless.\"";
quoteArray[255] = "\"I am persuaded that this method [for calculating the volume<br>&nbsp; &nbsp; &nbsp; of a sphere] " +
                  "will be of no little service to mathematics. For I<br>&nbsp; &nbsp; &nbsp; foresee that once it " +
                  "is understood and established, it will be<br>&nbsp; &nbsp; &nbsp; used to discover other theorems " +
                  "which have not yet occurred<br>&nbsp; &nbsp; &nbsp; to me, by other mathematicians, now living or " +
                  "yet unborn.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Archimedes";        
      
quoteArray[256] = "\"Geometry has two great treasures: one is the Theorem<br>&nbsp; &nbsp; &nbsp; of Pythagoras; the other, " +
                  "the di\vision of a line into extreme<br>&nbsp; &nbsp; &nbsp; and mean ratio.  The first we may compare to " +
                  "a measure<br>&nbsp; &nbsp; &nbsp; of gold; the second we may name a precious jewel.\"" +
                   "<br>&nbsp; &nbsp; &nbsp;" + " -- Johannes Kepler";        
          
quoteArray[257] = "\"All of us are slaves to the prejudices of our own dimension.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Thomas Banchoff (in introduction to <i>Flatland</i>)";        
quoteArray[258] = "\"Where there is matter, there is geometry.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Johannes Kepler ";
quoteArray[259] = "\"Geometry is just plane fun.\"";            

quoteArray[260] = "\"Polar coordinates aren't just arctic fashions.\"";    
             
quoteArray[261] = "\"Except in mathematics, the shortest distance between<br>&nbsp; &nbsp; &nbsp; point A and " +
                 "point B is seldom a straight line.\"";





 









// Statistics and Probability    262 to 278   
quoteArray[262] = "\"There are three kinds of lies: lies, damned lies, and statistics.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Benjamin Disraeli";
quoteArray[263] = "\"Statistics are no substitute for judgment.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Henry Clay";
             
quoteArray[264] = "\"Statistics are human beings with the tears wiped away.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Paul Brodeur";
quoteArray[265] = "\"It is truth very certain that, when it is not in one's<br>&nbsp; &nbsp; &nbsp; power to determine " +
                  "what is true, we ought to follow<br>&nbsp; &nbsp; &nbsp; what is more probable.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Rene Descartes";
quoteArray[266] = "\"42.7% of all statistics are made up on the spot.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Steven Wright";
  
quoteArray[267] = "\"The theory of probabilities is at bottom nothing but<br>&nbsp; &nbsp; &nbsp; common sense " +
                  "reduced to calculus.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Pierre de La Place";
            
quoteArray[268] = "\"Now don't be sad, 'cause two out of three ain't bad.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Meatloaf";
quoteArray[269] = "\"You can not feed the hungry on statistics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Heinrich Heine";
            
quoteArray[270] = "\"Statistics means never having to say you're certain.\"";
             
quoteArray[271] = "\"The lottery is a tax on people who are bad at math.\"";
quoteArray[272] = "\"Statistics: the mathematical theory of ignorance.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Morris Kline";        
quoteArray[273] = "\"God not only plays dice. He also sometimes throws the<br>&nbsp; &nbsp; &nbsp; dice where " +
                  "they cannot be seen.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Stephen Hawking";        

quoteArray[274] = "\"The most important questions in life are, for the " +
                 "most part,<br>&nbsp; &nbsp; &nbsp; really only problems of probability.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" + 
                 "  -- Pierre Simon de La Place";

quoteArray[275] = "\"A single death is a tragedy, a million deaths is a statistic. " +                
                 "<br>&nbsp; &nbsp; &nbsp;" + 
                 "  -- Joseph Stalin";

quoteArray[276] = "\"He uses statistics as a drunken man uses lamp-posts...<br>&nbsp; &nbsp; &nbsp; " +
		"for support rather than illumination.\"" +
                  "<br>&nbsp; &nbsp; &nbsp;" + " - Andrew Lang (1844-1912) ";
        

quoteArray[277] = "\"A statistician is someone who is good with numbers, " +
                 "<br>&nbsp; &nbsp; &nbsp; but lacks the personality to be an accountant.\"";

quoteArray[278] = "\"It is a mathematical fact that fifty percent of all " +
                 "<br>&nbsp; &nbsp; &nbsp; doctors graduate in the bottom half of their class.\""; 

 











// Calculus and Infinity   279 to 322                               
quoteArray[279] = "\"I recoil with dismay and horror at this lamentable <br>&nbsp; &nbsp; &nbsp; " +
                 "plague of functions which do not have derivatives.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- Charles Hermite";
quoteArray[280] = "\"The calculus is the greatest aid we have to the application <br>&nbsp; &nbsp; &nbsp; " +
                 "of physical truth in the broadest sense of the word.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- W. F. Osgood";
quoteArray[281] = "\"After years of finding mathematics easy, I finally reached<br>&nbsp; &nbsp; &nbsp; integral" +
                 " calculus and came up against a barrier.  I realized that<br>&nbsp; &nbsp; &nbsp; this was as " +
                 "far as I could go, and to this day I have never<br>&nbsp; &nbsp; &nbsp; successfully gone " +
                 "beyond it in any but the most superficial way.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Isaac Asimov";                       
quoteArray[282] = "\"Who has not been amazed to learn that the function " +
                  "y = e<sup>x</sup>,<br>&nbsp; &nbsp; &nbsp; like a " +
                  "phoenix rising from its own ashes, is its own derivative?\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- " +
                  "Francois le Lionnais";           
quoteArray[283] = "\"I'm very good at integral and differential calculus, I know<br>&nbsp; &nbsp; &nbsp; the scientific " +
                  "names of beings animalculous; in short, in<br>&nbsp; &nbsp; &nbsp; matters vegetable, animal, and " +
                  "mineral, I am the very model<br>&nbsp; &nbsp; &nbsp; of the modern Major General.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- W.S. Gilbert " +
                  "in the Pirates of Penzance";
quoteArray[284] = "\"Calculus is the most powerful weapon of thought<br>&nbsp; &nbsp; &nbsp; yet devised by " +
                  "the wit of man.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " --  W. B. Smith";
quoteArray[285] = "\"Alcohol and Calculus Don't Mix;  Never Drink and Derive.\"";
quoteArray[286] = "\"The title which I most covet is that of teacher.  The writing<br>&nbsp; &nbsp; &nbsp; of a " +
                  "research paper and the teaching of freshman calculus,<br>&nbsp; &nbsp; &nbsp; and everything in " +
                  "between, falls under this rubric.  Happy is<br>&nbsp; &nbsp; &nbsp; the person who comes to " +
                  "understand something and then<br>&nbsp; &nbsp; &nbsp; gets to explain it.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Marshall Cohen";
     
quoteArray[287] = "\"The calculus is one of the greatest edifices constructed by mankind.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Cambridge Conference on School Mathematics";
quoteArray[288] = "\"With an absurd oversimplification, the 'invention' of the<br>&nbsp; &nbsp; &nbsp;  calculus is" +
                  " sometimes ascribed to two men, Newton and<br>&nbsp; &nbsp; &nbsp; Leibniz. In reality, " +
                  "the calculus is the product of a long<br>&nbsp; &nbsp; &nbsp; evolution that was neither " +
                  "initiated nor terminated by<br>&nbsp; &nbsp; &nbsp; Newton and Leibniz, but in which both played" +
                  " a decisive part.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Richard Courant and Herbert Robbins ";        
             
quoteArray[289] = "\"The whole apparatus of the calculus takes on an entirely<br>&nbsp; &nbsp; &nbsp; different " +
                  "form when developed for the complex numbers.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Keith Devlin";        
             
quoteArray[290] = "\"It is clear that Economics, if it is to be a science at all,<br>&nbsp; &nbsp; &nbsp; must be a " +
                  "mathematical science ... simply because it deals<br>&nbsp; &nbsp; &nbsp; with quantities... " +
                  " As the complete theory of almost every<br>&nbsp; &nbsp; &nbsp; other science involves the use " +
                  "of calculus, so we cannot<br>&nbsp; &nbsp; &nbsp; have a true theory of Economics without its aid." +
                  "\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- W. S. Jevons ";        
             
quoteArray[291] = "\"The calculus is the story this [the Western] world<br>&nbsp; &nbsp; &nbsp; first told itself as it " +
                  "became the modern world.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- David Berlinski"; 

quoteArray[292] = "\"One good thing about teaching calculus is that you<br>&nbsp; &nbsp; &nbsp; develop a hardened attitude " +
                  "towards repeating yourself.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Phil Hanlon  ";      
             
quoteArray[293] = "\"The definition of a limit is essentially his [Cauchy's] creation<br>&nbsp; &nbsp; &nbsp; and " +
                  "is as much of a miracle as those fantastic Swiss clocks of<br>&nbsp; &nbsp; &nbsp; the period " +
                  "in which hundreds of gleaming cogs are made to<br>&nbsp; &nbsp; &nbsp; celebrate not only the " +
                  "time and date but the phases of the moon.\"" + 
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "   -- David Berlinski";        
quoteArray[294] = "\"Starting in the seventeenth century, the general theory of<br>&nbsp; &nbsp; &nbsp; extreme" +
                  "  values  -- maxima and minima  -- has become one of<br>&nbsp; &nbsp; &nbsp; the systematic " +
                  "integrating principles of science.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "   -- Richard Courant and Herbert Robbins ";        
quoteArray[295] = "\"For since the fabric of the universe is most perfect and<br>&nbsp; &nbsp; &nbsp; the work of " +
                  "a most wise Creator, nothing at all takes place<br>&nbsp; &nbsp; &nbsp; in the universe in " +
                  "which some rule of maximum or minimum<br>&nbsp; &nbsp; &nbsp; does not appear.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Leonhard Euler";        
             
quoteArray[296] = "\"Progress has little to do with speed, but much to do with direction.\"";
                  
quoteArray[297] = "\"The world is continuous, but the mind is discrete.\" " +
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- David Mumford "

quoteArray[298] = "\"Everything tries to be round.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Black Elk";        
             
quoteArray[299] = "\"The Mean Value Theorem is the midwife of calculus - not<br>&nbsp; &nbsp; &nbsp; very important " +
                  "or glamorous by itself, but often helping to<br>&nbsp; &nbsp; &nbsp; deliver other theorems that " +
                  " are of major significance.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- E. Purcell and D. Varberg ";        
             
quoteArray[300] = "\"But just as much as it is easy to find the differential [derivative]<br>&nbsp; &nbsp; &nbsp; of a " +
                  "given quantity, so it is difficult to find the integral of a given<br>&nbsp; &nbsp; &nbsp; " +
                  "differential. Moreover, sometimes we cannot say with certainty<br>&nbsp; &nbsp; &nbsp; whether the " +
                  "integral of a given quantity can be found or not.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Johann Bernoulli ";  
quoteArray[301] = "\"Common integration is only the memory of differentiation...\"" +  
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "   -- A. De Morgan";        
quoteArray[302] = "\"Among all of the mathematical disciplines the theory of<br>&nbsp; &nbsp; &nbsp; differential " +
                  "equations is the most important... It furnishes<br>&nbsp; &nbsp; &nbsp; the explanation of all " +
                  "those elementary manifestations of<br>&nbsp; &nbsp; &nbsp; nature which involve time.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Sophus Lie";        
quoteArray[303] = "\"In the fall of 1972 President Nixon announced that the<br>&nbsp; &nbsp; &nbsp; rate of increase " +
                  "of inflation was decreasing. This was the<br>&nbsp; &nbsp; &nbsp; first time a sitting president " +
                  "used the third derivative to<br>&nbsp; &nbsp; &nbsp; advance his case for reelection.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Hugo Rossi";        
quoteArray[304] = "\"Calculus required continuity, and continuity was supposed<br>&nbsp; &nbsp; &nbsp; to require " +
                  "the infinitely little; but nobody could discover<br>&nbsp; &nbsp; &nbsp; what the infinitely " +
                  "little might be.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bertrand Russell";        
    
quoteArray[305] = "\"Calculus has its limits.\"";

quoteArray[306] = "\"Calculus is one course you can come with to your parents<br>&nbsp; &nbsp; &nbsp; and say, I am dropping  " +
                  "it. And they'll understand.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bill Cosby  ";    
quoteArray[307] = "\"God does not care about our mathematical difficulties;<br>&nbsp; &nbsp; &nbsp; He integrates empirically.\"";    

 

quoteArray[308] = "\"Numberless are the world's wonders.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Sophocles";             
quoteArray[309] = "\"I see it, but I don't believe it.\" [On Cantor's proof<br>&nbsp; &nbsp; &nbsp; that the points " +
                  "in the unit interval were in one-to-one<br>&nbsp; &nbsp; &nbsp; correspondence with points in " +
                  "the unit square.]" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Richard Dedekind ";        
                               
quoteArray[310] = "\"Mathematics, in one view, is the science of infinity.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- P. Davis and R. Hersh";  
quoteArray[311] = "\"The notion of infinity is our greatest friend; it is also<br>&nbsp; &nbsp; &nbsp; the" +
                 " greatest enemy of our peace of mind.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- James Pierpont";
quoteArray[312] = "\"To infinity and beyond.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Buzz Lightyear";                 
quoteArray[313] = "\"The infinite! No other question has ever moved so<br>&nbsp; &nbsp; &nbsp; profoundly " +
                 "the spirit of man.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- David Hilbert";                          
quoteArray[314] = "\"Our minds are finite, and even in these circumstances of<br>&nbsp; &nbsp; &nbsp; finitude we are " +
                  "surrounded by possibilities that are infinite;<br>&nbsp; &nbsp; &nbsp; and the purpose of human " +
                  "life is to grasp as much as we<br>&nbsp; &nbsp; &nbsp; can out of that infinitude.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Alfred North Whitehead";
quoteArray[315] = "\"Infinity converts the possible into the inevitable.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Norman Cousins "; 
quoteArray[316] = "\"[Paradoxes of the infinite arise] only when we attempt,<br>&nbsp; &nbsp; &nbsp; with our finite minds," +
                  " to discuss the infinite, assigning to it<br>&nbsp; &nbsp; &nbsp; those properties which we give to the " +
                  "finite and limited;\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Galileo Galilei ";                  

quoteArray[317] = "\"We must say that there are as many squares as there are numbers.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Galileo Galilei ";        
quoteArray[318] = "\"The infinite in mathematics is alway unruly unless it is properly treated.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Edward Kasner and James Newman";        
                          
quoteArray[319] = "\"God created infinity, and man, unable to understand infinity,<br>&nbsp; &nbsp; &nbsp; had to invent " +
                  "finite sets.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Gian Carlo Rota ";        
                          
quoteArray[320] = "\"Zeno was concerned with three problems...These are the<br>&nbsp; &nbsp; &nbsp; problem of the " +
                  "infinitesimal, the infinite, and continuity.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bertrand Russell";        
             
quoteArray[321] = "\"Only two things are infinite, the universe and human stupidity,<br>&nbsp; &nbsp; &nbsp; " +
                  "and I'm not sure about the former.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " –- Albert Einstein "; 
quoteArray[322] = "\"If one puts an infinite number of monkeys in front of<br>&nbsp; &nbsp; &nbsp; " +
                  "typewriters, and lets them clap away, there is a certainty<br>&nbsp; &nbsp; &nbsp; " +
                  "that one of them will come out with an exact version of<br>&nbsp; &nbsp; &nbsp; the " +
                  "'Iliad.'\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Nassim Nicholas Taleb ";    
                                  














//  Miscellaneous Quotes about Mathematics   323  to  371

            
quoteArray[323] = "\"There is no branch of mathematics, however abstract,<br>&nbsp; &nbsp; &nbsp; which may not" +
                 " someday be applied to the phenomena<br>&nbsp; &nbsp; &nbsp; of the real world.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" + 
                 "  -- Nicolai Lobachevsky";  
quoteArray[324] = "\"St. Augustine had good insight on the division of<br>&nbsp; &nbsp; &nbsp; " +
                 "labor between God and his children when he wrote that we<br>&nbsp; &nbsp; &nbsp; " +
                 "should work as if everything depended on our efforts and<br>&nbsp; &nbsp; &nbsp; " +
                 "pray as if everything depended on the Almighty.\"";
quoteArray[325] = "\"Mathematics is a game played according to certain<br>&nbsp; &nbsp; &nbsp; simple rules with " +
                  "meaningless marks on paper.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- David Hilbert";           
quoteArray[326] = "\"Mathematics is the science of what is clear by itself.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Carl Jacobi";
quoteArray[327] = "\"Perhaps the greatest paradox of all is that<br>&nbsp; &nbsp; &nbsp; there are paradoxes in " +
                  "mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Kasner and Newman";
quoteArray[328] = "\"One of the endlessly alluring aspects of mathematics<br>&nbsp; &nbsp; &nbsp; is that its " +
                  "thorniest paradoxes have a way of blooming<br>&nbsp; &nbsp; &nbsp; into beautiful theories.\"" + 
                 "<br>&nbsp; &nbsp; &nbsp;" +  
                  "  -- P.J. Davis"; 
quoteArray[329] = "\"All great therorems were discovered after midnight.\"" + "<br>&nbsp; &nbsp; &nbsp;"
               + "  -- Adrian Mathesis";     
quoteArray[330] = "\"Life is good for only two things: discovering<br>&nbsp; &nbsp; &nbsp; mathematics and teaching " +
                  "mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Simeon Poisson";
quoteArray[331] = "\"I'm sorry to say that the subject I most disliked<br>&nbsp; &nbsp; &nbsp; was mathematics. " + 
                  "I have thought about it. I think<br>&nbsp; &nbsp; &nbsp; the reason was that mathematics leaves " +
                  "no room<br>&nbsp; &nbsp; &nbsp; for argument. If you made a mistake, that was all<br>&nbsp; &nbsp; &nbsp; there was to it.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- Malcolm X";            
quoteArray[332] = "\"Mathematics is no more computation than typing is literature.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- John Allen Paulos";            
quoteArray[333] = "\"Small minds discuss persons. Average minds " +
                 "discuss<br>&nbsp; &nbsp; &nbsp; events. Great minds discuss ideas." +
                 " Really great minds<br>&nbsp; &nbsp; &nbsp; discuss mathematics.\"";
quoteArray[334] = "\"The pursuit of mathematics is a divine madness of the human spirit.\"" +
                "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- Alfred North Whitehead";       
quoteArray[335] = "\"Math class is tough.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Barbie Doll (1992) ";   
quoteArray[336] = "\"Mathematics is not a spectator sport!\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Karl J. Smith";            
quoteArray[337] = "\"There are two ways to do great mathematics. The first is<br>&nbsp; &nbsp; &nbsp; to be smarter " +
                  "than everybody else. The second way is to be<br>&nbsp; &nbsp; &nbsp; stupider than everybody else " +
                  "-- but persistent.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Raoul Bott";            
quoteArray[338] = "\"Mathematics is the life of the gods.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Novalis (Friedrich von Hardenberg)";
quoteArray[339] = "\"Mathematics should be fun.\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Peter J. Hilton";                 

quoteArray[340] = "\"The essence of mathematics is in its freedom.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Georg Cantor";
         
quoteArray[341] = "\"How can it be that mathematics, a product of human<br>&nbsp; &nbsp; &nbsp; thought " +
                  "independent of experience, is so admirably<br>&nbsp; &nbsp; &nbsp; adapted to the objects " +
                  "of reality?\"" + "<br>&nbsp; &nbsp; &nbsp;" + "  -- Albert Einstein";
      
quoteArray[342] = "\"Every human activity, good or bad, except mathematics,<br>&nbsp; &nbsp; &nbsp; must come to an end.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Paul Erdos";
quoteArray[343] = "\"By the end of the first month of the 1995 session,<br>&nbsp; &nbsp; &nbsp; each senator will " +
                  "have made more money than any<br>&nbsp; &nbsp; &nbsp; person who works 40 hours a week at minimum " +
                  "<br>&nbsp; &nbsp; &nbsp; wage for the entire year.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Bill Clinton";
quoteArray[344] = "\"Mathematical knowledge adds vigour to the mind,<br>&nbsp; &nbsp; &nbsp; frees it from " +
                  "prejudice, credulity, and superstition.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- John Arbuthnot";
            
quoteArray[345] = "\"Learning to solve problems is the principal<br>&nbsp; &nbsp; &nbsp; reason for studying " +
                  "mathematics.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- National Council of Teachers of Mathematics";        
             
quoteArray[346] = "\"To state a theorem and then to show examples<br>&nbsp; &nbsp; &nbsp; of it is literally to " +
                  "teach backwards.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- E. Kim Nebeuts";        
             
quoteArray[347] = "\"Mathematics is not a deductive science – that's a cliché.<br>&nbsp; &nbsp; &nbsp; When " +
                  "you try to prove a theorem, you don't just list the<br>&nbsp; &nbsp; &nbsp; hypotheses, " +
                  "and then start to reason.  What you do is trial<br>&nbsp; &nbsp; &nbsp; and error, " +
                  "experimentation, guesswork.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Paul Halmos";        
                                     
             
quoteArray[348] = "\"In the book of life, the answers aren't in the back.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Charlie Brown (Charles Schulz)";                   
quoteArray[349] = "\"A diagram is worth a thousand proofs.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Dr. Carl E. Linderholm";
            
quoteArray[350] = "\"Where the pessimist sees a half-closed interval,<br>&nbsp; &nbsp; &nbsp; the optimist sees" +
                  " a half-open interval.\"";
            
quoteArray[351] = "\"Discovery lessons, students writing to learn mathematics, the " +
                  "teaching of<br>&nbsp; &nbsp; &nbsp; so-called general problem solving concepts, field " +
                  "trips, math lab lessons,<br>&nbsp; &nbsp; &nbsp; alternate assessments, collaborative " +
                  "partner tests, student presentations,<br>&nbsp; &nbsp; &nbsp; and open-ended problems " +
                  "should all be used sparingly. I use some of them,<br>&nbsp; &nbsp; &nbsp; but they have " +
                  "limited value. Pencil-and-paper analytic solutions are the<br>&nbsp; &nbsp; &nbsp; heart " +
                  "of mathematics education.\" " +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "--Michael Stueben in <i>Twenty Years Before the Blackboard</i>";

quoteArray[352] = "\"The study of mathematics is apt to commence in disappointment.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +  "  -- Alfred North Whitehead";    

quoteArray[353] = "\"Somebody came up to me after a talk I had given, and said,<br>&nbsp; &nbsp; &nbsp; " +
                  "'You make mathematics seem like fun.' I was inspired to reply,<br>&nbsp; &nbsp; &nbsp; " +
                  "'If it isn't fun, why do it?'\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Ralph P. Boas ";        
quoteArray[354] = "\"A math student's best friend is BOB (the Back Of the Book),<br>&nbsp; &nbsp; &nbsp; " +
                  "but remember that BOB doesn't come to school on test days.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- Josh Folb ";   
                                              
quoteArray[355] = "\"Do math and you can do anything.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  " -- N.C.T.M. slogan ";              
quoteArray[356] = "\"Mathematics is the handwriting on the human<br>&nbsp; &nbsp; &nbsp; consciousness of the very " +
                  "Spirit of Life itself.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Claude Bragdon ";  

quoteArray[357] = "\"Every new body of discovery is mathematical in form,<br>&nbsp; &nbsp; &nbsp; because there " +
                  "is no other guidance we can have.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Charles Darwin ";        

quoteArray[358] = "\"The Mandelbrot set is the most complex<br>&nbsp; &nbsp; &nbsp; mathematical object known to mankind.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "  -- Benoit Mandelbrot";        
             
quoteArray[359] = "\"One can invent mathematics without knowing much of its history.<br>&nbsp; &nbsp; &nbsp; " +
                  "One can use mathematics without knowing much, if any, of its history.<br>&nbsp; &nbsp; &nbsp; " +
                  "But one cannot have a mature appreciation of mathematics without<br>&nbsp; &nbsp; &nbsp; a " +
                  "substantial knowledge of its history.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Abe Shenitzer";     
quoteArray[360] = "\"Mathematics is like checkers in being suitable for the young,<br>&nbsp; &nbsp; &nbsp; not too " +
                  "difficult, amusing, and without peril to the state.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- Plato";        
quoteArray[361] = "\"The greatest unsolved theorem in mathematics is why<br>&nbsp; &nbsp; &nbsp; some people are " +
                  "better at it than others.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " --  Adrian  Mathesis";        
quoteArray[362] = "\"Mathematics is an independent world created out of pure " +
                  "intelligence.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- William Wordsworth";
quoteArray[363] = "\"I advise my students to listen carefully the moment<br>&nbsp; &nbsp; &nbsp; they decide " +
                  "to take no more mathematics courses.<br>&nbsp; &nbsp; &nbsp; They might be able to hear " +
                  "the sound of closing doors.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- James Caballero";
quoteArray[364] = "\"Mathematics is the art of giving the same name to different things.\"" +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                  "-- J. H. Poincare ";

quoteArray[365] = "\"A math lecture without a proof is like a movie without a<br>&nbsp; &nbsp; &nbsp; love scene. " +
                  "This talk has two proofs.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- H. Lenstra  ";
   
quoteArray[366] = "\"Golden rule of deriving: never trust any result<br>&nbsp; &nbsp; &nbsp; that was proved after 11 PM.\"";              
quoteArray[367] = "\"Do the math:  Count your blessings.\"";                                        

quoteArray[368] = "\"According to my experience, students must know<br>&nbsp; &nbsp; &nbsp; the mathematics before they can apply it... " +
                   "they<br>&nbsp; &nbsp; &nbsp; cannot apply mathematics they do not know.  It is<br>&nbsp; &nbsp; &nbsp; like trying to teach people to play " +
                   "water polo<br>&nbsp; &nbsp; &nbsp; before they know how to swim.\"" +
                   "<br>&nbsp; &nbsp; &nbsp;" + "    --  Frank B. Allen (1988)";
quoteArray[369] = "\"Mathematics is for lazy people.\" " +
                  "<br>&nbsp; &nbsp; &nbsp;" + " -- Peter Hilton "
quoteArray[370] = "\"The best mathematical equation I have ever seen:\" " +
                  "<br>&nbsp; &nbsp; &nbsp;" + " &nbsp; &nbsp;  1 cross + 3 nails = 4 given."

quoteArray[371] = "\"God is a child; and when he began to play, he cultivated<br>&nbsp; &nbsp; &nbsp; mathematics. " +
                  "It is the most godly of man's games.\"" + "<br>&nbsp; &nbsp; &nbsp;" + " -- V. Erath"; 
quoteArray[372] = "\"The object of mathematics is the honor of the human spirit." +
                 "<br>&nbsp; &nbsp; &nbsp;" +
                 "  -- C. Jacobi";

quoteArray[373] = "\"Mathematics is the supreme judge; <br>&nbsp; &nbsp; &nbsp; from its decisions there is no appeal.\"";
      


  

                  







 

function getQuote()
{
    return quoteArray[returnRandomQuoteIndex()];   
}




// this returns a random quote index from the array
function returnRandomQuoteIndex()
{
    return Math.round( Math.random() * (quoteArray.length - 1 ) );
}


function printAllQuotes()
{
    
    for (i = 0; i < quoteArray.length; i++){

        if (i ==  0)
             document.writeln("<br><br><u>Quotes by and about Mathematicians</u><br>");
        if (i ==  43)
             document.writeln("<br><br><u>Quotes about Computers</u><br>");
        if (i == 52 )
             document.writeln("<br><br><u>Quotes about Math and Logic and Knowledge</u><br>");
        if (i ==  107)
             document.writeln("<br><br><u>Quotes about Mathematics and the World</u><br>");
        if (i ==  129)
             document.writeln("<br><br><u>Quotes about Math and Science</u><br>");
        if (i ==  144)
             document.writeln("<br><br><u>Quotes about Math, Beauty, Poetry, and the Arts</u><br>");
        if (i == 180)
             document.writeln("<br><br><u>Quotes about Numbers and Arithmetic</u><br>");
        if (i ==  226)
             document.writeln("<br><br><u>Quotes about Algebra</u><br>");
        if (i ==  238)
             document.writeln("<br><br><u>Quotes about Geometry</u><br>");
        if (i ==  262)
             document.writeln("<br><br><u>Quotes about Statistics and Probability</u><br>");
        if (i == 279)
             document.writeln("<br><br><u>Quotes about Calculus and Infinity</u><br>");
        if (i == 323)
             document.writeln("<br><br><u>Miscellaneous Quotes about Math</u><br>");

        document.writeln(i+1 + ".        "+ quoteArray[i]+ "<br><br>");


    }
}


function getQuoteAt( number ){
    return quoteArray[number];
}
