CREATE TABLE `fam_quotes` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `author` varchar(255) NOT NULL default '',
  `quote` mediumtext NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM;

INSERT INTO `fam_quotes` VALUES (1, 'Lee Iacocca', 'Motivation is everything. You can do the work of two people, but you can\'t be two people. Instead, you have to inspire the next guy down the line and get him to inspire his people.');
INSERT INTO `fam_quotes` VALUES (2, 'Lee Iacocca', 'In a completely rational society, the best of us would be teachers and the rest of us would have to settle for something else.');
INSERT INTO `fam_quotes` VALUES (3, 'Lee Iacocca', 'Do you want me to tell you something really subversive Love is everything it\'s cracked up to be. That\'s why people are so cynical about it. . . . It really is worth fighting for, being brave for, risking everything for. And the trouble is, if you don\'t risk anything, you risk even more.');
INSERT INTO `fam_quotes` VALUES (4, 'Lee Iacocca', 'Management is nothing more than motivating other people.');
INSERT INTO `fam_quotes` VALUES (5, 'Lee Iacocca', 'No matter what you\'ve done for yourself or for humanity, if you can\'t look back on having given love and attention to your own family, what have you really accomplished');
INSERT INTO `fam_quotes` VALUES (6, 'Lee Iacocca', 'My father always used to say that when you die, if you\'ve got five real friends, then you\'ve had a great life.');
INSERT INTO `fam_quotes` VALUES (7, 'Lee Iacocca', 'You can have brilliant ideas, but if you can\'t get them across, your ideas won\'t get you anywhere.');
INSERT INTO `fam_quotes` VALUES (8, 'Lee Iacocca', 'Incompetency begets incompetency. The last thing a guy who isn\'t sure of himself wants is a guy backing him up who is sure of himself.');
INSERT INTO `fam_quotes` VALUES (9, 'Lee Iacocca', 'A true friend is the greatest of all blessings, and that which we take the least care of all to acquire.');
INSERT INTO `fam_quotes` VALUES (10, 'Lee Iacocca', 'People want economy and they will pay any price to get it.');
INSERT INTO `fam_quotes` VALUES (11, 'Lee Iacocca', 'The trick is to make sure you don\'t die waiting for prosperity to come.');
INSERT INTO `fam_quotes` VALUES (12, 'H.L. Mencken', 'The whole aim of practical politics is to keep the populace in a continual state of alarm (and hence clamorous to be led to safety) by menacing them with an endless series of hobgoblins, all of them imaginary.');
INSERT INTO `fam_quotes` VALUES (13, 'H.L. Mencken', 'The penalty for laughing in a courtroom is six months in jail if it were not for this penalty, the jury would never hear the evidence.');
INSERT INTO `fam_quotes` VALUES (14, 'H.L. Mencken', 'Imagine the Creator as a stand up commedian - and at once the world becomes explicable.');
INSERT INTO `fam_quotes` VALUES (15, 'H.L. Mencken', 'We must respect the other fellow\'s religion,but only in the sense and to the extent that we respect his theory that his wife is beautiful and his children smart.');
INSERT INTO `fam_quotes` VALUES (16, 'H.L. Mencken', 'It is hard to believe that a man is telling the truth when you know that you would lie if you were in his place.');
INSERT INTO `fam_quotes` VALUES (17, 'H.L. Mencken', 'Communism, like any other revealed religion, is largely made up of prophecies.');
INSERT INTO `fam_quotes` VALUES (18, 'H.L. Mencken', 'JUDGE, n A law student who marks his own papers.');
INSERT INTO `fam_quotes` VALUES (19, 'H.L. Mencken', 'A celebrity is one who is known to many persons he is glad he doesn\'t know.');
INSERT INTO `fam_quotes` VALUES (20, 'H.L. Mencken', 'Any man who afflicts the human race with ideas must be prepared to see them misunderstood.');
INSERT INTO `fam_quotes` VALUES (21, 'H.L. Mencken', 'A cynic is a man who, when he smells flowers, looks around for a coffin.');
INSERT INTO `fam_quotes` VALUES (22, 'H.L. Mencken', 'A home is not a mere transient shelter its essence lies in the personalities of the people who live in it.');
INSERT INTO `fam_quotes` VALUES (23, 'H.L. Mencken', 'All men are frauds. The only difference between them is that some admit it. I myself deny it.');
INSERT INTO `fam_quotes` VALUES (24, 'H.L. Mencken', 'All successful newspapers are ceaselessly querulous and bellicose. They never defend anyone or anything if they can help it if the job is forced on them, they tackle it by denouncing someone or something else.');
INSERT INTO `fam_quotes` VALUES (25, 'H.L. Mencken', 'All zoos actually offer to the public in return for the taxes spent upon them is a form of idle and witless amusement, compared to which a visit to a penitentiary, or even to a State legislature in session, is informing, stimulating and ennobling.');
INSERT INTO `fam_quotes` VALUES (26, 'H.L. Mencken', 'A poet more than thirty years old is simply an overgrown child.');
INSERT INTO `fam_quotes` VALUES (27, 'H.L. Mencken', 'An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it will also make better soup.');
INSERT INTO `fam_quotes` VALUES (28, 'H.L. Mencken', 'Giving every man a vote has no more made men wise and free than Christianity has made them good.');
INSERT INTO `fam_quotes` VALUES (29, 'H.L. Mencken', 'Democracy is the theory that the common people know what they want and deserve to get it good and hard.');
INSERT INTO `fam_quotes` VALUES (30, 'H.L. Mencken', 'Every decent man is ashamed of the government he lives under.');
INSERT INTO `fam_quotes` VALUES (31, 'H.L. Mencken', 'I never lecture, not because I am shy or a bad speaker, but simply because I detest the sort of people who go to lectures and don\'t want to meet them.');
INSERT INTO `fam_quotes` VALUES (32, 'H.L. Mencken', 'I believe that all government is evil, and that trying to improve it is largely a waste of time.');
INSERT INTO `fam_quotes` VALUES (33, 'H.L. Mencken', 'Criticism is prejudice made plausible.');
INSERT INTO `fam_quotes` VALUES (34, 'H.L. Mencken', 'Faith may be defined briefly as an illogical belief in the occurrence of the improbable.');
INSERT INTO `fam_quotes` VALUES (35, 'H.L. Mencken', 'For it is mutual trust, even more than mutual interest that holds human associations together. Our friends seldom profit us but they make us feel safe... Marriage is a scheme to accomplish exactly that same end.');
INSERT INTO `fam_quotes` VALUES (36, 'H.L. Mencken', 'In the United States, doing good has come to be, like patriotism, a favorite device of persons with something to sell.');
INSERT INTO `fam_quotes` VALUES (37, 'H.L. Mencken', 'For centuries, theologians have been explaining the unknowable in terms of the-not-worth-knowing.');
INSERT INTO `fam_quotes` VALUES (38, 'H.L. Mencken', 'Misogynist A man who hates women as much as women hate one another.');
INSERT INTO `fam_quotes` VALUES (39, 'H.L. Mencken', 'It is inaccurate to say that I hate everything. I am strongly in favor of common sense, common honesty, and common decency. This makes me forever ineligible for public office.');
INSERT INTO `fam_quotes` VALUES (40, 'H.L. Mencken', 'Men are the only animals that devote themselves, day in and day out, to making one another unhappy. It is an art like any other. Its virtuosi are called altruists.');
INSERT INTO `fam_quotes` VALUES (41, 'H.L. Mencken', 'It is now quite lawful for a Catholic woman to avoid pregnancy by a resort to mathematics, though she is still forbidden to resort to physics or chemistry.');
INSERT INTO `fam_quotes` VALUES (42, 'H.L. Mencken', 'Man is never honestly the fatalist, nor even the stoic. He fights his fate, often desperately. He is forever entering bold exceptions to the rulings of the bench of gods. This fighting, no doubt, makes for human progress, for it favors the strong and the brave. It also makes for beauty, for lesser men try to escape from a hopeless and intolerable world by creating a more lovely one of their own.');
INSERT INTO `fam_quotes` VALUES (43, 'H.L. Mencken', 'It is impossible to imagine Goethe or Beethoven being good at billiards or golf.');
INSERT INTO `fam_quotes` VALUES (44, 'H.L. Mencken', 'Love is the triumph of imagination over intelligence.');
INSERT INTO `fam_quotes` VALUES (45, 'H.L. Mencken', 'It is even harder for the average ape to believe that he has descended from man.');
INSERT INTO `fam_quotes` VALUES (46, 'H.L. Mencken', 'It is the dull man who is always sure, and the sure man who is always dull.');
INSERT INTO `fam_quotes` VALUES (47, 'H.L. Mencken', 'Philosophy consists very largely of one philosopher arguing that all others are jackasses. He usually proves it, and I should add that he also usually proves that he is one himself.');
INSERT INTO `fam_quotes` VALUES (48, 'H.L. Mencken', 'The chief value of money lies in the fact that one lives in a world in which it is overestimated.');
INSERT INTO `fam_quotes` VALUES (49, 'H.L. Mencken', 'The government consists of a gang of men exactly like you and me. They have, taking one with another, no special talent for the business of government they have only a talent for getting and holding office.');
INSERT INTO `fam_quotes` VALUES (50, 'H.L. Mencken', 'Platitude an idea (a) that is admitted to be true by everyone, and (b) that is not true.');
INSERT INTO `fam_quotes` VALUES (51, 'H.L. Mencken', 'The capacity of human beings to bore one another seems to be vastly greater than that of any other animal.');
INSERT INTO `fam_quotes` VALUES (52, 'H.L. Mencken', 'Say what you will about the Ten Commandments, you must always come back to the pleasant fact that there are only ten of them.');
INSERT INTO `fam_quotes` VALUES (53, 'H.L. Mencken', 'Never let your inferiors do you a favor - it will be extremely costly.');
INSERT INTO `fam_quotes` VALUES (54, 'H.L. Mencken', 'Puritanism The haunting fear that someone, somewhere, may be happy.');
INSERT INTO `fam_quotes` VALUES (55, 'H.L. Mencken', 'The most common of all follies is to believe passionately in the palpably not true. It is the chief occupation of mankind.');
INSERT INTO `fam_quotes` VALUES (56, 'H.L. Mencken', 'Nobody ever went broke underestimating the taste of the American public.');
INSERT INTO `fam_quotes` VALUES (57, 'H.L. Mencken', 'The difference between a moral man and a man of honor is that the latter regrets a discreditable act, even when it has worked and he has not been caught.');
INSERT INTO `fam_quotes` VALUES (58, 'H.L. Mencken', 'We are here and it is now. Further than that all human knowledge is moonshine.');
INSERT INTO `fam_quotes` VALUES (59, 'H.L. Mencken', 'The older I grow the more I distrust the familiar doctrine that age brings wisdom.');
INSERT INTO `fam_quotes` VALUES (60, 'H.L. Mencken', 'To die for an idea it is unquestionably noble. But how much nobler it would be if men died for ideas that were true');
INSERT INTO `fam_quotes` VALUES (61, 'H.L. Mencken', 'The trouble with fighting for human freedom is that one spends most of one\'s time defending scoundrels. For it is against scoundrels that oppressive laws are first aimed, and oppression must be stopped at the beginning if it is to be stopped at all.');
INSERT INTO `fam_quotes` VALUES (62, 'H.L. Mencken', 'The world always makes the assumption that the exposure of an error is identical with the discovery of truth--that the error and truth are simply opposite. They are nothing of the sort. What the world turns to, when it is cured on one error, is usually simply another error, and maybe one worse than the first one.');
INSERT INTO `fam_quotes` VALUES (63, 'H.L. Mencken', 'Under democracy one party always devotes its chief energies to trying to prove that the other party is unfit to rule - and both commonly succeed, and are right.');
INSERT INTO `fam_quotes` VALUES (64, 'H.L. Mencken', 'Unquestionably, there is progress. The average American now pays out twice as much in taxes as he formerly got in wages.');
INSERT INTO `fam_quotes` VALUES (65, 'H.L. Mencken', 'After all, all he did was string together a lot of old, well-known quotations.');
INSERT INTO `fam_quotes` VALUES (66, 'H.L. Mencken', 'For every human problem, there is a neat, simple solution and it is always wrong');
INSERT INTO `fam_quotes` VALUES (67, 'H.L. Mencken', 'Conscience is the inner voice that warns us somebody may be looking.');
INSERT INTO `fam_quotes` VALUES (68, 'Bernard Baruch', 'Don\'t try to buy at the bottom and sell at the top. It can\'t be done except by liars.');
INSERT INTO `fam_quotes` VALUES (69, 'Bernard Baruch', 'I made my money by selling too soon.');
INSERT INTO `fam_quotes` VALUES (70, 'Bernard Baruch', 'To me, old age is always 15 years older than I am.');
INSERT INTO `fam_quotes` VALUES (71, 'Bernard Baruch', 'Only as you do know yourself can your brain serve you as a sharp and efficient tool. Know your own failings, passions, and prejudices so you can separate them from what you see.');
INSERT INTO `fam_quotes` VALUES (72, 'Bernard Baruch', 'Approach each new problem not with a view of finding what you hope will be there, but to get the truth, the realities that must be grappled with. You may not like what you find. In that case you are entitled to try to change it. But do not deceive yourself as to what you do find to be the facts of the situation.');
INSERT INTO `fam_quotes` VALUES (73, 'Baha\'u\'llah', 'It is not for him to pride himself who loveth his own country, but rather for him who loveth the whole world. The earth is but one country and mankind its citizens.');
INSERT INTO `fam_quotes` VALUES (74, 'Upton Sinclair', 'Fascism is capitalism plus murder.');
INSERT INTO `fam_quotes` VALUES (75, 'Upton Sinclair', 'I aimed at the public\'s heart, and by accident I hit it in the stomach.');
INSERT INTO `fam_quotes` VALUES (76, 'Harry Emerson Fosdick', 'Don\'t simply retire from something have something to retire to.');
INSERT INTO `fam_quotes` VALUES (77, 'Harry Emerson Fosdick', 'The fact that astronomies change while the stars abide is a true analogy of every realm of human life and thought, religion not least of all. No existent theology can be a final formulation of spiritual truth.');
INSERT INTO `fam_quotes` VALUES (78, 'Harry Emerson Fosdick', 'Hating people is like burning down your house to get rid of a rat.');
INSERT INTO `fam_quotes` VALUES (79, 'Harry Emerson Fosdick', 'He who chooses the beginning of the road chooses the place it leads to. It is the means that determines the end.');
INSERT INTO `fam_quotes` VALUES (80, 'Harry Emerson Fosdick', 'No horse gets anywhere until he is harnessed. No stream or gas drives anything until it is confined. No Niagara is ever turned into light and power until it is tunneled. No life ever grows great until it is focused, dedicated, disciplined.');
INSERT INTO `fam_quotes` VALUES (81, 'Harry Emerson Fosdick', 'Watch what people are cynical about, and one can often discover what they lack.');
INSERT INTO `fam_quotes` VALUES (82, 'Harry Emerson Fosdick', 'No steam or gas drives anything until it is confined. No life ever grows great until it is focused, dedicated, disciplined.');
INSERT INTO `fam_quotes` VALUES (83, 'Harry Emerson Fosdick', 'Bitterness imprisons life love releases it. Bitterness paralyzes life love empowers it. Bitterness sours life love sweetens it. Bitterness sickens life love heals it. Bitterness blinds life love anoints its eyes.');
INSERT INTO `fam_quotes` VALUES (84, 'Harry Emerson Fosdick', 'I would rather live in a world where my life is surrounded by mystery than live in a world so small that my mind could comprehend it.');
INSERT INTO `fam_quotes` VALUES (85, 'Harry Emerson Fosdick', 'The world is moving so fast these days that the man who says it can\'t be done is generally interrupted by someone doing it.');
INSERT INTO `fam_quotes` VALUES (86, 'Harry Emerson Fosdick', 'The steady discipline of intimate friendship with Jesus results in men becoming like Him.');
INSERT INTO `fam_quotes` VALUES (87, 'Harry Emerson Fosdick', 'Life is a library owned by an author. It has a few books which he wrote himself, but most of them were written for him.');
INSERT INTO `fam_quotes` VALUES (88, 'Harry Emerson Fosdick', 'Hold a picture of yourself long and steadily enough in your mind\'s eye, and you will be drawn toward it.');
INSERT INTO `fam_quotes` VALUES (89, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Barbossa For too long I\'ve been parched of thirst and unable to quench it. Too long I\'ve been starving to death and haven\'t died. I feel nothing. Not the wind on my face nor the spray of the sea. Nor the warmth of a woman\'s flesh. You best start believing in ghost stories Miss Turner. You\'re in one.');
INSERT INTO `fam_quotes` VALUES (90, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Jack Me I\'m dishonest, and a dishonest man you can always trust to be dishonest. Honestly. It\'s the honest ones you want to watch out for, because you can never predict when they\'re going to do something incredibly... stupid.');
INSERT INTO `fam_quotes` VALUES (91, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Jack You seem somewhat familiar. Have I threatened you before');
INSERT INTO `fam_quotes` VALUES (92, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Will Where\'s Elizabeth Jack She\'s safe, just like I promised. She\'s all set to marry Norrington, just like she promised. And you get to die for her, just like you promised. So we\'re all men of our word really... except for Elizabeth, who is in fact, a woman.');
INSERT INTO `fam_quotes` VALUES (93, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Jack When you marooned me on that god forsaken spit of land, you forgot one very important thing, mate I\'m Captain Jack Sparrow.');
INSERT INTO `fam_quotes` VALUES (94, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Will We\'re going to steal a ship That ship Jack Commandeer. We\'re going to commandeer that ship. Nautical term.');
INSERT INTO `fam_quotes` VALUES (95, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Jacoby I\'m gonna teach you the meaning of pain. Elizabeth You like pain Try wearing a corset.');
INSERT INTO `fam_quotes` VALUES (96, 'Pirates of the Caribbean The Curse of the Black Pearl', 'Jack You need to find yourself a girl mate. Or perhaps the reason you practice three hours a day is that you already found one, and are otherwise incapable of wooing said strumpet. You\'re not a eunuch are you');
INSERT INTO `fam_quotes` VALUES (97, 'H.R. Haldeman', 'Once the toothpaste is out of the tube, it\'s hard to get it back in');
INSERT INTO `fam_quotes` VALUES (98, 'H.R. Haldeman', 'You can\'t put the toothpaste back in the tube.');
INSERT INTO `fam_quotes` VALUES (99, 'H.R. Haldeman', 'We are getting into semantics again. If we use words, there is a very grave danger they will be misinterpreted.');
INSERT INTO `fam_quotes` VALUES (100, 'Andr Gide', 'The most important things to say are those which often I did not think necessary for me to say -- because they were too obvious.');
INSERT INTO `fam_quotes` VALUES (101, 'Andr Gide', 'Welcome anything that comes to you, but do not long for anything else.');
INSERT INTO `fam_quotes` VALUES (102, 'Andr Gide', 'There are very few monsters who warrant the fear we have of them.');
INSERT INTO `fam_quotes` VALUES (103, 'Andr Gide', 'In order to be utterly happy the only thing necessary is to refrain from comparing this moment with other moments in the past, which I often did not fully enjoy because I was comparing them with other moments of the future.');
INSERT INTO `fam_quotes` VALUES (104, 'Andr Gide', 'It is easier to lead men to combat, stirring up their passion, than to restrain them and direct them toward the patient labors of peace.');
INSERT INTO `fam_quotes` VALUES (105, 'Andr Gide', 'Complete possession is proved only by giving. All you are unable to give possesses you.');
INSERT INTO `fam_quotes` VALUES (106, 'Andr Gide', 'Everything has been said before, but since nobody listens we have to keep going back and beginning all over again.');
INSERT INTO `fam_quotes` VALUES (107, 'Andr Gide', 'The most decisive actions of our life -- I mean those that are most likely to decide the whole course of our future -- are, more often than not, unconsidered.');
INSERT INTO `fam_quotes` VALUES (108, 'Andr Gide', 'One does not discover new lands without consenting to lose sight of the shore for a very long time.');
INSERT INTO `fam_quotes` VALUES (109, 'Andr Gide', 'Art is a collarboration between God and the artist, and the less the artist does the better.');
INSERT INTO `fam_quotes` VALUES (110, 'Andr Gide', 'It is better to be hated for who you are than to be loved for what you are not.');
INSERT INTO `fam_quotes` VALUES (111, 'Andr Gide', 'Man cannot discover new oceans unless he has the courage to lose sight of the shore.');
INSERT INTO `fam_quotes` VALUES (112, 'Andr Gide', 'Believe those who are seeking the truth doubt those who find it.');
INSERT INTO `fam_quotes` VALUES (113, 'Hubert Humphrey', 'The right to be heard does not autmatically include the right to be taken seriously.');
INSERT INTO `fam_quotes` VALUES (114, 'Hubert Humphrey', 'Certainly one of the chief guarantees of freedom under any government, no matter how popular and respected, is the right of the citizens to keep and bear arms. This is not to say that firearms should not be carefully used and that definite safety rules of precaution should not be taught and enforced. But the right of the citizens to bear arms is just one guarantee against arbitrary government and one more safeguard against a tyranny which now appears remote in America, but which historically has proved to be always possible.');
INSERT INTO `fam_quotes` VALUES (115, 'Hubert Humphrey', 'Men in earnest have no time to waste In patching fig-leaves for the naked truth.');
INSERT INTO `fam_quotes` VALUES (116, 'Hubert Humphrey', 'Never give up on anybody.');
INSERT INTO `fam_quotes` VALUES (117, 'Hubert Humphrey', 'It is not what they take away from you that counts. It\'s what you do with what you have left.');
INSERT INTO `fam_quotes` VALUES (118, 'Hubert Humphrey', 'Behind every successful man stands a surprised mother-in-law.');
INSERT INTO `fam_quotes` VALUES (119, 'Hubert Humphrey', 'The greatest gift of life is friendship, and I have received it.');
INSERT INTO `fam_quotes` VALUES (120, 'Hubert Humphrey', 'The greatest healing therapy is friendship and love.');
INSERT INTO `fam_quotes` VALUES (121, 'Hubert Humphrey', 'The hardest job for a politician today is to have the courage to be a moderate. It\'s easy to take an extreme position.');
INSERT INTO `fam_quotes` VALUES (122, 'Hubert Humphrey', 'In real life, unlike in Shakespeare, the sweetness of the rose depends upon the name it bears. Things are not only what they are. They are, in very important respects, what they seem to be.');
INSERT INTO `fam_quotes` VALUES (123, 'Hubert Humphrey', 'You cannot go around and keep score. If you keep score on the good things and the bad things, you\'ll find out that you\'re a very miserable person. God gave man the ability to forget, which is one of the greatest attributes you have. Because if you remember everything that\'s happened to you, you generally remember that which is the most unfortunate.');
INSERT INTO `fam_quotes` VALUES (124, 'Hubert Humphrey', 'It was once said that the moral test of Government is how that Government treats those who are in the dawn of life, the children those who are in the twilight of life, the elderly and those who are in the shadows of life, the sick, the needy and the handicapped.');
INSERT INTO `fam_quotes` VALUES (125, 'Isaac Asimov', 'There is a single light of science, and to brighten it anywhere is to brighten it everywhere.');
INSERT INTO `fam_quotes` VALUES (126, 'Isaac Asimov', 'I do not fear computers. I fear lack of them.');
INSERT INTO `fam_quotes` VALUES (127, 'Isaac Asimov', 'It pays to be obvious, especially if you have a reputation for subtlety.');
INSERT INTO `fam_quotes` VALUES (128, 'Isaac Asimov', 'If my doctor told me I had only six minutes to live, I wouldn\'t brood. I\'d type a little faster.');
INSERT INTO `fam_quotes` VALUES (129, 'Isaac Asimov', 'A subtle thought that is in error may yet give rise to fruitful inquiry that can establish truths of great value.');
INSERT INTO `fam_quotes` VALUES (130, 'Isaac Asimov', 'I don\'t believe in an afterlife, so I don\'t have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse.');
INSERT INTO `fam_quotes` VALUES (131, 'Isaac Asimov', 'I\'m not a speed reader. I\'m a speed understander.');
INSERT INTO `fam_quotes` VALUES (132, 'Isaac Asimov', 'No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be. . .');
INSERT INTO `fam_quotes` VALUES (133, 'Isaac Asimov', 'Never let your sense of morals get in the way of doing what\'s right.');
INSERT INTO `fam_quotes` VALUES (134, 'Isaac Asimov', 'Jokes of the proper kind, properly told, can do more to enlighten questions of politics, philosophy, and literature than any number of dull arguments.');
INSERT INTO `fam_quotes` VALUES (135, 'Isaac Asimov', 'From my close observation of writers...they fall into two groups 1) those who bleed copiously and visibly at any bad review, and 2) those who bleed copiously and secretly at any bad review.');
INSERT INTO `fam_quotes` VALUES (136, 'Isaac Asimov', 'Dalton\'s records, carefully preserved for a century, were destroyed during the World War II bombing of Manchester. It is not only the living who are killed in war.');
INSERT INTO `fam_quotes` VALUES (137, 'Isaac Asimov', 'If knowledge can create problems, it is not through ignorance that we can solve them.');
INSERT INTO `fam_quotes` VALUES (138, 'Isaac Asimov', 'Science is a mechanism, a way of trying to improve your knowledge of nature. It\'s a system for testing your thoughts against the universe, and seeing whether they match.');
INSERT INTO `fam_quotes` VALUES (139, 'Isaac Asimov', 'University President Why is it that you physicists always require so much expensive equipment Now the Department of Mathematics requires nothing but money for paper, pencils, and erasers...and the Department of Philosophy is better still. It doesn\'t even ask for erasers.');
INSERT INTO `fam_quotes` VALUES (140, 'Isaac Asimov', 'The most exciting phrase to hear in science, the one that heralds new discoveries, is not \'Eureka\' (I found it) but \'That\'s funny ...\'');
INSERT INTO `fam_quotes` VALUES (141, 'Isaac Asimov', 'One, a robot may not injure a human being, or through inaction, allow a human being to come to harm Two, a robot must obey the orders given it by human beings except where such orders would conflict with the First Law Three, a robot must protect its own existence as long as such protection does not conflict with the First or Second Laws.');
INSERT INTO `fam_quotes` VALUES (142, 'Isaac Asimov', 'Violence is the last refuge of the incompetent.');
INSERT INTO `fam_quotes` VALUES (143, 'Isaac Asimov', 'You must keep sending work out you must never let a manuscript do nothing but eat its head off in a drawer. You send that work out again and again, while you\'re working on another one. If you have talent, you will receive some measure of success - but only if you persist.');
INSERT INTO `fam_quotes` VALUES (144, 'Isaac Asimov', 'Life is pleasant. Death is peaceful. It\'s the transition that\'s troublesome.');
INSERT INTO `fam_quotes` VALUES (145, 'Isaac Asimov', 'Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is completely honest.');
INSERT INTO `fam_quotes` VALUES (146, 'Hume Cronyn', 'The whole business of marshaling one\'s energies becomes more and more important as one grows older.');
INSERT INTO `fam_quotes` VALUES (147, 'David Broder', 'Anyone that wants the presidency so much that he\'ll spend two years organizing and campaigning for it is not to be trusted with the office.');
INSERT INTO `fam_quotes` VALUES (148, 'Anais Nin', 'The only abnormality is the incapacity to love.');
INSERT INTO `fam_quotes` VALUES (149, 'Anais Nin', 'When we blindly adopt a religion, a political system, a literary dogma, we become automatons. We cease to grow.');
INSERT INTO `fam_quotes` VALUES (150, 'Anais Nin', 'Throw your dreams into space like a kite, and you do not know what it will bring back, a new life, a new friend, a new love, a new country.');
INSERT INTO `fam_quotes` VALUES (151, 'Anais Nin', 'We don\'t see things as they are, we see things as we are.');
INSERT INTO `fam_quotes` VALUES (152, 'Anais Nin', 'Age does not protect you from love. But love, to some extent, protects you from age.');
INSERT INTO `fam_quotes` VALUES (153, 'Anais Nin', 'Life is a process of becoming, a combination of states we have to go through. Where people fail is that they wish to elect a state and remain in it. This is a kind of death.');
INSERT INTO `fam_quotes` VALUES (154, 'Anais Nin', 'Each friend represents a world in us, a world possibly not born until they arrive, and it is only by this meeting that a new world is born.');
INSERT INTO `fam_quotes` VALUES (155, 'Anais Nin', 'Love never dies a natural death. It dies because we don\'t know how to replenish it\'s source. It dies of blindness and errors and betrayals. It dies of illness and wounds it dies of weariness, of witherings, of tarnishings.');
INSERT INTO `fam_quotes` VALUES (156, 'Anais Nin', 'If what Proust says is true, that happiness is the absence of fever, then I will never know happiness. For I am possessed by a fever for knowledge, experience, and creation.');
INSERT INTO `fam_quotes` VALUES (157, 'Anais Nin', 'And the day came when the risk to remain tight in a bud was more painful than the risk it took to blossom.');
INSERT INTO `fam_quotes` VALUES (158, 'Anais Nin', 'Anxiety is love\'s greatest killer. It makes others feel as you might when a drowning man holds on to you. You want to save him, but you know he will strangle you with his panic.');
INSERT INTO `fam_quotes` VALUES (159, 'Anais Nin', 'Life shrinks or expands in proportion to one\'s courage.');
INSERT INTO `fam_quotes` VALUES (160, 'Anais Nin', 'When you make a world tolerable for yourself, you make a world tolerable for others.');
INSERT INTO `fam_quotes` VALUES (161, 'William J. O\'Neil', '90 of the people in the stock market, professionals and amateurs alike, simply haven\'t done enough homework.');
INSERT INTO `fam_quotes` VALUES (162, 'John Powell', 'The only real mistake is the one from which we learn nothing.');
INSERT INTO `fam_quotes` VALUES (163, 'John Powell', 'Let us consider the reason of the case. For nothing is law that is not reason.');
INSERT INTO `fam_quotes` VALUES (164, 'Billy Madison', 'Juanita Ooh that boy\'s a fine piece of work all right. He\'s a fine piece of ass though, too.');
INSERT INTO `fam_quotes` VALUES (165, 'Billy Madison', 'Billy Shampoo is better. I go on first and clean the hair. Conditioner is better. I leave the hair silky and smooth. Oh, really, fool Really.');
INSERT INTO `fam_quotes` VALUES (166, 'Billy Madison', 'Billy Sometimes I feel like an idiot. But I am an idiot, so it kinda works out.');
INSERT INTO `fam_quotes` VALUES (167, 'Billy Madison', 'Billy T-T-T-T-Today, Junior');
INSERT INTO `fam_quotes` VALUES (168, 'Billy Madison', 'Billy Hey I\'m trying to score points with the teacher today. DON\'T SCREW IT UP. 3rd Grader I dare you to touch her boobs. Billy Touch her boobs That\'s assault brotha...... Ya double dare me');
INSERT INTO `fam_quotes` VALUES (169, 'Billy Madison', 'Principal Any attempt to cheat, especially with my wife, who is a dirty, dirty, tramp, and I am just gonna snap.');
INSERT INTO `fam_quotes` VALUES (170, 'Billy Madison', 'Billy No I will not make out with you. Did ya hear that this girl wants to make out with me in the middle of class. You got Chlorophyll Man up there talking about God knows what and all she can talk about is making out with me. I\'m here to learn, everybody, not to make out with you. Go on with the chlorophyll.');
INSERT INTO `fam_quotes` VALUES (171, 'Billy Madison', 'Principal Mr. Madison, what you\'ve just said is one of the most insanely idiotic things I have ever heard. At no point in your rambling, incoherent response were you even close to anything that could be considered a rational thought. Everyone in this room is now dumber for having listened to it. I award you no points, and may God have mercy on your soul.');
INSERT INTO `fam_quotes` VALUES (172, 'Zadok Rabinwitz', 'A man\'s dreams are an index to his greatness.');
INSERT INTO `fam_quotes` VALUES (173, 'James Halliwell', 'If wishes were horses, beggars would ride.');
INSERT INTO `fam_quotes` VALUES (174, 'Josephus Daniels', 'Defeat never comes to any man until he admits it.');
INSERT INTO `fam_quotes` VALUES (175, 'Frank Lloyd Wright', 'A doctor can bury his mistakes but an architect can only advise his client to plant vines.');
INSERT INTO `fam_quotes` VALUES (176, 'Frank Lloyd Wright', 'If it keeps up, man will atrophy all his limbs but the push-button finger.');
INSERT INTO `fam_quotes` VALUES (177, 'Frank Lloyd Wright', 'Noble life demands a noble architecture for noble uses of noble men. Lack of culture means what it has always meant ignoble civilization and therefore imminent downfall.');
INSERT INTO `fam_quotes` VALUES (178, 'Frank Lloyd Wright', 'TV is chewing gum for the eyes.');
INSERT INTO `fam_quotes` VALUES (179, 'Frank Lloyd Wright', 'The truth is more important than the facts.');
INSERT INTO `fam_quotes` VALUES (180, 'Frank Lloyd Wright', 'Give me the luxuries of life and I will willingly do without the necessities.');
INSERT INTO `fam_quotes` VALUES (181, 'Frank Lloyd Wright', 'I believe in God, only I spell it Nature.');
INSERT INTO `fam_quotes` VALUES (182, 'Frank Lloyd Wright', 'Tip the world over on its side and everything loose will land in Los Angeles.');
INSERT INTO `fam_quotes` VALUES (183, 'Frank Lloyd Wright', 'The longer I live the more beautiful life becomes.');
INSERT INTO `fam_quotes` VALUES (184, 'Frank Lloyd Wright', 'Many wealthy people are little more than janitors of their possessions.');
INSERT INTO `fam_quotes` VALUES (185, 'Frank Lloyd Wright', 'Business is like riding a bicycle. Either you keep moving or you fall down.');
INSERT INTO `fam_quotes` VALUES (186, 'Frank Lloyd Wright', 'The thing always happens that you really believe in and the belief in a thing makes it happen.');
INSERT INTO `fam_quotes` VALUES (187, 'Frank Lloyd Wright', 'An idea is salvation by imagination.');
INSERT INTO `fam_quotes` VALUES (188, 'Frank Lloyd Wright', 'The physician can bury his mistakes, but the architect can only advise his client to plant vines - so they should go as far as possible from home to build their first buildings.');
INSERT INTO `fam_quotes` VALUES (189, 'Burton Hills', 'Happiness is not a destination. It is a method of life.');
INSERT INTO `fam_quotes` VALUES (190, 'Lyndon B. Johnson', 'Being president is like being a jackass in a hailstorm. There\'s nothing to do but to stand there and take it.');
INSERT INTO `fam_quotes` VALUES (191, 'Lyndon B. Johnson', 'When things haven\'t gone well for you, call in a secretary or a staff man and chew him out. You will sleep better and they will appreciate the attention.');
INSERT INTO `fam_quotes` VALUES (192, 'Lyndon B. Johnson', 'I won\'t have you electioneering on my doorstep. Every time you get in trouble in Parliament you run over here with your shirttail hanging out. (To Prime Minister Harold Wilson)');
INSERT INTO `fam_quotes` VALUES (193, 'Lyndon B. Johnson', 'Our purpose in Vietnam is to prevent the success of aggression. It is not conquest, it is not empire, it is not foreign bases, it is not domination. It is, simply put, just to prevent the forceful conquest of South Vietnam by North Vietnam.');
INSERT INTO `fam_quotes` VALUES (194, 'Lyndon B. Johnson', 'If you let a bully come in your front yard, he\'ll be on your porch the next day and the day after that he\'ll rape your wife in your own bed. (On appeasement)');
INSERT INTO `fam_quotes` VALUES (195, 'Lyndon B. Johnson', 'I don\'t believe I\'ll ever get credit for anything I do in foreign affairs, no matter how successful it is, because I didn\'t go to Harvard.');
INSERT INTO `fam_quotes` VALUES (196, 'Lyndon B. Johnson', 'The Negro says, \'Now.\' Others say, \'Never.\' The voice of responsible Americans ... says, \'Together.\' There is no other way.');
INSERT INTO `fam_quotes` VALUES (197, 'Lyndon B. Johnson', 'Until justice is blind to color, until education is unaware of race, until opportunity is unconcerned with the color of men\'s skins, emancipation will be a proclamation but not a fact.');
INSERT INTO `fam_quotes` VALUES (198, 'Lyndon B. Johnson', 'I greet you as the shapers of American society.');
INSERT INTO `fam_quotes` VALUES (199, 'Lyndon B. Johnson', 'There are plenty of recommendations on how to get out of trouble cheaply and fast. Most of them come down to this Deny your responsibility.');
INSERT INTO `fam_quotes` VALUES (200, 'Lyndon B. Johnson', 'All that Hubert needs over there is a gal to answer the phone and a pencil with an eraser on it.');
INSERT INTO `fam_quotes` VALUES (201, 'Lyndon B. Johnson', 'I seldom think of politics more than 18 hours a day.');
INSERT INTO `fam_quotes` VALUES (202, 'Lyndon B. Johnson', 'I believe the destiny of your generation-and your nation-is a rendezvous with excellence.');
INSERT INTO `fam_quotes` VALUES (203, 'Lyndon B. Johnson', 'Poverty must not be a bar to learning and learning must offer an escape from poverty.');
INSERT INTO `fam_quotes` VALUES (204, 'Lyndon B. Johnson', 'Every man has a right to a Saturday night bath.');
INSERT INTO `fam_quotes` VALUES (205, 'Lyndon B. Johnson', 'We have entered an age in which education is not just a luxury permitting some men an advantage over others. It has become a necessity without which a person is defenseless in this complex, industrialized society. ... We have truly entered the century of the educated man.');
INSERT INTO `fam_quotes` VALUES (206, 'Lyndon B. Johnson', 'A man can take a little bourbon without getting drunk, but if you hold his mouth open and pour in a quart, he\'s going to get sick on it.');
INSERT INTO `fam_quotes` VALUES (207, 'Lyndon B. Johnson', 'Jack was out kissing babies while I was out passing bills. Someone had to tend the store.');
INSERT INTO `fam_quotes` VALUES (208, 'Lyndon B. Johnson', 'Organized crime constitutes nothing less than a guerilla war against society.');
INSERT INTO `fam_quotes` VALUES (209, 'Lyndon B. Johnson', 'The presidency has made every man who occupied it, no matter how small, bigger than he was and no matter how big, not big enough for its demands.');
INSERT INTO `fam_quotes` VALUES (210, 'Lyndon B. Johnson', 'The CIA is made up of boys whose families sent them to Princeton but wouldn\'t let them into the family brokerage business.');
INSERT INTO `fam_quotes` VALUES (211, 'Lyndon B. Johnson', 'If two men agree on everything, you may be sure that one of them is doing the thinking.');
INSERT INTO `fam_quotes` VALUES (212, 'Lyndon B. Johnson', 'It is the common failing of totalitarian regimes that they cannot really understand the nature of our democracy. They mistake dissent for disloyalty. They mistake restlessness for a rejection of policy. They mistake a few committees for a country. They misjudge individual speeches for public policy. (Answering North Vietnamese charge that US could not endure)');
INSERT INTO `fam_quotes` VALUES (213, 'Lyndon B. Johnson', 'The noblest search is the search for excellence.');
INSERT INTO `fam_quotes` VALUES (214, 'Lyndon B. Johnson', 'I\'m tired. I\'m tired of feeling rejected by the American people. I\'m tired of waking up in the middle of the night worrying about the war.');
INSERT INTO `fam_quotes` VALUES (215, 'Lyndon B. Johnson', 'Light at the end of the tunnel We don\'t even have a tunnel we don\'t even know where the tunnel is.');
INSERT INTO `fam_quotes` VALUES (216, 'Lyndon B. Johnson', 'The American city should be a collection of communities where every member has a right to belong. It should be a place where every man feels safe on his streets and in the house of his friends. It should be a place where each individual\'s dignity and self-respect is strengthened by the respect and affection of his neighbors. It should be a place where each of us can find the satisfaciton and warmth which comes from being a member of the community of man. This is what man sought at the dawn of civilzation. It is what we seek today.');
INSERT INTO `fam_quotes` VALUES (217, 'Lyndon B. Johnson', 'I will do my best. That is all I can do. I ask for your help-and God\'s.');
INSERT INTO `fam_quotes` VALUES (218, 'Lyndon B. Johnson', 'I\'d rather give my life than be afraid to give it.');
INSERT INTO `fam_quotes` VALUES (219, 'Lyndon B. Johnson', 'We have talked long enough in this country about equal rights. ... It is time now to write the next chapter-and to write it in the books of law.');
INSERT INTO `fam_quotes` VALUES (220, 'Lyndon B. Johnson', 'This administration here and now declares unconditional war on poverty.');
INSERT INTO `fam_quotes` VALUES (221, 'Lyndon B. Johnson', 'I want to make a policy statement. I am unabashedly in favor of women. (On appointing 10 women to top government positions)');
INSERT INTO `fam_quotes` VALUES (222, 'Lyndon B. Johnson', 'We have the opportunity to move not only toward the rich society and the powerful society, but upward to the Great Society.');
INSERT INTO `fam_quotes` VALUES (223, 'Lyndon B. Johnson', 'We Americans know-although others appear to forget-the risk of spreading conflict. We still seek no wider war. (On ordering retaliatory action against North Vietnam)');
INSERT INTO `fam_quotes` VALUES (224, 'Lyndon B. Johnson', 'They call upon us to supply American boys to do the job that Asian boys should do.');
INSERT INTO `fam_quotes` VALUES (225, 'Lyndon B. Johnson', 'When I was a boy ... we didn\'t wake up with Vietnam and have Cyprus for lunch and the Congo for dinner');
INSERT INTO `fam_quotes` VALUES (226, 'Lyndon B. Johnson', 'A rioter with a Molotov cocktail in his hands is not fighting for civil rights any more than a Klansman with a sheet on his back and mask on his face. They are both more or less what the law declares them lawbreakers, destroyers of constitutional rights and liberties and ultimately destroyers of a free America.');
INSERT INTO `fam_quotes` VALUES (227, 'Lyndon B. Johnson', 'Our numbers have increased in Vietnam because the aggression of others has increased in Vietnam. There is not, and there will not be, a mindless escalation.');
INSERT INTO `fam_quotes` VALUES (228, 'Lyndon B. Johnson', 'I report to you that our country is challenged at home and abroad that it is our will that is being tried and not our strength our sense of purpose and not our ability to achieve a better America.');
INSERT INTO `fam_quotes` VALUES (229, 'Lyndon B. Johnson', 'In this age when there can be no losers in peace and no victors in war, we must recognize the obligation to match national strength with national restraint.');
INSERT INTO `fam_quotes` VALUES (230, 'Lyndon B. Johnson', 'Presidents quickly realize that while a single act might destroy the world they live in, no one single decision can make life suddenly better or can turn history around for good.');
INSERT INTO `fam_quotes` VALUES (231, 'Lyndon B. Johnson', 'War is always the same. It is young men dying in the fullness of their promise. It is trying to kill a man that you do not even know well enough to hate. Therefore, to know war is to know that there is still madness in the world.');
INSERT INTO `fam_quotes` VALUES (232, 'Lyndon B. Johnson', 'I knew from the start if I left a woman I really loved -- the Great Society -- in order to fight that bitch of a war in Vietnam  then I would lose everything at home. My hopes  my dreams.');
INSERT INTO `fam_quotes` VALUES (233, 'Lyndon B. Johnson', 'I believe, with abiding conviction, that this people-nurtured by their deep faith, tutored by their hard lessons, moved by their high aspirations-have the will to meet the trials that these times impose.');
INSERT INTO `fam_quotes` VALUES (234, 'Lyndon B. Johnson', 'What we won when all of our people united ... must not be lost in suspicion and distrust and selfishness and politics. ... Accordingly, I shall not seek, and I will not accept, the nomination of my party for another term as president.');
INSERT INTO `fam_quotes` VALUES (235, 'Lyndon B. Johnson', 'To conclude that women are unfitted to the task of our historic society seems to me the equivalent of closing male eyes to female facts.');
INSERT INTO `fam_quotes` VALUES (236, 'Lyndon B. Johnson', 'A compassionate government keeps faith with the trust of the people and cherishes the future of their children.');
INSERT INTO `fam_quotes` VALUES (237, 'Lyndon B. Johnson', 'Democracy is a constant tension between truth and half-truth and, in the arsenal of truth, there is no greater weapon than fact.');
INSERT INTO `fam_quotes` VALUES (238, 'Lyndon B. Johnson', 'America has not always been kind to its artists and scholars. Somehow the scientists always seem to get the penthouse while the arts and humanities get the basement.');
INSERT INTO `fam_quotes` VALUES (239, 'Lyndon B. Johnson', 'If one morning I walked on top of the water across the Potomac River, the headline that afternoon would read President Can\'t Swim.');
INSERT INTO `fam_quotes` VALUES (240, 'Lyndon B. Johnson', 'We can draw lessons from the past, but we cannot live in it.');
INSERT INTO `fam_quotes` VALUES (241, 'Lyndon B. Johnson', 'It is the excitement of becoming - always becoming, trying, probing, falling, resting, and trying again- but always trying and always gaining...');
INSERT INTO `fam_quotes` VALUES (242, 'Lyndon B. Johnson', 'Yesterday is not ours to recover, but tomorrow is ours to win or to lose.');
INSERT INTO `fam_quotes` VALUES (243, 'Lyndon B. Johnson', 'America is not merely a nation but a nation of nations.');
INSERT INTO `fam_quotes` VALUES (244, 'Jean Paul', 'The more sand that has escaped from the hourglass of our life, the clearer we should see through it.');
INSERT INTO `fam_quotes` VALUES (245, 'Dwight D Eisenhower', 'Oh, that lovely title, ex-president.');
INSERT INTO `fam_quotes` VALUES (246, 'Dwight D Eisenhower', 'Leadership is the art of getting someone else to do something you want done because he wants to do it.');
INSERT INTO `fam_quotes` VALUES (247, 'Dwight D Eisenhower', 'When I was a small boy growing up in Kansas, a friend of mine and I went fishing and as we sat there in the warmth of a summer afternoon on a riverbank we talked about what we wanted to do when we grew up. I told him that I wanted to be a real major-league baseball player, a genuine professional like Honus Wagner. My friend said that he\'d like to be President of the United States. Neither of us got our wish.');
INSERT INTO `fam_quotes` VALUES (248, 'Dwight D Eisenhower', 'There\'s no tragedy in life like the death of a child. Things never get back to the way they were.');
INSERT INTO `fam_quotes` VALUES (249, 'Dwight D Eisenhower', 'I feel like the fellow in jail who is watching his scaffold being built. (On construction of reviewing stands for inauguration of his successor John F Kennedy)');
INSERT INTO `fam_quotes` VALUES (250, 'Dwight D Eisenhower', 'Unlike presidential administrations, problems rarely have terminal dates.');
INSERT INTO `fam_quotes` VALUES (251, 'Dwight D Eisenhower', 'No one should ever sit in this office over 70 years old, and that I know.');
INSERT INTO `fam_quotes` VALUES (252, 'Dwight D Eisenhower', 'Some years ago I became president of Columbia University and learned within 24 hours to be ready to speak at the drop of a hat, and I learned something more, the trustees were expected to be ready to speak at the passing of the hat.');
INSERT INTO `fam_quotes` VALUES (253, 'Dwight D Eisenhower', 'I have found out in later years that we were very poor, but the glory of America is that we didn\'t know it then.');
INSERT INTO `fam_quotes` VALUES (254, 'Dwight D Eisenhower', 'Humility must always be the portion of any man who receives acclaim earned in the blood of his followers and the sacrifices of his friends.');
INSERT INTO `fam_quotes` VALUES (255, 'Dwight D Eisenhower', 'The supreme quality for leadership is unquestionably integrity. Without it, no real success is possible, no matter whether it is on a section gang, a football field, in an army, or in an office.');
INSERT INTO `fam_quotes` VALUES (256, 'Dwight D Eisenhower', 'Things have never been more like the way they are today in history.');
INSERT INTO `fam_quotes` VALUES (257, 'Dwight D Eisenhower', 'There is nothing wrong with America that the faith, love of freedom, intelligence and energy of her citizens cannot cure.');
INSERT INTO `fam_quotes` VALUES (258, 'Dwight D Eisenhower', 'When you appeal to force, there\'s one thing you must never do - lose.');
INSERT INTO `fam_quotes` VALUES (259, 'Dwight D Eisenhower', 'Neither a wise man nor a brave man lies down on the tracks of history to wait for the train of the future to run over him.');
INSERT INTO `fam_quotes` VALUES (260, 'Dwight D Eisenhower', 'That was and still is the great disaster of my life-that lovely, lovely little boy.');
INSERT INTO `fam_quotes` VALUES (261, 'Dwight D Eisenhower', 'Our pleasures were simple-they included survival.');
INSERT INTO `fam_quotes` VALUES (262, 'Dwight D Eisenhower', 'Only an alert and knowledgeable citizenry can complel the proper meshing of the huge industrial and military machinery of defense with our peaceful methods and goals, so that security and liberty may prosper together.');
INSERT INTO `fam_quotes` VALUES (263, 'Dwight D Eisenhower', 'I hate war as only a soldier who has lived it can, only as one who has seen its brutality, its futility, its stupidity.');
INSERT INTO `fam_quotes` VALUES (264, 'Dwight D Eisenhower', 'Here in America we are descended in blood and in spirit from revolutionists and rebels - men and women who dare to dissent from accepted doctrine. As their heirs, may we never confuse honest dissent with disloyal subversion.');
INSERT INTO `fam_quotes` VALUES (265, 'Dwight D Eisenhower', 'The world moves, and ideas that were once good are not always good.');
INSERT INTO `fam_quotes` VALUES (266, 'Dwight D Eisenhower', 'There is no victory at bargain basement prices.');
INSERT INTO `fam_quotes` VALUES (267, 'Dwight D Eisenhower', 'Whatever America hopes to bring to pass in the world must first come to pass in the heart of America.');
INSERT INTO `fam_quotes` VALUES (268, 'Dwight D Eisenhower', 'Unless each day can be looked back upon by an individual as one in which he has had some fun, some joy, some real satisfaction, that day is a loss.');
INSERT INTO `fam_quotes` VALUES (269, 'Dwight D Eisenhower', 'People in the long run are going to do more to promote peace than governments.');
INSERT INTO `fam_quotes` VALUES (270, 'Dwight D Eisenhower', 'What counts is not necessarily the size of the dog in the fight - it\'s the size of the fight in the dog.');
INSERT INTO `fam_quotes` VALUES (271, 'Dwight D Eisenhower', 'I think that people want peace so much that one of these days government had better get out of their way and let them have it.');
INSERT INTO `fam_quotes` VALUES (272, 'Dwight D Eisenhower', 'This desk of mine is one at which a man may die, but from which he cannot resign.');
INSERT INTO `fam_quotes` VALUES (273, 'Dwight D Eisenhower', 'Don\'t think you are going to conceal thoughts by concealing evidence that they ever existed.');
INSERT INTO `fam_quotes` VALUES (274, 'Dwight D Eisenhower', 'As it is an ancient truth that freedom cannot be legislated into existence, so it is no less obvious that freedom cannot be censored into existence.');
INSERT INTO `fam_quotes` VALUES (275, 'Dwight D Eisenhower', 'Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed.');
INSERT INTO `fam_quotes` VALUES (276, 'Dwight D Eisenhower', 'From behind the Iron Curtain, there are signs that tyranny is in trouble and reminders that its structure is as brittle as its surface is hard.');
INSERT INTO `fam_quotes` VALUES (277, 'Dwight D Eisenhower', 'From this day forward, the millions of our schoolchildren will daily proclaim in every city and town, every village and rural schoolhouse, the dedication of our nation and our people to the Almighty. (On signing law for inclusion of the words \'under God\' in the Pledge of Allegiance, 14 Jun 54)');
INSERT INTO `fam_quotes` VALUES (278, 'Dwight D Eisenhower', 'I have one yardstick by which I test every major problem-and that yardstick is Is it good for America');
INSERT INTO `fam_quotes` VALUES (279, 'Dwight D Eisenhower', 'Farming looks mighty easy when your plow is a pencil, and you\'re a thousand miles from the corn field.');
INSERT INTO `fam_quotes` VALUES (280, 'Dwight D Eisenhower', 'I could have spoken from Rhode Island where I have been staying ... But I felt that, in speaking from the house of Lincoln, of Jackson, and of Wilson, my words would better convey both the sadness I feel in the action I was compelled today to make and the firmness with which I intend to pursue this course until the orders of the federal court at Little Rock can be executed without unlawful interference. (On sending troops to enforce integration in Little Rock AR High School)');
INSERT INTO `fam_quotes` VALUES (281, 'Dwight D Eisenhower', 'A people that values its privileges above its principles soon loses both.');
INSERT INTO `fam_quotes` VALUES (282, 'Dwight D Eisenhower', 'Though force can protect in emergency, only justice, fairness, consideration and co-operation can finally lead men to the dawn of eternal peace.');
INSERT INTO `fam_quotes` VALUES (283, 'Dwight D Eisenhower', 'I would rather try to persuade a man to go along, because once I have persuaded him he will stick. If I scare him, he will stay just as long as he is scared, and then he is gone.');
INSERT INTO `fam_quotes` VALUES (284, 'Dwight D Eisenhower', 'I can think of nothing more boring for the American people than to have to sit in their living rooms for a whole half hour looking at my face on their television screens.');
INSERT INTO `fam_quotes` VALUES (285, 'Dwight D Eisenhower', 'Don\'t join the book burners. Don\'t think you\'re going to conceal faults by concealing evidence that they ever existed. Don\'t be afraid to go in your library and read every book...');
INSERT INTO `fam_quotes` VALUES (286, 'Dwight D Eisenhower', 'An intellectual is a man who takes more words than necessary to tell more than he knows.');
INSERT INTO `fam_quotes` VALUES (287, 'Dwight D Eisenhower', 'Things are more like they are now than they ever were before.');
INSERT INTO `fam_quotes` VALUES (288, 'Dwight D Eisenhower', 'I like to believe that people in the long run are going to do more to promote peace than our governments. Indeed, I think that people want peace so much that one of these days governments had better get out of the way and let them have it.');
INSERT INTO `fam_quotes` VALUES (289, 'Dwight D Eisenhower', 'A sense of humor is part of the art of leadership, of getting along with people, of getting things done.');
INSERT INTO `fam_quotes` VALUES (290, 'Dwight D Eisenhower', 'We succeed only as we identify in life, or in war, or in anything else, a single overriding objective, and make all other considerations bend to that one objective.');
INSERT INTO `fam_quotes` VALUES (291, 'Dwight D Eisenhower', 'When you are in any contest you should work as if there were - to the very last minute - a chance to lose it.');
INSERT INTO `fam_quotes` VALUES (292, 'Hilaire Belloc', 'All men have an instinct for conflict at least, all healthy men.');
INSERT INTO `fam_quotes` VALUES (293, 'Hilaire Belloc', 'The moment a man talks to his fellows he begins to lie.');
INSERT INTO `fam_quotes` VALUES (294, 'Hilaire Belloc', 'When I am dead, I hope it is said, \'His sins were scarlet, but his books were read\'.');
INSERT INTO `fam_quotes` VALUES (295, 'Hilaire Belloc', 'I\'m tired of Love I\'m still more tired of Rhyme. But Money gives me pleasure all the time.');
INSERT INTO `fam_quotes` VALUES (296, 'Hilaire Belloc', 'From quiet homes and first beginning, Out to the undiscovered ends, There\'s nothing worth the wear of winning, But laughter and the love of friends.');
INSERT INTO `fam_quotes` VALUES (297, 'William Proxmire', 'Power always has to be kept in check power exercised in secret, especially under the cloak of national security, is doubly dangerous.');
INSERT INTO `fam_quotes` VALUES (298, 'James Allen', 'Work joyfully and peacefully, knowing that right thoughts and right efforts inevitably bring about right results.');
INSERT INTO `fam_quotes` VALUES (299, 'James Allen', 'You are today where your thoughts have brought you you will be tomorrow where your thoughts take you.');
INSERT INTO `fam_quotes` VALUES (300, 'James Allen', 'The outer conditions of a person\'s life will always be found to reflect their inner beliefs.');
INSERT INTO `fam_quotes` VALUES (301, 'James Allen', 'We do not attract what we want, But what we are.');
INSERT INTO `fam_quotes` VALUES (302, 'James Allen', 'Good thoughts bear good fruit, bad thoughts bear bad fruit.');
INSERT INTO `fam_quotes` VALUES (303, 'James Allen', 'To begin to think with purpose, is to enter the ranks of those strong ones who only recognize failure as one of the pathways to attainment.');
INSERT INTO `fam_quotes` VALUES (304, 'James Allen', 'Dream lofty dreams, and as you dream, so you shall become. Your vision is the promise of what you shall one day be your ideal is the prophecy of what you shall at last unveil.');
INSERT INTO `fam_quotes` VALUES (305, 'James Allen', 'Circumstances do not determine a man, they reveal him.');
INSERT INTO `fam_quotes` VALUES (306, 'Paul A. Samuelson', 'Good questions outrank easy answers.');
INSERT INTO `fam_quotes` VALUES (307, 'Douglas Adams', 'I may not have gone where I intended to go, but I think I have ended up where I intended to be.');
INSERT INTO `fam_quotes` VALUES (308, 'Douglas Adams', 'Life is wasted on the living.');
INSERT INTO `fam_quotes` VALUES (309, 'Douglas Adams', 'He hoped and prayed that there wasn\'t an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn\'t an afterlife.');
INSERT INTO `fam_quotes` VALUES (310, 'Douglas Adams', 'It is no coincidence that in no known language does the phrase \'As pretty as an Airport\' appear.');
INSERT INTO `fam_quotes` VALUES (311, 'Douglas Adams', 'It is a mistake to think you can solve any major problems just with potatoes.');
INSERT INTO `fam_quotes` VALUES (312, 'Douglas Adams', 'In those days spirits were brave, the stakes were high, men were real men, women were real women and small furry creatures from Alpha Centauri were real small furry creatures from Alpha Centauri.');
INSERT INTO `fam_quotes` VALUES (313, 'Douglas Adams', 'Humans are not proud of their ancestors, and rarely invite them round to dinner.');
INSERT INTO `fam_quotes` VALUES (314, 'Douglas Adams', 'Life... is like a grapefruit. It\'s orange and squishy, and has a few pips in it, and some folks have half a one for breakfast.');
INSERT INTO `fam_quotes` VALUES (315, 'Douglas Adams', 'I love deadlines. I like the whooshing sound they make as they fly by.');
INSERT INTO `fam_quotes` VALUES (316, 'Douglas Adams', 'The ships hung in the sky in much the same way that bricks don\'t.');
INSERT INTO `fam_quotes` VALUES (317, 'Douglas Adams', 'In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.');
INSERT INTO `fam_quotes` VALUES (318, 'Douglas Adams', 'Anyone who is capable of getting themselves made President should on no account be allowed to do the job.');
INSERT INTO `fam_quotes` VALUES (319, 'Douglas Adams', 'The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or repair.');
INSERT INTO `fam_quotes` VALUES (320, 'Douglas Adams', 'He felt that his whole life was some kind of dream and he sometimes wondered whose it was and whether they were enjoying it.');
INSERT INTO `fam_quotes` VALUES (321, 'Douglas Adams', 'Ah, this is obviously some strange usage of the word \'safe\' that I wasn\'t previously aware of.');
INSERT INTO `fam_quotes` VALUES (322, 'Douglas Adams', 'The last time anybody made a list of the top hundred character attributes of New Yorkers, common sense snuck in at number 79.');
INSERT INTO `fam_quotes` VALUES (323, 'Douglas Adams', 'There is a theory which states that if ever anybody discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable. There is another theory which states that this has already happened.');
INSERT INTO `fam_quotes` VALUES (324, 'Douglas Adams', 'You live and learn. At any rate, you live.');
INSERT INTO `fam_quotes` VALUES (325, 'Douglas Adams', 'Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.');
INSERT INTO `fam_quotes` VALUES (326, 'Douglas Adams', 'Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.');
INSERT INTO `fam_quotes` VALUES (327, 'Douglas Adams', 'Time is an illusion. Lunchtime doubly so.');
INSERT INTO `fam_quotes` VALUES (328, 'Douglas Adams', 'Space is big. You just won\'t believe how vastly, hugely, mind- bogglingly big it is. I mean, you may think it\'s a long way down the road to the drug store, but that\'s just peanuts to space.');
INSERT INTO `fam_quotes` VALUES (329, 'Elizabeth Barrett Browning', 'A woman\'s always younger than a man of equal years.');
INSERT INTO `fam_quotes` VALUES (330, 'Elizabeth Barrett Browning', 'Best be yourself, imperial, plain and true');
INSERT INTO `fam_quotes` VALUES (331, 'Elizabeth Barrett Browning', 'He said true things, but called them by wrong names.');
INSERT INTO `fam_quotes` VALUES (332, 'Elizabeth Barrett Browning', 'No man can be called friendless when he has God and the companionship of good books.');
INSERT INTO `fam_quotes` VALUES (333, 'Elizabeth Barrett Browning', 'Think, In mounting higher, The angels would press on us, and aspire To drop some golden orb of perfect song Into our deep, dear silence.');
INSERT INTO `fam_quotes` VALUES (334, 'Elizabeth Barrett Browning', 'Whoso loves, believes the impossible.');
INSERT INTO `fam_quotes` VALUES (335, 'Elizabeth Barrett Browning', 'Measure not the work until the day\'s out and the labor done.');
INSERT INTO `fam_quotes` VALUES (336, 'Antoine De Saint-Exupery', 'It is only with the heart that one can see rightly what is essential is invisible to the eye.');
INSERT INTO `fam_quotes` VALUES (337, 'Antoine De Saint-Exupery', 'A rock pile ceases to be a rock pile the moment a single man contemplates it, bearing within him the image of a cathedral.');
INSERT INTO `fam_quotes` VALUES (338, 'Antoine De Saint-Exupery', 'The aeroplane has unveiled for us the true face of the earth.');
INSERT INTO `fam_quotes` VALUES (339, 'Antoine De Saint-Exupery', 'Life does not cease to be funny when people die any more than it ceases to be serious when people laugh.');
INSERT INTO `fam_quotes` VALUES (340, 'Antoine De Saint-Exupery', 'He who has gone, so we but cherish his memory, abides with us, more potent, nay, more present than the living man.');
INSERT INTO `fam_quotes` VALUES (341, 'Antoine De Saint-Exupery', 'When you give yourself, you receive more than you give.');
INSERT INTO `fam_quotes` VALUES (342, 'Antoine De Saint-Exupery', 'True happiness comes from the joy of deeds well done, the zest of creating things new.');
INSERT INTO `fam_quotes` VALUES (343, 'Antoine De Saint-Exupery', 'It is in the compelling zest of high adventure and of victory, and in creative action, that man finds his supreme joys.');
INSERT INTO `fam_quotes` VALUES (344, 'Antoine De Saint-Exupery', 'The censure of those who are opposed to us, is the highest commendation that can be given us.');
INSERT INTO `fam_quotes` VALUES (345, 'Antoine De Saint-Exupery', 'Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.');
INSERT INTO `fam_quotes` VALUES (346, 'Antoine De Saint-Exupery', 'All men have the stars, but they do not mean the same things for different people. For some they are guides, for others, no more than little lights in the sky. But all these are silent. You--you alone have the stars as no one else has them');
INSERT INTO `fam_quotes` VALUES (347, 'Antoine De Saint-Exupery', 'A pile of rocks ceases to be a rock when somebody contemplates it with the idea of a cathedral in mind.');
INSERT INTO `fam_quotes` VALUES (348, 'Antoine De Saint-Exupery', 'Life has taught us that love does not consist in gazing at each other but in looking outward together in the same direction.');
INSERT INTO `fam_quotes` VALUES (349, 'Antoine De Saint-Exupery', 'What saves a man is to take a step. Then another step. It is always the same step, but you have to take it.');
INSERT INTO `fam_quotes` VALUES (350, 'Antoine De Saint-Exupery', 'Grown-ups never understand anything for themselves, and it is tiresome for children to be always and forever explaining things to them.');
INSERT INTO `fam_quotes` VALUES (351, 'Antoine De Saint-Exupery', 'He who would travel happily must travel light.');
INSERT INTO `fam_quotes` VALUES (352, 'Antoine De Saint-Exupery', 'One man may hit the mark, another blunder but heed not these distinctions. Only from the alliance of the one, working with and through the other, are great things born.');
INSERT INTO `fam_quotes` VALUES (353, 'Antoine De Saint-Exupery', 'If someone wants a sheep, then that means that he exists.');
INSERT INTO `fam_quotes` VALUES (354, 'J. Krishnamurti', 'The moment you have in your heart this extraordinary thing called love and feel the depth, the delight, the ecstasy of it, you will discover that for you the world is transformed.');
INSERT INTO `fam_quotes` VALUES (355, 'J. Krishnamurti', 'Without freedom from the past, there is no freedom at all, because the mind is never new, fresh, innocent.');
INSERT INTO `fam_quotes` VALUES (356, 'J. Krishnamurti', 'It is no measure of health to be well adjusted to a profoundly sick society.');
INSERT INTO `fam_quotes` VALUES (357, 'George Bernard Shaw', 'You see things as they are and ask, \'Why\' I dream things as they never were and ask, \'Why not\'');
INSERT INTO `fam_quotes` VALUES (358, 'George Bernard Shaw', 'Better keep yourself clean and bright you are the window through which you must see the world.');
INSERT INTO `fam_quotes` VALUES (359, 'George Bernard Shaw', 'Life does not cease to be funny when people die any more than it ceases to be serious when people laugh.');
INSERT INTO `fam_quotes` VALUES (360, 'George Bernard Shaw', 'Reasonable people adapt themselves to the world. Unreasonable people attempt to adapt the world to themselves. All progress, therefore, depends on unreasonable people.');
INSERT INTO `fam_quotes` VALUES (361, 'George Bernard Shaw', 'Few of us have vitality enough to make any of our instincts imperious.');
INSERT INTO `fam_quotes` VALUES (362, 'George Bernard Shaw', 'Everything happens to everybody sooner or later if there is time enough.');
INSERT INTO `fam_quotes` VALUES (363, 'George Bernard Shaw', 'England and America are two countries separated by the same language.');
INSERT INTO `fam_quotes` VALUES (364, 'George Bernard Shaw', 'All great truths begin as blasphemies.');
INSERT INTO `fam_quotes` VALUES (365, 'George Bernard Shaw', 'A man never tells you anything until you contradict him.');
INSERT INTO `fam_quotes` VALUES (366, 'George Bernard Shaw', 'Liberty means responsibility. That is why most men dread it.');
INSERT INTO `fam_quotes` VALUES (367, 'George Bernard Shaw', 'When a thing is funny, search it carefully for a hidden truth.');
INSERT INTO `fam_quotes` VALUES (368, 'George Bernard Shaw', 'No man can be a pure specialist without being in the strict sense an idiot.');
INSERT INTO `fam_quotes` VALUES (369, 'George Bernard Shaw', 'When the world goes mad, one must accept madness as sanity since sanity is, in the last analysis, nothing but the madness on which the whole world happens to agree.');
INSERT INTO `fam_quotes` VALUES (370, 'George Bernard Shaw', 'Swindon What will history say Burgoyne History, sir, will tell lies as usual.');
INSERT INTO `fam_quotes` VALUES (371, 'George Bernard Shaw', 'As long as I have a want, I have a reason for living. Satisfaction is death.');
INSERT INTO `fam_quotes` VALUES (372, 'George Bernard Shaw', 'Money enables us to get what we want instead of what other people think we want.');
INSERT INTO `fam_quotes` VALUES (373, 'George Bernard Shaw', 'First love is only a little foolishness and a lot of curiosity.');
INSERT INTO `fam_quotes` VALUES (374, 'George Bernard Shaw', 'The only man who behaves sensibly is my tailor he takes my measure anew every time he sees me, whilst all the rest go on with their old measurements, and expect them to fit me.');
INSERT INTO `fam_quotes` VALUES (375, 'George Bernard Shaw', 'There is only one universal passion fear.');
INSERT INTO `fam_quotes` VALUES (376, 'George Bernard Shaw', 'We are told that when Jehovah created the world he saw that it was good what would he say now');
INSERT INTO `fam_quotes` VALUES (377, 'George Bernard Shaw', 'The man who listens to Reason is lost reason enslaves all whose minds are not strong enough to master her.');
INSERT INTO `fam_quotes` VALUES (378, 'George Bernard Shaw', 'Do you think that the things people make fools of themselves about are any less real and true than the things they behave sensibly about They are more true they are the only things that are true.');
INSERT INTO `fam_quotes` VALUES (379, 'George Bernard Shaw', 'There is no love sincerer than the love of food.');
INSERT INTO `fam_quotes` VALUES (380, 'George Bernard Shaw', 'Use your health, even to the point of wearing it out. That is what it is for. Spend all you have before you die and do not outlive yourself.');
INSERT INTO `fam_quotes` VALUES (381, 'George Bernard Shaw', 'Self-denial is not a virtue it is only the effect of prudence on rascality.');
INSERT INTO `fam_quotes` VALUES (382, 'George Bernard Shaw', 'Man can climb to the highest summits, but he cannot dwell there long.');
INSERT INTO `fam_quotes` VALUES (383, 'George Bernard Shaw', 'The only service a friend can really render is to keep up your courage by holding up to you a mirror in which you can see a noble image of yourself.');
INSERT INTO `fam_quotes` VALUES (384, 'George Bernard Shaw', 'In Heaven an angel is nobody in particular.');
INSERT INTO `fam_quotes` VALUES (385, 'George Bernard Shaw', 'The more things a man is ashamed of, the more respectable he is.');
INSERT INTO `fam_quotes` VALUES (386, 'George Bernard Shaw', 'Englishmen hate Liberty and Equality too much to understand them. But every Englishman loves a pedigree.');
INSERT INTO `fam_quotes` VALUES (387, 'George Bernard Shaw', 'I\'m not a teacher only a fellow-traveller of whom you asked the way. I pointed ahead-ahead of myself as well as you.');
INSERT INTO `fam_quotes` VALUES (388, 'George Bernard Shaw', 'Self-sacrifice enables us to sacrifice other people without blushing.');
INSERT INTO `fam_quotes` VALUES (389, 'George Bernard Shaw', 'The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one.');
INSERT INTO `fam_quotes` VALUES (390, 'George Bernard Shaw', 'Forgive him, for he believes that the customs of his tribe are the laws of nature');
INSERT INTO `fam_quotes` VALUES (391, 'George Bernard Shaw', 'A lifetime of happiness No man alive could bear it it would be hell on earth.');
INSERT INTO `fam_quotes` VALUES (392, 'George Bernard Shaw', 'Reading made Don Quixote a gentleman. Believing what he read made him mad.');
INSERT INTO `fam_quotes` VALUES (393, 'George Bernard Shaw', 'The power of accurate observation is commonly called cynicism by those who have not got it.');
INSERT INTO `fam_quotes` VALUES (394, 'George Bernard Shaw', 'If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.');
INSERT INTO `fam_quotes` VALUES (395, 'George Bernard Shaw', 'The savage bows down to idols of wood and stone the civilized man to idols of flesh and blood.');
INSERT INTO `fam_quotes` VALUES (396, 'George Bernard Shaw', 'Popular Christianity has for its emblem a gibbet, for its chief sensation a sanginary execution after torture, for its central mystery is an insane vengeance bought off by a trumpery expiation. But there is a nobler and profounder Christianity which affirms the sacred mystery of equality and forbids the glaring futility and folly of vengeance.');
INSERT INTO `fam_quotes` VALUES (397, 'George Bernard Shaw', 'You see things and you say, \'Why\' But I dream things that never were and I say, Why not');
INSERT INTO `fam_quotes` VALUES (398, 'George Bernard Shaw', 'If you have built castles in the air, your work need not be lost that is where they should be. Now put the foundations under them.');
INSERT INTO `fam_quotes` VALUES (399, 'George Bernard Shaw', 'I can\'t forgive my friends for dying I don\'t find these vanishing acts of theirs at all amusing.');
INSERT INTO `fam_quotes` VALUES (400, 'George Bernard Shaw', 'The secret of being miserable is to have the leisure to bother about whether you are happy or not. The cure is occupation.');
INSERT INTO `fam_quotes` VALUES (401, 'George Bernard Shaw', 'I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake.');
INSERT INTO `fam_quotes` VALUES (402, 'George Bernard Shaw', 'The people who get on in this world are the people who get up and look for the circumstances they want and if they can\'t find them, make them.');
INSERT INTO `fam_quotes` VALUES (403, 'George Bernard Shaw', 'When a stupid man is doing something he is ashamed of, he always declares that it is his duty.');
INSERT INTO `fam_quotes` VALUES (404, 'George Bernard Shaw', 'We don\'t stop playing because we grow old we grow old because we stop playing.');
INSERT INTO `fam_quotes` VALUES (405, 'George Bernard Shaw', 'He who has never hoped can never despair.');
INSERT INTO `fam_quotes` VALUES (406, 'George Bernard Shaw', 'All censorships exist to prevent any one from challenging current conceptions and existing institutions. All progress is initiated by challenging current conceptions, and executed by supplanting existing institutions. Consequently the first condition of progress is the removal of censorships.');
INSERT INTO `fam_quotes` VALUES (407, 'George Bernard Shaw', 'Life is no brief candle to me. It is a sort of splendid torch which I have got a hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.');
INSERT INTO `fam_quotes` VALUES (408, 'George Bernard Shaw', 'The longer I live the more I see that I am never wrong about anything, and that all the pains that I have so humbly taken to verify my notions have only wasted my time.');
INSERT INTO `fam_quotes` VALUES (409, 'George Bernard Shaw', 'The notion that the colonel need be a better man than the private is as confused as the notion that the keystone need be stronger than the coping stone.');
INSERT INTO `fam_quotes` VALUES (410, 'George Bernard Shaw', 'A fool\'s brain digests philosophy into folly, science into superstition, and art into pedantry. Hence University education.');
INSERT INTO `fam_quotes` VALUES (411, 'George Bernard Shaw', 'He who can, does. He who cannot, teaches.');
INSERT INTO `fam_quotes` VALUES (412, 'George Bernard Shaw', 'A learned man is an idler who kills time with study. Beware of his false knowledge it is more dangerous than ignorance.');
INSERT INTO `fam_quotes` VALUES (413, 'George Bernard Shaw', 'Activity is the only road to knowledge.');
INSERT INTO `fam_quotes` VALUES (414, 'George Bernard Shaw', 'No man fully capable of his own language ever masters another.');
INSERT INTO `fam_quotes` VALUES (415, 'George Bernard Shaw', 'Disobedience, the rarest and most courageous of the virtues, is seldom distinguished from neglect, the laziest and commonest of the vices.');
INSERT INTO `fam_quotes` VALUES (416, 'George Bernard Shaw', 'It is dangerous to be sincere unless you are also stupid.');
INSERT INTO `fam_quotes` VALUES (417, 'George Bernard Shaw', 'If history repeats itself, and the unexpected always happens, how incapable must Man be of learning from experience.');
INSERT INTO `fam_quotes` VALUES (418, 'George Bernard Shaw', 'There are some experiences in life which should not be demanded twice from any man, and one of them is listening to the Brahms Requiem.');
INSERT INTO `fam_quotes` VALUES (419, 'George Bernard Shaw', 'The art of government is the organization of idolatry.');
INSERT INTO `fam_quotes` VALUES (420, 'George Bernard Shaw', 'In this world there is always danger for those who are afraid of it.');
INSERT INTO `fam_quotes` VALUES (421, 'George Bernard Shaw', 'The reasonable man adapts himself to the world the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.');
INSERT INTO `fam_quotes` VALUES (422, 'George Bernard Shaw', 'There is only one religion, though there are a hundred versions of it.');
INSERT INTO `fam_quotes` VALUES (423, 'George Bernard Shaw', 'Assassination is the extreme form of censorship.');
INSERT INTO `fam_quotes` VALUES (424, 'George Bernard Shaw', 'This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one the being thoroughly worn out before you are thrown on the scrap heap the being a force of Nature instead of a feverish selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy.');
INSERT INTO `fam_quotes` VALUES (425, 'George Bernard Shaw', 'People are always blaming their circumstances for what they are. I don\'t believe in circumstances. The people who get on in this world are the people who get up and look for the circumstances they want, and, if they can\'t find them, make them.');
INSERT INTO `fam_quotes` VALUES (426, 'George Bernard Shaw', 'A life spent making mistakes is not only more honorable, but more useful than a life spent doing nothing.');
INSERT INTO `fam_quotes` VALUES (427, 'George Bernard Shaw', 'What we want is to see the child in pursuit of knowledge, and not knowledge in pursuit of the child.');
INSERT INTO `fam_quotes` VALUES (428, 'George Bernard Shaw', 'The Churches must learn humility as well as teach it.');
INSERT INTO `fam_quotes` VALUES (429, 'George Bernard Shaw', 'Patriotism is your conviction that this country is superior to all other countries because you were born in it.');
INSERT INTO `fam_quotes` VALUES (430, 'George Bernard Shaw', 'Democracy substitutes election by the incompetent many for appointment by the corrupt few.');
INSERT INTO `fam_quotes` VALUES (431, 'George Bernard Shaw', 'Do not do unto others as you would that they should do unto you. Their tastes may not be the same.');
INSERT INTO `fam_quotes` VALUES (432, 'George Bernard Shaw', 'There are two tragedies in life. One is not to get your heart\'s desire. The other is to get it.');
INSERT INTO `fam_quotes` VALUES (433, 'George Bernard Shaw', 'We are made wise not by the recollection of our past, but by the responsibility for our future.');
INSERT INTO `fam_quotes` VALUES (434, 'George Bernard Shaw', 'It\'s all that the young can do for the old, to shock them and keep them up to date.');
INSERT INTO `fam_quotes` VALUES (435, 'George Bernard Shaw', 'Youth is a wonderful thing. What a crime to waste it on children.');
INSERT INTO `fam_quotes` VALUES (436, 'George Bernard Shaw', 'What use are cartridges in battle I always carry chocolate instead.');
INSERT INTO `fam_quotes` VALUES (437, 'George Bernard Shaw', 'A fashion is nothing but an induced epidemic.');
INSERT INTO `fam_quotes` VALUES (438, 'George Bernard Shaw', 'Few people think more than two or three times a year I have made an international reputation for myself by thinking once or twice a week.');
INSERT INTO `fam_quotes` VALUES (439, 'George Bernard Shaw', 'Hell is full of musical amateurs.');
INSERT INTO `fam_quotes` VALUES (440, 'George Bernard Shaw', 'Hegel was right when he said that we learn from history that man can never learn anything from history.');
INSERT INTO `fam_quotes` VALUES (441, 'George Bernard Shaw', 'Democracy is a device that ensures we shall be governed no better than we deserve.');
INSERT INTO `fam_quotes` VALUES (442, 'George Bernard Shaw', 'Americans adore me and will go on adoring me until I say something nice about them.');
INSERT INTO `fam_quotes` VALUES (443, 'George Bernard Shaw', 'Lack of money is the root of all evil.');
INSERT INTO `fam_quotes` VALUES (444, 'George Bernard Shaw', 'Imagination is the beginning of creation. You imagine what you desire, you will what you imagine and at last you create what you will.');
INSERT INTO `fam_quotes` VALUES (445, 'George Bernard Shaw', 'I can forgive Alfred Nobel for having invented dynamite, but only a fiend in human form could have invented the Nobel Prize.');
INSERT INTO `fam_quotes` VALUES (446, 'George Bernard Shaw', 'I often quote myself. It adds spice to my conversation.');
INSERT INTO `fam_quotes` VALUES (447, 'George Bernard Shaw', 'If you cannot get rid of the family skeleton, you may as well make it dance.');
INSERT INTO `fam_quotes` VALUES (448, 'George Bernard Shaw', 'If all economists were laid end to end, they would not reach a conclusion.');
INSERT INTO `fam_quotes` VALUES (449, 'George Bernard Shaw', 'If the lesser mind could measure the greater as a footrule can measure a pyramid, there would be finality in universal suffrage. As it is, the political problem remains unsolved.');
INSERT INTO `fam_quotes` VALUES (450, 'George Bernard Shaw', 'Martyrdom... is the only way in which a man can become famous without ability.');
INSERT INTO `fam_quotes` VALUES (451, 'George Bernard Shaw', 'You are going to let the fear of poverty govern your life and your reward will be that you will eat, but you will not live.');
INSERT INTO `fam_quotes` VALUES (452, 'George Bernard Shaw', 'My method is to take the utmost trouble to find the right thing to say, and then to say it with the utmost levity.');
INSERT INTO `fam_quotes` VALUES (453, 'George Bernard Shaw', 'You\'ll never have a quiet world till you knock the patriotism out of the human race.');
INSERT INTO `fam_quotes` VALUES (454, 'George Bernard Shaw', 'One man that has a mind and knows it can always beat ten men who haven\'t and don\'t.');
INSERT INTO `fam_quotes` VALUES (455, 'George Bernard Shaw', 'There are no secrets better kept than the secrets that everybody guesses.');
INSERT INTO `fam_quotes` VALUES (456, 'George Bernard Shaw', 'Women upset everything. When you let them into your life, you find that the woman is driving at one thing and you\'re driving at another.');
INSERT INTO `fam_quotes` VALUES (457, 'George Bernard Shaw', 'The worst sin toward our fellow creatures is not to hate them, but to be indifferent to them that\'s the essense of inhumanity.');
INSERT INTO `fam_quotes` VALUES (458, 'George Bernard Shaw', 'Do you know what a pessimist is A man who thinks everybody is as nasty as himself, and hates them for it.');
INSERT INTO `fam_quotes` VALUES (459, 'George Bernard Shaw', 'A government that robs Peter to pay Paul can always depend on the support of Paul.');
INSERT INTO `fam_quotes` VALUES (460, 'George Bernard Shaw', 'Silence is the most perfect expression of scorn.');
INSERT INTO `fam_quotes` VALUES (461, 'George Bernard Shaw', 'We don\'t bother much about dress and manners in England, because as a nation we don\'t dress well and we\'ve no manners.');
INSERT INTO `fam_quotes` VALUES (462, 'George Bernard Shaw', 'Parentage is a very important profession, but no test of fitness for it is ever imposed in the interest of the children.');
INSERT INTO `fam_quotes` VALUES (463, 'George Bernard Shaw', 'We have no more right to consume happiness without producing it than to consume wealth without producing it.');
INSERT INTO `fam_quotes` VALUES (464, 'George Bernard Shaw', 'Every man over forty is a scoundrel.');
INSERT INTO `fam_quotes` VALUES (465, 'George Bernard Shaw', 'I am a Millionaire. That is my religion.');
INSERT INTO `fam_quotes` VALUES (466, 'George Bernard Shaw', 'Alcohol is a very necessary article... It makes life bearable to millions of people who could not endure their existence if they were quite sober. It enables Parliament to do things at eleven at night that no sane person would do at eleven in the morning.');
INSERT INTO `fam_quotes` VALUES (467, 'George Bernard Shaw', 'My way of joking is to tell the truth. It is the funniest joke in the world.');
INSERT INTO `fam_quotes` VALUES (468, 'George Bernard Shaw', 'He knows nothing and he thinks he knows everything. That points clearly to a political career.');
INSERT INTO `fam_quotes` VALUES (469, 'George Bernard Shaw', 'Beware of the man whose God is in the skies.');
INSERT INTO `fam_quotes` VALUES (470, 'George Bernard Shaw', 'The golden rule is that there are no golden rules.');
INSERT INTO `fam_quotes` VALUES (471, 'George Bernard Shaw', 'Take care to get what you like or you will be forced to like what you get.');
INSERT INTO `fam_quotes` VALUES (472, 'George Bernard Shaw', 'Hell is full of musical amateurs music is the brandy of the damned.');
INSERT INTO `fam_quotes` VALUES (473, 'George Bernard Shaw', 'An Englishman thinks he is moral when he is only uncomfortable.');
INSERT INTO `fam_quotes` VALUES (474, 'George Bernard Shaw', 'A perpetual holiday is a good working definition of hell.');
INSERT INTO `fam_quotes` VALUES (475, 'George Bernard Shaw', 'Youth, which is forgiven everything, forgives itself nothing age, which forgives itself everything, is forgiven nothing.');
INSERT INTO `fam_quotes` VALUES (476, 'George Bernard Shaw', 'What is life but a seires of inspired follies The difficulty is to find them to do. Never lose a chance it doesn\'t come every day.');
INSERT INTO `fam_quotes` VALUES (477, 'George Bernard Shaw', 'I never resist temptation because I have found that things that are bad for me do not tempt me.');
INSERT INTO `fam_quotes` VALUES (478, 'George Bernard Shaw', 'The English have no respect for their language, and will not teach their children to speak it.');
INSERT INTO `fam_quotes` VALUES (479, 'George Bernard Shaw', 'The fickleness of the women I love is only equalled by the infernal constancy of the women who love me.');
INSERT INTO `fam_quotes` VALUES (480, 'George Bernard Shaw', 'It is impossible for an Englishman to open his mouth without making some other Englishman hate or despise him.');
INSERT INTO `fam_quotes` VALUES (481, 'George Bernard Shaw', 'All professions are conspiracies against the laity.');
INSERT INTO `fam_quotes` VALUES (482, 'Paul Kantner', 'If you can remember anything about the sixties, you weren\'t really there.');
INSERT INTO `fam_quotes` VALUES (483, 'Abbie Hoffman', 'The first duty of a revolutionary is to get away with it.');
INSERT INTO `fam_quotes` VALUES (484, 'Herschel Walker', 'If you train hard, you\'ll not only be hard, you\'ll be hard to beat.');
INSERT INTO `fam_quotes` VALUES (485, 'Neil Simon', 'Sudden money is going from zero to two hundred dollars a week. The rest doesn\'t count.');
INSERT INTO `fam_quotes` VALUES (486, 'Ralph Waldo Emerson', 'Tell them dear, that if eyes were made for seeing,Then beauty is its own excuse for beingWhy thou wert there, O rival of the roseI never sought to ask, I never knewBut, in my simple ignorance supposeThe selfsame power that brought me there brought you.');
INSERT INTO `fam_quotes` VALUES (487, 'Ralph Waldo Emerson', 'By the rude bridge that arched the flood,Their flag to April\'s breeze unfurled,Here once the embattled farmers stood,And fired the shot heard round the world.');
INSERT INTO `fam_quotes` VALUES (488, 'Ralph Waldo Emerson', 'What you do speaks so loudly that I cannot hear what you say.');
INSERT INTO `fam_quotes` VALUES (489, 'Ralph Waldo Emerson', 'All life is an experiment.');
INSERT INTO `fam_quotes` VALUES (490, 'Ralph Waldo Emerson', 'It is not length of life, but depth of life.');
INSERT INTO `fam_quotes` VALUES (491, 'Ralph Waldo Emerson', 'The years teach much which the days never knew.');
INSERT INTO `fam_quotes` VALUES (492, 'Ralph Waldo Emerson', 'All mankind love a lover.');
INSERT INTO `fam_quotes` VALUES (493, 'Ralph Waldo Emerson', 'Men are what their mothers made them.');
INSERT INTO `fam_quotes` VALUES (494, 'Ralph Waldo Emerson', 'We aim above the mark to hit the mark.');
INSERT INTO `fam_quotes` VALUES (495, 'Ralph Waldo Emerson', 'Speak what you think to-day in words as hard as cannon-balls and to-morrow speak what to-morrow thinks in hard words again, though it contradict every thing you said to-day.');
INSERT INTO `fam_quotes` VALUES (496, 'Ralph Waldo Emerson', 'Do not go where the path may lead, go instead where there is no path and leave a trail.');
INSERT INTO `fam_quotes` VALUES (497, 'Ralph Waldo Emerson', 'People only see what they are prepared to see.');
INSERT INTO `fam_quotes` VALUES (498, 'Ralph Waldo Emerson', 'He who has a thousand friendsHas not a friend to spare,While he who has one enemyShall meet him everywhere.');
INSERT INTO `fam_quotes` VALUES (499, 'Ralph Waldo Emerson', 'Nothing great was ever achieved without enthusiasm.');
INSERT INTO `fam_quotes` VALUES (500, 'Ralph Waldo Emerson', 'It is one of the most beautiful compensations of life, that no man can sincerely try to help another without helping himself.');
INSERT INTO `fam_quotes` VALUES (501, 'Ralph Waldo Emerson', 'Finish each day and be done with it. You have done what you could some blunders and absurdities have crept in forget them as soon as you can. Tomorrow is a new day you shall begin it serenely and with too high a spirit to be encumbered with your old nonsense.');
INSERT INTO `fam_quotes` VALUES (502, 'Ralph Waldo Emerson', 'A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines. With consistency a great soul has simply nothing to do.');
INSERT INTO `fam_quotes` VALUES (503, 'Ralph Waldo Emerson', 'The only way to have a friend is to be one.');
INSERT INTO `fam_quotes` VALUES (504, 'Ralph Waldo Emerson', 'Though we travel the world over to find the beautiful, we must carry it with us or we find it not.');
INSERT INTO `fam_quotes` VALUES (505, 'Ralph Waldo Emerson', 'To laugh often and much to win the respect of intelligent people and the affection of children to earn the appreciation of honest critics and endure the betrayal of false friends to appreciate beauty, to find the best in others to leave the world a little better whether by a healthy child, a garden patch or a redeemed social condition to know even one life has breathed easier because you have lived. This is the meaning of success.');
INSERT INTO `fam_quotes` VALUES (506, 'Ralph Waldo Emerson', 'What lies behind us and what lies before us are tiny matters compared to what lies with in us.');
INSERT INTO `fam_quotes` VALUES (507, 'Ralph Waldo Emerson', 'Far or forgot to me is nearShadow and sunlight are the sameThe vanished gods to me appearAnd one to me are shame and fame.They reckon ill who leave me outWhen me they fly, I am the wingsI am the doubter and the doubt,And I the hymn the Brahmin sings.');
INSERT INTO `fam_quotes` VALUES (508, 'Ralph Waldo Emerson', 'So of cheerfulness, or a good temper, the more it is spent, the more it remains.');
INSERT INTO `fam_quotes` VALUES (509, 'Ralph Waldo Emerson', 'The wise man in the storm prays God, not for safety from danger, but for deliverance from fear.');
INSERT INTO `fam_quotes` VALUES (510, 'Ralph Waldo Emerson', 'One man\'s justice is another\'s injustice one man\'s beauty another\'s ugliness one man\'s wisdom another\'s folly.');
INSERT INTO `fam_quotes` VALUES (511, 'Ralph Waldo Emerson', 'Great men are they who see that the spiritual is stronger than any material force, that thoughts rule the world.');
INSERT INTO `fam_quotes` VALUES (512, 'Ralph Waldo Emerson', 'Be as beneficent as the sun or the sea, but if your rights as a rational being are trenched on, die on the first inch of your territory.');
INSERT INTO `fam_quotes` VALUES (513, 'Ralph Waldo Emerson', 'For everything you have missed, you have gained something else and for everything you gain, you lose something.');
INSERT INTO `fam_quotes` VALUES (514, 'Ralph Waldo Emerson', 'Four snakes gliding up and down a hollow for no purpose that I could see -- not to eat, not for love, but only gliding.');
INSERT INTO `fam_quotes` VALUES (515, 'Ralph Waldo Emerson', 'To the dull mind all nature is leaden. To the illumined mind the whole world sparkles with light.');
INSERT INTO `fam_quotes` VALUES (516, 'Ralph Waldo Emerson', 'Can anybody remember when the times were not hard and money not scarce');
INSERT INTO `fam_quotes` VALUES (517, 'Ralph Waldo Emerson', 'This world we live in is but thickened light.');
INSERT INTO `fam_quotes` VALUES (518, 'Ralph Waldo Emerson', 'Life is eating us up. We shall be fables presently. Keep cool it will be all one a hundred years hence.');
INSERT INTO `fam_quotes` VALUES (519, 'Ralph Waldo Emerson', 'To fill the hour-that is happiness.');
INSERT INTO `fam_quotes` VALUES (520, 'Ralph Waldo Emerson', 'Skill to do comes of doing.');
INSERT INTO `fam_quotes` VALUES (521, 'Ralph Waldo Emerson', 'A man is related to all nature.');
INSERT INTO `fam_quotes` VALUES (522, 'Ralph Waldo Emerson', 'Only those books come down which deserve to last . All the gilt edges, vellum and morocco, all the presentation copies to all the libraries will not preserve a book in circulation beyond its intrinsic date.');
INSERT INTO `fam_quotes` VALUES (523, 'Ralph Waldo Emerson', 'I have heard with admiring submission the experience of the lady who declared that the sense of being well-dressed gives a feeling of inward tranquillity which religion is powerless to bestow.');
INSERT INTO `fam_quotes` VALUES (524, 'Ralph Waldo Emerson', 'Every revolution was first a thought in one man\'s mind.');
INSERT INTO `fam_quotes` VALUES (525, 'Ralph Waldo Emerson', 'Finish each day before you begin the next, and interpose a solid wall of sleep between the two. This you cannot do without temperance.');
INSERT INTO `fam_quotes` VALUES (526, 'Ralph Waldo Emerson', 'Ideas must work through the brains and the arms of good and brave men, or they are no better than dreams.');
INSERT INTO `fam_quotes` VALUES (527, 'Ralph Waldo Emerson', 'Is not marriage an open question, when it is alleged, from the beginning of the world, that such who are in the institution wish to get out and such as are out wish to get in.');
INSERT INTO `fam_quotes` VALUES (528, 'Ralph Waldo Emerson', 'It seems to me that perfection of means and confusion of goals seems to characterize our age.');
INSERT INTO `fam_quotes` VALUES (529, 'Ralph Waldo Emerson', 'The louder he talked of his honor, the faster we counted our spoons.');
INSERT INTO `fam_quotes` VALUES (530, 'Ralph Waldo Emerson', 'There are always those who think they know what is your responsibility better than you do.');
INSERT INTO `fam_quotes` VALUES (531, 'Ralph Waldo Emerson', 'Money often costs too much.');
INSERT INTO `fam_quotes` VALUES (532, 'Ralph Waldo Emerson', 'Never read a book that is not a year old.');
INSERT INTO `fam_quotes` VALUES (533, 'Ralph Waldo Emerson', 'Go often to the house of thy friend, for weeds choke the unused path.');
INSERT INTO `fam_quotes` VALUES (534, 'Ralph Waldo Emerson', 'A chief event in life is the day in which we have encountered a mind that startled us.');
INSERT INTO `fam_quotes` VALUES (535, 'Ralph Waldo Emerson', 'Every man is a divinity in disguise, a God playing the fool.');
INSERT INTO `fam_quotes` VALUES (536, 'Ralph Waldo Emerson', 'Life is a festival only to the wise.');
INSERT INTO `fam_quotes` VALUES (537, 'Ralph Waldo Emerson', 'The less government we have the better.');
INSERT INTO `fam_quotes` VALUES (538, 'Ralph Waldo Emerson', 'We find delight in the beauty and happiness of children that makes the heart too big for the body.');
INSERT INTO `fam_quotes` VALUES (539, 'Ralph Waldo Emerson', 'The angels are so enamoured of the language that is spoken in heaven, that they will not distort their lips with the hissing and unmusical dialects of men, but speak their own, whether there be any who understand it or not.');
INSERT INTO `fam_quotes` VALUES (540, 'Ralph Waldo Emerson', 'The silence that accepts merit as the most natural thing in the world is the highest applause.');
INSERT INTO `fam_quotes` VALUES (541, 'Ralph Waldo Emerson', 'Do not say things. What you are stands over you the while and thunders so that I cannot hear what you say to the contrary.');
INSERT INTO `fam_quotes` VALUES (542, 'Ralph Waldo Emerson', 'Be and not seem.');
INSERT INTO `fam_quotes` VALUES (543, 'Ralph Waldo Emerson', 'Character is what can do without success.');
INSERT INTO `fam_quotes` VALUES (544, 'Ralph Waldo Emerson', 'Each man takes care that his neighbor shall not cheat him. But a day comes when he begins to care that he does not cheat his neighbor. Then all goes well. He has changed his market-cart into a chariot of the sun.');
INSERT INTO `fam_quotes` VALUES (545, 'Ralph Waldo Emerson', 'What is the hardest thing in the world To think.');
INSERT INTO `fam_quotes` VALUES (546, 'Ralph Waldo Emerson', 'Do not be too timid and squeamish about your actions. All life is an experiment. The more experiments you make the better. What if they are a little course, and you may get your coat soiled or torn What if you do fail, and get fairly rolled in the dirt once or twice. Up again, you shall never be so afraid of a tumble.');
INSERT INTO `fam_quotes` VALUES (547, 'Ralph Waldo Emerson', 'The reliance on property is...the want of self-reliance. Men measure the esteem of each other by what each has, and not by what each is. But a cultivated man becomes ashamed of his property...(Essays)');
INSERT INTO `fam_quotes` VALUES (548, 'Ralph Waldo Emerson', 'What I must do is all that concerns me. This rule, equally arduous in actual and intellectual life, may serve for the whole distinction between greatness and meanness. It is harder because you will always find those who think they know what is your duty better than you know it.');
INSERT INTO `fam_quotes` VALUES (549, 'Ralph Waldo Emerson', 'The sky is the daily bread of the eyes.');
INSERT INTO `fam_quotes` VALUES (550, 'Ralph Waldo Emerson', 'Truth is beautiful, without doubt but so are lies.');
INSERT INTO `fam_quotes` VALUES (551, 'Ralph Waldo Emerson', 'I like the silent church before the service begins, better than any preaching.');
INSERT INTO `fam_quotes` VALUES (552, 'Ralph Waldo Emerson', 'To the poet, to the philosopher, to the saint, all things are friendly and sacred, all events profitable, all days holy, all men divine.');
INSERT INTO `fam_quotes` VALUES (553, 'Ralph Waldo Emerson', 'Tobacco, coffee, alcohol, hashish, prussic acid, strychnine, are weak dilutions the surest poison is time.');
INSERT INTO `fam_quotes` VALUES (554, 'Ralph Waldo Emerson', 'Those who cannot tell what they desire or expect, still sigh and struggle with indefinite thoughts and vast wishes.');
INSERT INTO `fam_quotes` VALUES (555, 'Ralph Waldo Emerson', 'They say the cows laid out Boston. Well, there are worse surveyors.');
INSERT INTO `fam_quotes` VALUES (556, 'Ralph Waldo Emerson', 'Every man alone is sincere. At the entrance of a second person, hypocrisy begins.');
INSERT INTO `fam_quotes` VALUES (557, 'Ralph Waldo Emerson', 'The world is emblematic. Parts of speech are metaphors because the whole of nature is a metaphor of the human mind.');
INSERT INTO `fam_quotes` VALUES (558, 'Ralph Waldo Emerson', 'The truth, the hope of any time, must always be sought in minorities.');
INSERT INTO `fam_quotes` VALUES (559, 'Ralph Waldo Emerson', 'Bad times have a scientific value. These are occasions a good learner would not miss.');
INSERT INTO `fam_quotes` VALUES (560, 'Ralph Waldo Emerson', 'Don\'t be too timid and squeamish about your actions. All life is an experiment. The more experiments you make the better.');
INSERT INTO `fam_quotes` VALUES (561, 'Ralph Waldo Emerson', 'Thought is the blossom language the bud action the fruit behind it.');
INSERT INTO `fam_quotes` VALUES (562, 'Ralph Waldo Emerson', 'In skating over thin ice our safety is in our speed.');
INSERT INTO `fam_quotes` VALUES (563, 'Ralph Waldo Emerson', 'Life is a progress, and not a station.');
INSERT INTO `fam_quotes` VALUES (564, 'Ralph Waldo Emerson', 'Real friendship is shown in times of trouble prosperity is full of friends.');
INSERT INTO `fam_quotes` VALUES (565, 'Ralph Waldo Emerson', 'All life is an experiment. The more experiments yoiu make the better.');
INSERT INTO `fam_quotes` VALUES (566, 'Ralph Waldo Emerson', 'A painter told me that nobody could draw a tree without in some sort becoming a tree or draw a child by studying the outlines of its form merely . . . but by watching for a time his motions and plays, the painter enters into his nature and can then draw him at every attitude . . .');
INSERT INTO `fam_quotes` VALUES (567, 'Ralph Waldo Emerson', 'Guard well your spare moments. They are like uncut diamonds. Discard them and their value will never be known. Improve them and they will become the brightest gems in a useful life.');
INSERT INTO `fam_quotes` VALUES (568, 'Ralph Waldo Emerson', 'The god of the cannibals will be a cannibal, of the crusaders a crusader, and of the merchants a merchant.');
INSERT INTO `fam_quotes` VALUES (569, 'Ralph Waldo Emerson', 'Some have been thought brave because they were afraid to run away.');
INSERT INTO `fam_quotes` VALUES (570, 'Ralph Waldo Emerson', 'What greater pain could mortals have than this To see their children dead before their eyes');
INSERT INTO `fam_quotes` VALUES (571, 'Ralph Waldo Emerson', 'It is not death or pain that is to be dreaded, but the fear of pain or death.');
INSERT INTO `fam_quotes` VALUES (572, 'Ralph Waldo Emerson', 'My country is the world, and my religion is to do good.');
INSERT INTO `fam_quotes` VALUES (573, 'Ralph Waldo Emerson', 'Each man has his own vocation his talent is his call. There is one direction in which all space is open to him.');
INSERT INTO `fam_quotes` VALUES (574, 'Ralph Waldo Emerson', 'The moment we indulge our affections, the earth is metamorphosed there is no winter and no night all tragedies, all ennuis, vanish,-all duties even.');
INSERT INTO `fam_quotes` VALUES (575, 'Ralph Waldo Emerson', 'Life is a succession of lessons which must be lived to be understood.');
INSERT INTO `fam_quotes` VALUES (576, 'Ralph Waldo Emerson', 'What is a weed A plant whose virtues have never been discovered.');
INSERT INTO `fam_quotes` VALUES (577, 'Ralph Waldo Emerson', 'A man should learn to detect and watch that gleam that flashes across his mind from within, more than the lustre of the firmament of bards and sages. Yet he dismisses without notice his own thought, because it is his. In every work of genius we recognize our own rejected thoughts they come back to us with a sort of alienated majesty.');
INSERT INTO `fam_quotes` VALUES (578, 'Ralph Waldo Emerson', 'Thought is the seed of action.');
INSERT INTO `fam_quotes` VALUES (579, 'Ralph Waldo Emerson', 'Nothing can bring you peace but yourself.');
INSERT INTO `fam_quotes` VALUES (580, 'Ralph Waldo Emerson', 'Whoso would be a man must be a nonconformist.');
INSERT INTO `fam_quotes` VALUES (581, 'Ralph Waldo Emerson', 'A friend is one before whom I may think aloud.');
INSERT INTO `fam_quotes` VALUES (582, 'Ralph Waldo Emerson', 'There is no beautifier of complexion, or form, or behavior, like the wish to scatter joy and not pain around us.');
INSERT INTO `fam_quotes` VALUES (583, 'Ralph Waldo Emerson', 'All great masters are chiefly distinguished by the power of adding a second, a third, and perhaps a fourth step in a continuous line. Many a man had taken the first step. With every additional step you enhance immensely the value of you first.');
INSERT INTO `fam_quotes` VALUES (584, 'Ralph Waldo Emerson', 'All our progress is an unfolding, like a vegetable bud. You have first an instinct, then an opinion, then a knowledge as the plant has root, bud, and fruit. Trust the instinct to the end, though you can render no reason.');
INSERT INTO `fam_quotes` VALUES (585, 'Ralph Waldo Emerson', 'When it is darkest, men see the stars.');
INSERT INTO `fam_quotes` VALUES (586, 'Ralph Waldo Emerson', 'Every burned book or house enlightens the world every suppressed or expunged word reverberates through the earth from side to side.');
INSERT INTO `fam_quotes` VALUES (587, 'Ralph Waldo Emerson', 'The wise man always throws himself on the side of his assailants. It is more his interest than it is theirs to find his weak point.');
INSERT INTO `fam_quotes` VALUES (588, 'Ralph Waldo Emerson', 'We know better than we do. We do not yet possess ourselves.');
INSERT INTO `fam_quotes` VALUES (589, 'Ralph Waldo Emerson', 'Unless you try to do something beyond what you have already mastered, you will never grow.');
INSERT INTO `fam_quotes` VALUES (590, 'Ralph Waldo Emerson', 'They can conquer who believe they can. He has not learned the first lesson in life who does not every day surmount a fear.');
INSERT INTO `fam_quotes` VALUES (591, 'Ralph Waldo Emerson', 'Shallow men believe in luck. Strong men believe in cause and effect.');
INSERT INTO `fam_quotes` VALUES (592, 'Ralph Waldo Emerson', 'If there is any period one would desire to be born in, is it not the age of Revolution when the old and the new stand side by side...when the glories of the old can be compensated by the rich possibilities of the new era This time...is a very good one...');
INSERT INTO `fam_quotes` VALUES (593, 'Ralph Waldo Emerson', 'He who is not everyday conquering some fear has not learned the secret of life.');
INSERT INTO `fam_quotes` VALUES (594, 'Ralph Waldo Emerson', 'Peace cannot be achieved through violence, it can only be attained through understanding.');
INSERT INTO `fam_quotes` VALUES (595, 'Ralph Waldo Emerson', 'Truth is the summit of being justice is the application of it to affairs.');
INSERT INTO `fam_quotes` VALUES (596, 'Ralph Waldo Emerson', 'Better to be a nettle in the side of your friend than his echo.');
INSERT INTO `fam_quotes` VALUES (597, 'Ralph Waldo Emerson', 'A friend is a person with whom I may be sincere. Before him I may think aloud.');
INSERT INTO `fam_quotes` VALUES (598, 'Ralph Waldo Emerson', 'A true friend is somebody who can make us do what we can.');
INSERT INTO `fam_quotes` VALUES (599, 'Ralph Waldo Emerson', 'It is one of the blessings of old friends that you can afford to be stupid with them.');
INSERT INTO `fam_quotes` VALUES (600, 'Ralph Waldo Emerson', 'Love and you shall be loved.');
INSERT INTO `fam_quotes` VALUES (601, 'Ralph Waldo Emerson', 'No facts are to me sacred none are profane I simply experiment, an endless seeker with no Past at my back.');
INSERT INTO `fam_quotes` VALUES (602, 'Ralph Waldo Emerson', 'It is commonly observed that a sudden wealth, like a prize drawn in a lottery or a large bequest to a poor family, does not permanently enrich. They have served no apprenticeship to wealth, and with the rapid wealth come rapid claims which they do not know how to deny, and the treasure is quickly dissipated.');
INSERT INTO `fam_quotes` VALUES (603, 'Ralph Waldo Emerson', 'The man is only half himself, the other half is his expression.');
INSERT INTO `fam_quotes` VALUES (604, 'Ralph Waldo Emerson', 'What we call results are beginnings.');
INSERT INTO `fam_quotes` VALUES (605, 'Ralph Waldo Emerson', 'This time, like all times, is a very good one, if we but know what to do with it.');
INSERT INTO `fam_quotes` VALUES (606, 'Ralph Waldo Emerson', 'Knowledge exists to be imparted.');
INSERT INTO `fam_quotes` VALUES (607, 'Ralph Waldo Emerson', 'Insist on yourself never imitate. Your own gift you can present every moment with the cumulative force of a whole life\'s cultivation but of the adopted talent of another you have only an extemporaneous half possession... Do that which is assigned to you, and you cannot hope too much or dare too much.');
INSERT INTO `fam_quotes` VALUES (608, 'Ralph Waldo Emerson', 'People seem not to see that their opinion of the world is also a confession of their character.');
INSERT INTO `fam_quotes` VALUES (609, 'Ralph Waldo Emerson', 'To know how to suggest is the great art of teaching.');
INSERT INTO `fam_quotes` VALUES (610, 'Ralph Waldo Emerson', 'A friend might well be reckoned the masterpiece of nature.');
INSERT INTO `fam_quotes` VALUES (611, 'Ralph Waldo Emerson', 'One of the illusions of life is that the present hour is not the critical, decisive hour. Write it on your heart that every day is the best day of the year.');
INSERT INTO `fam_quotes` VALUES (612, 'Ralph Waldo Emerson', 'The things taught in colleges and schools are not an education, but the means of education.');
INSERT INTO `fam_quotes` VALUES (613, 'Ralph Waldo Emerson', 'We are born believing. A man bears beliefs, as a tree bears beauty.');
INSERT INTO `fam_quotes` VALUES (614, 'Ralph Waldo Emerson', 'Belief consists in accepting the affirmations of the soul unbelief, in denying them.');
INSERT INTO `fam_quotes` VALUES (615, 'Ralph Waldo Emerson', 'Our chief want in life is somebody who shall make us do what we can.');
INSERT INTO `fam_quotes` VALUES (616, 'Ralph Waldo Emerson', 'Love is the essence of God.');
INSERT INTO `fam_quotes` VALUES (617, 'Ralph Waldo Emerson', 'A good intention clothes itself with power.');
INSERT INTO `fam_quotes` VALUES (618, 'Ralph Waldo Emerson', 'Fate is nothing but the deeds committed in a prior state of existence.');
INSERT INTO `fam_quotes` VALUES (619, 'Ralph Waldo Emerson', 'Light is the first of painters. There is no object so foul that intense light will not make it beautiful.');
INSERT INTO `fam_quotes` VALUES (620, 'Ralph Waldo Emerson', 'Adopt the pace of nature, her secret is patience.');
INSERT INTO `fam_quotes` VALUES (621, 'Ralph Waldo Emerson', 'I awoke with devout thanksgiving for my friends.');
INSERT INTO `fam_quotes` VALUES (622, 'Ralph Waldo Emerson', 'The wise through excess of wisdom is made a fool.');
INSERT INTO `fam_quotes` VALUES (623, 'Ralph Waldo Emerson', 'The glory of friendship is not the outstretched hand, nor the kindly smile, nor the joy of companionship it is the spiritual inspiration that comes to one when you discover that someone else believes in you and is willing to trust you with a friendship.');
INSERT INTO `fam_quotes` VALUES (624, 'Ralph Waldo Emerson', 'We do not quite forgive a giver. The hand that feeds us is in some danger of being bitten.');
INSERT INTO `fam_quotes` VALUES (625, 'Ralph Waldo Emerson', 'It is very hard to be simple enough to be good.');
INSERT INTO `fam_quotes` VALUES (626, 'Ralph Waldo Emerson', 'In England every man you meet is some man\'s son in America, he may be some man\'s father.');
INSERT INTO `fam_quotes` VALUES (627, 'Ralph Waldo Emerson', 'Sometimes a scream is better than a thesis.');
INSERT INTO `fam_quotes` VALUES (628, 'Ralph Waldo Emerson', 'Intellect annuls fate. So far as a man thinks, he is free.');
INSERT INTO `fam_quotes` VALUES (629, 'Ralph Waldo Emerson', 'Spiritual force is stronger than material force thoughts rule the world.');
INSERT INTO `fam_quotes` VALUES (630, 'Ralph Waldo Emerson', 'The reason why all men honor love is because it looks up, and not down aspires and not despairs.');
INSERT INTO `fam_quotes` VALUES (631, 'Ralph Waldo Emerson', 'I am sure of this, that by going much alone a man will get more of a noble courage in thought and word than from all the wisdom that is in books.');
INSERT INTO `fam_quotes` VALUES (632, 'Ralph Waldo Emerson', 'I like to have a man\'s knowledge comprehend more than one class of topics, one row of shelves. I like a man who likes to see a fine barn as well as a good tragedy.');
INSERT INTO `fam_quotes` VALUES (633, 'Ralph Waldo Emerson', 'A man\'s wife has more power over him than the state has.');
INSERT INTO `fam_quotes` VALUES (634, 'Ralph Waldo Emerson', 'It is impossible for a man to be cheated by anyone but himself.');
INSERT INTO `fam_quotes` VALUES (635, 'Ralph Waldo Emerson', 'The education of the will is the object of our existence.');
INSERT INTO `fam_quotes` VALUES (636, 'Ralph Waldo Emerson', 'Be careful what you set your heart on, for it will surely be yours.');
INSERT INTO `fam_quotes` VALUES (637, 'Ralph Waldo Emerson', 'Every man I meet is in some way my superior.');
INSERT INTO `fam_quotes` VALUES (638, 'Ralph Waldo Emerson', 'Hitch your wagon to a star.');
INSERT INTO `fam_quotes` VALUES (639, 'Ralph Waldo Emerson', 'Always do what you are afraid to do.');
INSERT INTO `fam_quotes` VALUES (640, 'Ralph Waldo Emerson', 'To be great is to be misunderstood.');
INSERT INTO `fam_quotes` VALUES (641, 'Ralph Waldo Emerson', 'Fame is proof that people are gullible.');
INSERT INTO `fam_quotes` VALUES (642, 'Ralph Waldo Emerson', 'Nothing is at last sacred but the integrity of your own mind.');
INSERT INTO `fam_quotes` VALUES (643, 'Ralph Waldo Emerson', 'All conservatives are such from personal defects. They have been effeminated by position or nature, born halt and blind, through luxury of their parents, and can only, like invalids, act on the defensive.');
INSERT INTO `fam_quotes` VALUES (644, 'Ralph Waldo Emerson', 'We are shut up in schools and college recitation rooms for ten or fifteen years, and come out at last with a bellyful of words and do not know a thing.');
INSERT INTO `fam_quotes` VALUES (645, 'Ralph Waldo Emerson', 'In the matter of religion, people eagerly fasten their eyes on the difference between their own creed and yours whilst the charm of the study is in finding the agreements and identities in all the religions of humanity.');
INSERT INTO `fam_quotes` VALUES (646, 'Ralph Waldo Emerson', 'The thirst for adventure is the vent which Destiny offers a war, a crusade, a gold mine, a new country, speak to the imagination and offer swing and play to the confined powers.');
INSERT INTO `fam_quotes` VALUES (647, 'Ralph Waldo Emerson', 'Men\'s actions are too strong for them. Show me a man who has acted, and who has not been the victim and slave of his action.');
INSERT INTO `fam_quotes` VALUES (648, 'Ralph Waldo Emerson', 'Make the most of yourself, for that is all there is of you.');
INSERT INTO `fam_quotes` VALUES (649, 'Ralph Waldo Emerson', 'The Religion that is afraid of science dishonors God and commits suicide.');
INSERT INTO `fam_quotes` VALUES (650, 'Ralph Waldo Emerson', 'A sect or party is an elegant incognito devised to save a man from the vexation of thinking.');
INSERT INTO `fam_quotes` VALUES (651, 'Ralph Waldo Emerson', 'Let me never fall into the vulgar mistake of dreaming that I am persecuted whenever I am contradicted.');
INSERT INTO `fam_quotes` VALUES (652, 'Ralph Waldo Emerson', 'Heaven always bears some proportion to earth. The god of the cannibal will be a cannibal, of the crusades a crusader, and of the merchants a merchant.');
INSERT INTO `fam_quotes` VALUES (653, 'Ralph Waldo Emerson', 'Universities are of course hostile to geniuses, which, seeing and using ways of their own, discredit the routine as churches and monasteries persecute youthful saints.');
INSERT INTO `fam_quotes` VALUES (654, 'Ralph Waldo Emerson', 'Whatever you do, you need courage. Whatever course you decide upon, there is always someone to tell you you are wrong. There are always difficulties arising which tempt you to believe that your critics are right. To map out a course of action and follow it to the end, requires some of the same courage which a soldier needs.');
INSERT INTO `fam_quotes` VALUES (655, 'Ralph Waldo Emerson', 'If you can not find the truth right where you are, where else do you expect to find it Dogen Belief consists in accepting the affirmations of the soul unbelief, denying them.');
INSERT INTO `fam_quotes` VALUES (656, 'Ralph Waldo Emerson', 'You cannot do a kindness too soon, for you never know how soon it will be too late.');
INSERT INTO `fam_quotes` VALUES (657, 'Ralph Waldo Emerson', 'Character is higher than intellect... A great soul will be strong to live, as well as to think.');
INSERT INTO `fam_quotes` VALUES (658, 'Ralph Waldo Emerson', 'If man has good corn, or wood, or boards, or pigs to sell, or can make better chairs or knives, crucibles, or church organs, than anybody else, you will find a broad, hard-beaten road to his house, though it be in the woods.');
INSERT INTO `fam_quotes` VALUES (659, 'Ralph Waldo Emerson', 'A weed is just a plant whose virtues have not yet been discovered.');
INSERT INTO `fam_quotes` VALUES (660, 'Ralph Waldo Emerson', 'Often a certain abdication of prudence and foresight is an element of success.');
INSERT INTO `fam_quotes` VALUES (661, 'Ralph Waldo Emerson', 'The only reward of virtue is virtue the only way to have a friend is to be one.');
INSERT INTO `fam_quotes` VALUES (662, 'Ralph Waldo Emerson', 'What would be the use of immortality to a person who cannot use well a half an hour.');
INSERT INTO `fam_quotes` VALUES (663, 'Ralph Waldo Emerson', 'In the woods is perpetual youth.');
INSERT INTO `fam_quotes` VALUES (664, 'Ralph Waldo Emerson', 'So much of our time is preparation, so much is routine, and so much retrospect, that the path of each man\'s genius contracts itself to a very few hours.');
INSERT INTO `fam_quotes` VALUES (665, 'Ralph Waldo Emerson', 'Adopt the pace of nature.');
INSERT INTO `fam_quotes` VALUES (666, 'Ralph Waldo Emerson', 'To believe your own thought, to believe that what is true for you in your private heart is true for all men-that is genius.');
INSERT INTO `fam_quotes` VALUES (667, 'Ralph Waldo Emerson', 'The reward of a thing well done is to have done it.');
INSERT INTO `fam_quotes` VALUES (668, 'Ralph Waldo Emerson', 'I used to always think that I\'d look back on us crying and laugh, but, I never thought I\'d look back on us laughing and cry.');
INSERT INTO `fam_quotes` VALUES (669, 'Ralph Waldo Emerson', 'He then learns that in going down into the secrets of his own mind he has descended into the secrets of all minds.');
INSERT INTO `fam_quotes` VALUES (670, 'Ralph Waldo Emerson', 'Conversation is an art in which a man has all mankind for his competitors, for it is that which all are practising every day while they live.');
INSERT INTO `fam_quotes` VALUES (671, 'Ralph Waldo Emerson', 'Beware when the great God lets loose a thinker on this planet.');
INSERT INTO `fam_quotes` VALUES (672, 'Ralph Waldo Emerson', 'Children are all foreigners.');
INSERT INTO `fam_quotes` VALUES (673, 'Ralph Waldo Emerson', 'A hero is no braver than an ordinary man, but he is braver five minutes longer.');
INSERT INTO `fam_quotes` VALUES (674, 'Ralph Waldo Emerson', 'Every hero becomes a bore at last.');
INSERT INTO `fam_quotes` VALUES (675, 'Ralph Waldo Emerson', 'Do not be too timid and squeamish about your actions. All life is an experiment.');
INSERT INTO `fam_quotes` VALUES (676, 'Ralph Waldo Emerson', 'Don\'t waste yourself in rejection, nor bark against the bad, but chant the beauty of the good.');
INSERT INTO `fam_quotes` VALUES (677, 'Ralph Waldo Emerson', 'If I have lost confidence in myself, I have the universe against me.');
INSERT INTO `fam_quotes` VALUES (678, 'Ralph Waldo Emerson', 'I hate quotations. Tell me what you know.');
INSERT INTO `fam_quotes` VALUES (679, 'Ralph Waldo Emerson', 'Live in the sunshine, swim the sea, drink the wild air');
INSERT INTO `fam_quotes` VALUES (680, 'Ralph Waldo Emerson', 'Let not a man guard his dignity, but let his dignity guard him.');
INSERT INTO `fam_quotes` VALUES (681, 'Ralph Waldo Emerson', 'Every sweet has its sour every evil its good.');
INSERT INTO `fam_quotes` VALUES (682, 'Ralph Waldo Emerson', 'Insist on yourself never imitate... Every great man is unique.');
INSERT INTO `fam_quotes` VALUES (683, 'Ralph Waldo Emerson', 'Give all to love obey thy heart.');
INSERT INTO `fam_quotes` VALUES (684, 'Ralph Waldo Emerson', 'I pack my trunk, embrace my friends, embark on the sea, and at last wake up in Naples, and there beside me is the Stern Fact, the Sad Self, unrelenting, identical, that I fled from.');
INSERT INTO `fam_quotes` VALUES (685, 'Ralph Waldo Emerson', 'I awoke this morning with devout thanksgiving for my friends, the old and the new.');
INSERT INTO `fam_quotes` VALUES (686, 'Ralph Waldo Emerson', 'Nature magically suits a man to his fortunes, by making them the fruit of his character.');
INSERT INTO `fam_quotes` VALUES (687, 'Ralph Waldo Emerson', 'Make yourself necessary to somebody. Do not make life hard to any.');
INSERT INTO `fam_quotes` VALUES (688, 'Ralph Waldo Emerson', 'There are many things of which a wise man might wish to be ignorant.');
INSERT INTO `fam_quotes` VALUES (689, 'Ralph Waldo Emerson', 'The world belongs to the energetic.');
INSERT INTO `fam_quotes` VALUES (690, 'Ralph Waldo Emerson', 'The only gift is a portion of thyself.');
INSERT INTO `fam_quotes` VALUES (691, 'Ralph Waldo Emerson', 'The ancestor of every action is a thought.');
INSERT INTO `fam_quotes` VALUES (692, 'Ralph Waldo Emerson', 'The end of the human race will be that it will eventually die of civilization.');
INSERT INTO `fam_quotes` VALUES (693, 'Ralph Waldo Emerson', 'The ornament of a house is the friends who frequent it.');
INSERT INTO `fam_quotes` VALUES (694, 'Ralph Waldo Emerson', 'There is no den in the wide world to hide a rogue. Commit a crime and the earth is made of glass. Commit a crime, and it seems as if a coat of snow fell on the ground, such as reveals in the woods the track of every partridge, and fox, and squirrel.');
INSERT INTO `fam_quotes` VALUES (695, 'Ralph Waldo Emerson', 'Tis the good reader that makes the good book.');
INSERT INTO `fam_quotes` VALUES (696, 'Ralph Waldo Emerson', 'We do what we must, and call it by the best names.');
INSERT INTO `fam_quotes` VALUES (697, 'Ralph Waldo Emerson', 'When you strike at a king, you must kill him.');
INSERT INTO `fam_quotes` VALUES (698, 'Ralph Waldo Emerson', 'Whoever is open, loyal, true of humane and affable demeanour honourable himself, and in his judgement of others faithful to his word as to law, and faithful alike to God and man....such a man is a true gentleman.');
INSERT INTO `fam_quotes` VALUES (699, 'Ralph Waldo Emerson', 'Work and acquire, and thou hast chained the wheel of Chance.');
INSERT INTO `fam_quotes` VALUES (700, 'Ralph Waldo Emerson', 'Wit makes its own welcome and levels all distinctions.');
INSERT INTO `fam_quotes` VALUES (701, 'Ralph Waldo Emerson', 'Next to the originator of a good sentence is the first quoter of it.');
INSERT INTO `fam_quotes` VALUES (702, 'Ralph Waldo Emerson', 'Every artist was first an amateur.');
INSERT INTO `fam_quotes` VALUES (703, 'Ralph Waldo Emerson', 'Nothing astonishes men so much as common sense and plain dealing.');
INSERT INTO `fam_quotes` VALUES (704, 'Ralph Waldo Emerson', 'When a whole nation is roaring Patriotism at the top of its voice, I am fain to explore the cleanness of its hands and purity of its heart.');
INSERT INTO `fam_quotes` VALUES (705, 'Ralph Waldo Emerson', 'The best effect of fine persons is felt after we have left their presence.');
INSERT INTO `fam_quotes` VALUES (706, 'Ralph Waldo Emerson', 'Immortality. I notice that as soon as writers broach this question they begin to quote. I hate quotation. Tell me what you know.');
INSERT INTO `fam_quotes` VALUES (707, 'Ralph Waldo Emerson', 'Trust men and they will be true to you treat them greatly, and they will show themselves great.');
INSERT INTO `fam_quotes` VALUES (708, 'Ralph Waldo Emerson', 'He who is in love is wise and is becoming wiser, sees newly every time he looks at the object beloved, drawing from it with his eyes and his mind those virtues which it possesses.');
INSERT INTO `fam_quotes` VALUES (709, 'Ralph Waldo Emerson', 'Men are conservatives when they are least vigorous, or when they are most luxurious. They are conservatives after dinner.');
INSERT INTO `fam_quotes` VALUES (710, 'Ralph Waldo Emerson', 'None of us will every accomplish anything excellent or commanding except when he listens to this whisper which is heard by him alone.');
INSERT INTO `fam_quotes` VALUES (711, 'Ralph Waldo Emerson', 'The bitterest tragic element in life to be derived from an intellectual source is the belief in a brute Fate or Destiny.');
INSERT INTO `fam_quotes` VALUES (712, 'Ralph Waldo Emerson', 'In the highest civilization, the book is still the highest delight. He who has once known its satisfactions is provided with a resource against calamity.');
INSERT INTO `fam_quotes` VALUES (713, 'Ralph Waldo Emerson', 'As we grow oldthe beauty steals inward.');
INSERT INTO `fam_quotes` VALUES (714, 'Ralph Waldo Emerson', 'A man builds a fine house and now he has a master, and a task for life he is to furnish, watch, show it, and keep it in repair, the rest of his days.');
INSERT INTO `fam_quotes` VALUES (715, 'Ralph Waldo Emerson', 'Wit makes its own welcome, and levels all distinctions. No dignity, no learning, no force of character, can make any stand against good wit.');
INSERT INTO `fam_quotes` VALUES (716, 'Ralph Waldo Emerson', 'As soon as there is life there is danger.');
INSERT INTO `fam_quotes` VALUES (717, 'Ellen Stugis Hooper', 'I slept and dreamed that life was beauty.I awoke -- and found that life was duty.');
INSERT INTO `fam_quotes` VALUES (718, 'Jules de Gautier', 'Imagination is the only weapon in the war against reality.');
INSERT INTO `fam_quotes` VALUES (719, 'Scott Adams', 'I believe everyody in the world should have guns. Citizens should have bazookas and rocket launchers too. I believe that all citizens should have their weapons of choice. However, I also believe that only I should have the ammunition. Because frankly, I wouldn\'t trust the rest of the goobers with anything more dangerous than string.');
INSERT INTO `fam_quotes` VALUES (720, 'Scott Adams', 'There are many methods for predicting the future. For example, you can read horoscopes, tea leaves, tarot cards, or crystal balls. Collectively, these methods are known as \'nutty methods.\' Or you can put well-researched facts into sophisticated computer models, more commonly referred to as a complete waste of time.');
INSERT INTO `fam_quotes` VALUES (721, 'Scott Adams', 'Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.');
INSERT INTO `fam_quotes` VALUES (722, 'Scott Adams', 'Engineers like to solve problems. If there are no problems handily available, they will create their own problems.');
INSERT INTO `fam_quotes` VALUES (723, 'Scott Adams', 'I\'m slowly becoming a convert to the principle that you can\'t motivate people to do things, you can only demotivate them. The primary job of the manager is not to empower but to remove obstacles.');
INSERT INTO `fam_quotes` VALUES (724, 'Scott Adams', 'Remember there\'s no such thing as a small act of kindness. Every act creates a ripple with no logical end.');
INSERT INTO `fam_quotes` VALUES (725, 'Scott Adams', 'No matter how smart you are, you spend much of your day being an idiot.');
INSERT INTO `fam_quotes` VALUES (726, 'Scott Adams', 'We\'re a planet of nearly six billion ninnies living in a civilization that was designed by a few thousand amazingly smart deviants.');
INSERT INTO `fam_quotes` VALUES (727, 'Scott Adams', 'We expect others to act rationally even though we are irrational.');
INSERT INTO `fam_quotes` VALUES (728, 'Scott Adams', 'Most success springs from an obstacle or failure. I became a cartoonist largely because I failed in my goal of becoming a successful executive.');
INSERT INTO `fam_quotes` VALUES (729, 'Scott Adams', 'The Dilbert Principle The most ineffective workers are systematically moved to the place where they can do the least damage--Management.');
INSERT INTO `fam_quotes` VALUES (730, 'Scott Adams', 'The creator of the universe works in mysterious ways. But he uses a base ten counting system and likes round numbers.');
INSERT INTO `fam_quotes` VALUES (731, 'Scott Adams', 'Nothing inspires forgiveness quite like revenge.');
INSERT INTO `fam_quotes` VALUES (732, 'Scott Adams', 'You can never underestimate the stupidity of the general public.');
INSERT INTO `fam_quotes` VALUES (733, 'Scott Adams', 'If there are no stupid questions, then what kind of questions do stupid people ask Do they get smart just in time to ask questions');
INSERT INTO `fam_quotes` VALUES (734, 'Josh Billings', 'Life consists not in holding good cards but in playing those you hold well.');
INSERT INTO `fam_quotes` VALUES (735, 'Josh Billings', 'Silence is one of the hardest arguments to refute.');
INSERT INTO `fam_quotes` VALUES (736, 'Josh Billings', 'Every man has his follies -- and often they are the most interesting thing he has got.');
INSERT INTO `fam_quotes` VALUES (737, 'Josh Billings', 'There is nothing so easy to learn as experience and nothing so hard to apply.');
INSERT INTO `fam_quotes` VALUES (738, 'Josh Billings', 'As scarce as truth is, the supply has always been in excess of the demand.');
INSERT INTO `fam_quotes` VALUES (739, 'Josh Billings', 'I have lived in this world just long enough to look carefully the second time into things that I am most certain of the first time.');
INSERT INTO `fam_quotes` VALUES (740, 'Josh Billings', 'Reason often makes mistakes, but conscience never does.');
INSERT INTO `fam_quotes` VALUES (741, 'Josh Billings', 'Knowledge is like money the more he gets, the more he craves.');
INSERT INTO `fam_quotes` VALUES (742, 'Josh Billings', 'Flattery is like cologne water, to be smelt of, not swallowed.');
INSERT INTO `fam_quotes` VALUES (743, 'Josh Billings', 'When a man makes up his mind to become a rascal, he should examine himself closely and see if he isn\'t better constructed for a fool.');
INSERT INTO `fam_quotes` VALUES (744, 'Josh Billings', 'It ain\'t what folks know that\'s the problem, it\'s what they know that ain\'t so.');
INSERT INTO `fam_quotes` VALUES (745, 'Josh Billings', 'About the most originality that any writer can hope to achieve honestly is to steal with good judgment.');
INSERT INTO `fam_quotes` VALUES (746, 'Josh Billings', 'A man running for office puts me in mind of a dog that\'s lost--he smells everybody he meets, and wags himself all over.');
INSERT INTO `fam_quotes` VALUES (747, 'Josh Billings', 'Be like a postage stamp. Stick to one thing until you get there.');
INSERT INTO `fam_quotes` VALUES (748, 'Josh Billings', 'Love looks through a telescope envy, through a microscope.');
INSERT INTO `fam_quotes` VALUES (749, 'Josh Billings', 'We hate those who will not take our advice, and despise them who do.');
INSERT INTO `fam_quotes` VALUES (750, 'Josh Billings', 'There is no revenge so complete as forgiveness.');
INSERT INTO `fam_quotes` VALUES (751, 'Josh Billings', 'Marrying for love may be a bit risky, but it is so honest that God can\'t help but smile on it.');
INSERT INTO `fam_quotes` VALUES (752, 'Josh Billings', 'Like other occult techniques of divination, the statistical method has a private jargon deliberately contrived to obscure its methods from non-practitioners.');
INSERT INTO `fam_quotes` VALUES (753, 'Josh Billings', 'It\'s not only the most difficult thing to know one\'s self, but the most inconvenient.');
INSERT INTO `fam_quotes` VALUES (754, 'Josh Billings', 'After enlightenment, the laundry.');
INSERT INTO `fam_quotes` VALUES (755, 'Josh Billings', 'It is true that wealth won\'t make a man virtuous, but I notice there ain\'t anybody who wants to be poor just for the purpose of being good.');
INSERT INTO `fam_quotes` VALUES (756, 'Josh Billings', 'What is a man profited, if he shall gain the whole world, and lose his own soul I suppose this depends somewhat upon the size of the soul. I think there are cases where the trade would do.');
INSERT INTO `fam_quotes` VALUES (757, 'Josh Billings', 'It\'s a wise man who profits by his own experience, but it\'s a good deal wiser one who lets the rattlesnake bite the other fellow.');
INSERT INTO `fam_quotes` VALUES (758, 'Josh Billings', 'Good nonsense is good sense in disguise.');
INSERT INTO `fam_quotes` VALUES (759, 'Josh Billings', 'The fools in this world make about as much trouble as the wicked do.');
INSERT INTO `fam_quotes` VALUES (760, 'Josh Billings', 'The man whose only pleasure in life is making money, weighs less on the moral scale than an angleworm.');
INSERT INTO `fam_quotes` VALUES (761, 'Josh Billings', 'A dog is the only thing on earth that loves you more than you love yourself.');
INSERT INTO `fam_quotes` VALUES (762, 'Josh Billings', 'Some folks as they grow older grow wise, but most folks simply grow stubborner.');
INSERT INTO `fam_quotes` VALUES (763, 'Josh Billings', 'I never question a success, any more than I do the right of a bulldog to lie in his own gateway.');
INSERT INTO `fam_quotes` VALUES (764, 'Josh Billings', 'The best way to convince a fool that he is wrong is to let him have his own way.');
INSERT INTO `fam_quotes` VALUES (765, 'Josh Billings', 'The time to pray is not when we are in a tight spot but just as soon as we get out of it.');
INSERT INTO `fam_quotes` VALUES (766, 'Josh Billings', 'One of the greatest victories you can gain over someone is to beat him at politeness.');
INSERT INTO `fam_quotes` VALUES (767, 'Josh Billings', 'Don\'t take the bull by the horns, take him by the tail then you can let go when you want to.');
INSERT INTO `fam_quotes` VALUES (768, 'Josh Billings', 'Laughing is the sensation of feeling good all over and showing it principally in one spot.');
INSERT INTO `fam_quotes` VALUES (769, 'Ernest Hemingway', 'I like to listen. I have learned a great deal from listening carefully. Most people never listen.');
INSERT INTO `fam_quotes` VALUES (770, 'Ernest Hemingway', 'But man is not made for defeat. A man can be destroyed but not defeated.');
INSERT INTO `fam_quotes` VALUES (771, 'Ernest Hemingway', 'I wish I could write well enough to write about aircraft. Faulkner did it very well in Pylon but you cannot do something someone else has done though you might have done it if they hadn\'t.');
INSERT INTO `fam_quotes` VALUES (772, 'Ernest Hemingway', 'You lose it if you talk about it.');
INSERT INTO `fam_quotes` VALUES (773, 'Ernest Hemingway', 'Happiness in intelligent people is the rarest thing I know.');
INSERT INTO `fam_quotes` VALUES (774, 'Ernest Hemingway', 'So far, about morals, I know only that what is moral is what you feel good after and what is immoral is what you feel bad after.');
INSERT INTO `fam_quotes` VALUES (775, 'Ernest Hemingway', 'Cowardice, as distinguished from panic, is almost always simply a lack of ability to suspend the functioning of the imagination. Learning to suspend your imagination and live completely in the very second of the present with no before and no after is the greatest gift a soldier can acquire.');
INSERT INTO `fam_quotes` VALUES (776, 'Ernest Hemingway', 'The first and most important thing of all, at least for writers today, is to strip language clean, to lay it bare down to the bone.');
INSERT INTO `fam_quotes` VALUES (777, 'Ernest Hemingway', 'There are some things which cannot be learned quickly, and time, which is all we have, must be paid heavily for their acquiring. They are the very simplest things and because it takes a man\'s life to know them the little new that each man gets from life is very costly in the only heritage he has to leave.');
INSERT INTO `fam_quotes` VALUES (778, 'Ernest Hemingway', 'When writing a novel a writer should create living people people not characters. A character is a caricature.');
INSERT INTO `fam_quotes` VALUES (779, 'Ernest Hemingway', 'Never mistake motion for action.');
INSERT INTO `fam_quotes` VALUES (780, 'Ernest Hemingway', 'My aim is to put down on paper what I see and what I feel in the best and simplest way.');
INSERT INTO `fam_quotes` VALUES (781, 'Ernest Hemingway', 'They say the seeds of what we will do are in all of us, but it always seemed to me that in those who make jokes in life the seeds are covered with better soil and with a higher grade of manure.');
INSERT INTO `fam_quotes` VALUES (782, 'Ernest Hemingway', 'Courage is grace under pressure.');
INSERT INTO `fam_quotes` VALUES (783, 'Ernest Hemingway', '\'We\'re always lucky,\' I said and like a fool I did not knock on wood.');
INSERT INTO `fam_quotes` VALUES (784, 'Ernest Hemingway', 'There are two kinds of stories, the ones you live and the ones you make up. And nobody knows the difference, and I don\'t ever tell which is which.');
INSERT INTO `fam_quotes` VALUES (785, 'Ernest Hemingway', 'Do not ask for whom the bell tolls, it tolls for thee.');
INSERT INTO `fam_quotes` VALUES (786, 'Ernest Hemingway', 'Real seriousness in regard to writing is one of two absolute necessities. The other, unfortunately, is talent.');
INSERT INTO `fam_quotes` VALUES (787, 'Ernest Hemingway', 'Auto racing, bull fighting, and mountain climbing are the only real sports. . . all others are games.');
INSERT INTO `fam_quotes` VALUES (788, 'Ernest Hemingway', 'To stay in places and to leave, to trust, to distrust, to no longer believe and believe again, . . . to watch the snow come, to watch it go, to hear rain on a tent, to know where I can find what I want.');
INSERT INTO `fam_quotes` VALUES (789, 'Ernest Hemingway', 'There\'s nothing noble in being superior to your fellow men. True nobility is being superior to your former self.');
INSERT INTO `fam_quotes` VALUES (790, 'Ernest Hemingway', 'The world breaks everyone, and afterward, many are strong at the broken places.');
INSERT INTO `fam_quotes` VALUES (791, 'Ernest Hemingway', 'Be fully in the moment,open yourself to the powerful energies dancing around you.');
INSERT INTO `fam_quotes` VALUES (792, 'Ernest Hemingway', 'Only that which makes you feel bad after doing is immoral.');
INSERT INTO `fam_quotes` VALUES (793, 'Ernest Hemingway', 'When people talk, listen completely. Most people never listen.');
INSERT INTO `fam_quotes` VALUES (794, 'Ernest Hemingway', 'An intelligent man is sometimes forced to be drunk to spend time with his fools.');
INSERT INTO `fam_quotes` VALUES (795, 'Ernest Hemingway', 'Time is the least thing we have.');
INSERT INTO `fam_quotes` VALUES (796, 'Ernest Hemingway', 'If two people love each other, there can be no happy end to it.');
INSERT INTO `fam_quotes` VALUES (797, 'Ernest Hemingway', 'Always do sober what you said you\'d do drunk. That will teach you to keep your mouth shut.');
INSERT INTO `fam_quotes` VALUES (798, 'Ernest Hemingway', 'Before we take to the sea, we walk on land. . . Before we create, we must understand. . .');
INSERT INTO `fam_quotes` VALUES (799, 'Ernest Hemingway', '\'The world is a fine place and worth fighting for.\' I agree with the second part.');
INSERT INTO `fam_quotes` VALUES (800, 'Ernest Hemingway', 'The only thing that can spoil a day is people and if you can keep from making engagements, every day has no limits.');
INSERT INTO `fam_quotes` VALUES (801, 'Ernest Hemingway', 'Never confuse movement with action.');
INSERT INTO `fam_quotes` VALUES (802, 'Erica Jong', 'Everyone has a talent. What is rare is the courage to nurture it in solitude and to follow the talent to the dark places where it leads.');
INSERT INTO `fam_quotes` VALUES (803, 'Erica Jong', 'Take your life in your own hands and what happens A terrible thing no one to blame.');
INSERT INTO `fam_quotes` VALUES (804, 'Erica Jong', 'Friends LOVE misery, in fact. Sometimes, especially if we are too luck or too successful or too pretty, our misery is the only thing that endears us to our friends.');
INSERT INTO `fam_quotes` VALUES (805, 'Erica Jong', 'Advice is what you ask for when you already know the answer but wish you didn\'t.');
INSERT INTO `fam_quotes` VALUES (806, 'Erica Jong', 'True love is like ghosts, which everybody talks about and few have seen.');
INSERT INTO `fam_quotes` VALUES (807, 'Erica Jong', 'I have not ceased being fearful, but I have ceased to let fear control me. I have accepted fear as a part of life--specifically the fear of change, the fear of the unknown and I have gone ahead despite the pounding in my heart that says turn back, turn back, you\'ll die if you venture too far.');
INSERT INTO `fam_quotes` VALUES (808, 'Erica Jong', 'I know some good marriages -- marriages where both people are just trying to get through their days by helping each other, being good to each other.');
INSERT INTO `fam_quotes` VALUES (809, 'Erica Jong', 'If you don\'t risk anything you risk even more.');
INSERT INTO `fam_quotes` VALUES (810, 'Erica Jong', 'Jealousy is all the fun you think they had.');
INSERT INTO `fam_quotes` VALUES (811, 'Erica Jong', 'A book burrows into your life in a very profound way because the experience of reading is not passive.');
INSERT INTO `fam_quotes` VALUES (812, 'Erica Jong', 'Love is everything it\'s cracked up to beIt really is worth fighting for, being brave for, risking everything for.');
INSERT INTO `fam_quotes` VALUES (813, 'Washington Irving', 'An inexhaustible good nature is one of the most precious gifts of heaven, spreading itself like oil over the troubled sea of thought, and keeping the mind smooth and equable in the roughest weather.');
INSERT INTO `fam_quotes` VALUES (814, 'Washington Irving', 'A kind heart is a fountain of gladness, making everything in its vicinity freshen into smiles.');
INSERT INTO `fam_quotes` VALUES (815, 'Washington Irving', 'I am always at a loss to know how much to believe of my own stories.');
INSERT INTO `fam_quotes` VALUES (816, 'Washington Irving', 'Christmas is a season for kindling the fire for hospitality in the hall, the genial flame of charity in the heart.');
INSERT INTO `fam_quotes` VALUES (817, 'Washington Irving', 'Some minds seem almost to create themselves, springing up under every disadvantage and working their solitary but irresistible way throughout a thousand obstacles.');
INSERT INTO `fam_quotes` VALUES (818, 'Washington Irving', 'Great minds have purposes, little minds have wishes.');
INSERT INTO `fam_quotes` VALUES (819, 'Washington Irving', 'There is a healthful hardiness about real dignity that never dreads contact and communion with others, however humble.');
INSERT INTO `fam_quotes` VALUES (820, 'La Rochefoucauld', 'There is no disguise which can hide love for long where it exists, or simulate it where it does not.');
INSERT INTO `fam_quotes` VALUES (821, 'La Rochefoucauld', 'We rarely think that people have good sense unless they agree with us.');
INSERT INTO `fam_quotes` VALUES (822, 'La Rochefoucauld', 'Philosophy triumphs easily over past evils and future evils but present evils triumph over it.');
INSERT INTO `fam_quotes` VALUES (823, 'La Rochefoucauld', 'The man who lives free from folly is not so wise as he thinks.');
INSERT INTO `fam_quotes` VALUES (824, 'La Rochefoucauld', 'For most men the love of justice is only the fear of suffering injustice.');
INSERT INTO `fam_quotes` VALUES (825, 'La Rochefoucauld', 'Constancy in love is a perpetual inconstancy, in which the heart attaches itself successively to each of the lover\'s qualities, giving preference now to one, now to another.');
INSERT INTO `fam_quotes` VALUES (826, 'La Rochefoucauld', 'We seldom attribute common sense except to those who agree with us.');
INSERT INTO `fam_quotes` VALUES (827, 'La Rochefoucauld', 'However rare true love may be, it is less so than true friendship.');
INSERT INTO `fam_quotes` VALUES (828, 'La Rochefoucauld', 'Absence lessens the minor passions and increases the great ones, as the wind douses a candle and kindles a fire.');
INSERT INTO `fam_quotes` VALUES (829, 'La Rochefoucauld', 'We promise according to our hopes, and perform according to our fears.');
INSERT INTO `fam_quotes` VALUES (830, 'La Rochefoucauld', 'How is it that we remember the least triviality that happens to us, and yet not remember how often we have recounted it to the same person');
INSERT INTO `fam_quotes` VALUES (831, 'La Rochefoucauld', 'We do not regret the loss of our friends by reasons of their merit, but because of our needs and for the good opinion that we believed them to have held of us.');
INSERT INTO `fam_quotes` VALUES (832, 'La Rochefoucauld', 'If it were not for the company of fools, a witty man would often be greatly at a loss.');
INSERT INTO `fam_quotes` VALUES (833, 'La Rochefoucauld', 'Before we set our hearts too much on anything, let us examine how happy are those who already possess it.');
INSERT INTO `fam_quotes` VALUES (834, 'La Rochefoucauld', 'Quarrels would not last long if the fault were only on one side.');
INSERT INTO `fam_quotes` VALUES (835, 'La Rochefoucauld', 'Absence abates a moderate passion and intensifies a great one- as the wind blows out a candle but fans fire into flame. (Maxims)');
INSERT INTO `fam_quotes` VALUES (836, 'La Rochefoucauld', 'The mind cannot long act the role of the heart.');
INSERT INTO `fam_quotes` VALUES (837, 'La Rochefoucauld', 'If we are to judge of love by the consequences, it more nearly resembles hatred than friendship.');
INSERT INTO `fam_quotes` VALUES (838, 'La Rochefoucauld', 'Conceit causes more conversation than wit.');
INSERT INTO `fam_quotes` VALUES (839, 'La Rochefoucauld', 'If we resist our passions, it is more from their weakness than from our strength.');
INSERT INTO `fam_quotes` VALUES (840, 'La Rochefoucauld', 'Those who give too much attention to trifling things become generally incapable of great things.');
INSERT INTO `fam_quotes` VALUES (841, 'La Rochefoucauld', 'One forgives to the degree that one loves.');
INSERT INTO `fam_quotes` VALUES (842, 'La Rochefoucauld', 'Ah, Hope what would life be, stripped of thy encouraging smiles, that teach us to look behind the dark clouds of to-day, for the golden beams that are to gild the morrow.');
INSERT INTO `fam_quotes` VALUES (843, 'La Rochefoucauld', 'True love is like ghosts, which everybody talks about and few have seen.');
INSERT INTO `fam_quotes` VALUES (844, 'La Rochefoucauld', 'A true friend is the most precious of all possessions and the one we take the least thought about acquiring.');
INSERT INTO `fam_quotes` VALUES (845, 'La Rochefoucauld', 'Courage is like love it must have hope for nourishment.');
INSERT INTO `fam_quotes` VALUES (846, 'La Rochefoucauld', 'It\'s no good trying to keep up old friendships. It\'s painful for both sides. The fact is, one grows out of people, and the only thing is to face it.');
INSERT INTO `fam_quotes` VALUES (847, 'La Rochefoucauld', 'We are never so ridiculous through what we are as through what we pretend to be.');
INSERT INTO `fam_quotes` VALUES (848, 'La Rochefoucauld', 'To a person in love, the value of the individual is intuitively known. Love needs no logic for its mission.');
INSERT INTO `fam_quotes` VALUES (849, 'La Rochefoucauld', 'We are all strong enough to endure the misfortunes of others.');
INSERT INTO `fam_quotes` VALUES (850, 'La Rochefoucauld', 'When we are in love we often doubt that which we most believe.');
INSERT INTO `fam_quotes` VALUES (851, 'La Rochefoucauld', 'Nothing so much prevents our being natural as the desire to seem so.');
INSERT INTO `fam_quotes` VALUES (852, 'La Rochefoucauld', 'Our enemies come nearer the truth in the opinions they form of us than we do in our opinion of ourselves.');
INSERT INTO `fam_quotes` VALUES (853, 'La Rochefoucauld', 'Were we faultless, we would not derive such satisfaction from remarking the faults of others.');
INSERT INTO `fam_quotes` VALUES (854, 'La Rochefoucauld', 'A man convinced of his own merit will accept misfortune as an honor, for thus can he persuade others, as well as himself, that he is a worthy target for the arrows of fate.');
INSERT INTO `fam_quotes` VALUES (855, 'La Rochefoucauld', 'There is no accident so disastrous that a clever man cannot derive some profit from it nor any so fortunate that a fool cannot turn it to his disadvantage.');
INSERT INTO `fam_quotes` VALUES (856, 'La Rochefoucauld', 'Everyone complains of his memory, none of his judgment.');
INSERT INTO `fam_quotes` VALUES (857, 'La Rochefoucauld', 'Perfect valor is to behave, without witnesses, as one would act were all the world watching.');
INSERT INTO `fam_quotes` VALUES (858, 'La Rochefoucauld', 'The pleasure of love is in the loving and there is more joy in the passion one feels than in that which one inspires.');
INSERT INTO `fam_quotes` VALUES (859, 'La Rochefoucauld', 'Absence diminishes small loves and increases great ones, as the wind blows out the candle and blow up the bonfire.');
INSERT INTO `fam_quotes` VALUES (860, 'La Rochefoucauld', 'It is the habit of mediocre minds to condemn all that is beyond their grasp.');
INSERT INTO `fam_quotes` VALUES (861, 'La Rochefoucauld', 'Not all those who know their minds know their hearts as well.');
INSERT INTO `fam_quotes` VALUES (862, 'La Rochefoucauld', 'Hope and fear are inseparable. There is no hope without fear, nor any fear without hope.');
INSERT INTO `fam_quotes` VALUES (863, 'La Rochefoucauld', 'The surest way to be deceived is to think oneself cleverer than the others.');
INSERT INTO `fam_quotes` VALUES (864, 'La Rochefoucauld', 'There are very few people who are not ashamed of having been in love when they no longer love each other.');
INSERT INTO `fam_quotes` VALUES (865, 'La Rochefoucauld', 'We are never so happy or unhappy as we think.');
INSERT INTO `fam_quotes` VALUES (866, 'La Rochefoucauld', 'Gratitude is merely the secret hope of further favors.');
INSERT INTO `fam_quotes` VALUES (867, 'La Rochefoucauld', 'If we judge of love by its usual effects, it resembles hatred more than friendship.');
INSERT INTO `fam_quotes` VALUES (868, 'La Rochefoucauld', 'It is with true love as it is with ghosts everyone talks about it, but few have seen it.');
INSERT INTO `fam_quotes` VALUES (869, 'La Rochefoucauld', 'One is never as fortunate or as unfortunate as one thinks.');
INSERT INTO `fam_quotes` VALUES (870, 'La Rochefoucauld', 'A true friend is the greatest of all blessings, and the one which we take the least thought to acquire.');
INSERT INTO `fam_quotes` VALUES (871, 'La Rochefoucauld', 'How can we expect another to keep our secret, if we cannot keep it ourself');
INSERT INTO `fam_quotes` VALUES (872, 'La Rochefoucauld', 'All the passions make us commit faults love makes us commit the most ridiculous ones.');
INSERT INTO `fam_quotes` VALUES (873, 'La Rochefoucauld', 'Our minds are lazier than our bodies.');
INSERT INTO `fam_quotes` VALUES (874, 'La Rochefoucauld', 'The greatest of all gifts is the power to estimate things at their true worth.');
INSERT INTO `fam_quotes` VALUES (875, 'La Rochefoucauld', 'Some disguised deceits counterfeit truth so perfectly that not to be taken in by them would be an error of judgment.');
INSERT INTO `fam_quotes` VALUES (876, 'Andrew Brown', 'Internet is so big, so powerful and pointless that for some people it is a complete substitute for life.');
INSERT INTO `fam_quotes` VALUES (877, 'Don Hays', 'Emotions are your worst enemy in the stock market.');
INSERT INTO `fam_quotes` VALUES (878, 'Norman O. Brown', 'In its famous paradox, the equation of money and excrement, psychoanalysis becomes the first science to state what common sense and the poets have long known -- that the essence of money is in its absolute worthlessness.');
INSERT INTO `fam_quotes` VALUES (879, 'Norman O. Brown', 'All currency is neurotic currency.');
INSERT INTO `fam_quotes` VALUES (880, 'Norman O. Brown', 'The dynamics of capitalism is postponement of enjoyment to the constantly postponed future.');
INSERT INTO `fam_quotes` VALUES (881, 'Harry Firestone', 'You get the best out of others when you give the best of yourself.');
INSERT INTO `fam_quotes` VALUES (882, 'Harry Firestone', 'It is only as we develop others that we permanently succeed.');
INSERT INTO `fam_quotes` VALUES (883, 'Edward George Bulwer-Lytton', 'Talent does what it can genius does what it must.');
INSERT INTO `fam_quotes` VALUES (884, 'Warren Bennis', 'Good leaders make people feel that they\'re at the very heart of things, not at the periphery. Everyone feels that he or she makes a difference to the success of the organization. When that happens people feel centered and that gives their work meaning.');
INSERT INTO `fam_quotes` VALUES (885, 'Warren Bennis', 'The leaders I met, whatever walk of life they were from, whatever institutions they were presiding over, always referred back to the same failure something that happened to them that was personally difficult, even traumatic, something that made them feel that desperate sense of hitting bottom--as something they thought was almost a necessity. It\'s as if at that moment the iron entered their soul that moment created the resilience that leaders need.');
INSERT INTO `fam_quotes` VALUES (886, 'Warren Bennis', 'Leadership is the capacity to translate vision into reality.');
INSERT INTO `fam_quotes` VALUES (887, 'Warren Bennis', 'There are two ways of being creative. One can sing and dance. Or one can create an environment in which singers and dancers flourish.');
INSERT INTO `fam_quotes` VALUES (888, 'Warren Bennis', 'Excellence is a better teacher than mediocrity. The lessons of the ordinary are everywhere. Truly profound and original insights are to be found only in studying the exemplary.');
INSERT INTO `fam_quotes` VALUES (889, 'Warren Bennis', 'Great things are accomplished by talented people who believe they will accomplish them.');
INSERT INTO `fam_quotes` VALUES (890, 'Warren Bennis', 'Leaders keep their eyes on the horizon, not just on the bottom line.');
INSERT INTO `fam_quotes` VALUES (891, 'Warren Bennis', 'Leaders must encourage their organizations to dance to forms of music yet to be heard.');
INSERT INTO `fam_quotes` VALUES (892, 'Warren Bennis', 'People who cannot invent and reinvent themselves must be content with borrowed postures, secondhand ideas, fitting in instead of standing out.');
INSERT INTO `fam_quotes` VALUES (893, 'Warren Bennis', 'What makes a good follower The single most important characteristic may well be a willingness to tell the truth. In a world of growing complexity leaders are increasingly dependent on their subordinates for good information, whether the leaders want to hear it or not. Followers who tell the truth and leaders who listen to it are an unbeatable combination.');
INSERT INTO `fam_quotes` VALUES (894, 'Warren Bennis', 'Our tendency to create heroes rarely jibes with the reality that most nontrivial problems require collective solutions.');
INSERT INTO `fam_quotes` VALUES (895, 'Warren Bennis', 'The factory of the future will have two employees a man and a dog. The man\'s job will be to feed the dog. The dog\'s job will be to prevent the man from touching any of the automated equipment.');
INSERT INTO `fam_quotes` VALUES (896, 'Warren Bennis', 'The most dangerous leadership myth is that leaders are born-that there is a genetic factor to leadership. This myth asserts that people simply either have certain charismatic qualities or not. That\'s nonsense in fact, the opposite is true. Leaders are made rather than born. Failing organizations are usually over-managed and under-led.');
INSERT INTO `fam_quotes` VALUES (897, 'Warren Bennis', 'You need people who can walk their companies into the future rather than back them into the future.');
INSERT INTO `fam_quotes` VALUES (898, 'Rich Kulawiec', 'Any sufficiently advanced bug is indistinguishable from a feature.');
INSERT INTO `fam_quotes` VALUES (899, 'Daniel J. Boorstin', 'There was a time when the reader of an unexciting newspaper would remark, \'How dull is the world today\' Nowadays he says, \'What a dull newspaper\'');
INSERT INTO `fam_quotes` VALUES (900, 'Daniel J. Boorstin', 'Our American past always speaks to us with two voices the voice of the past, and the voice of the present. We are always asking two quite different questions. Historians reading the words of John Winthrop usually ask, What did they mean to him Citizens ask, What do they mean to us Historians are trained to seek the original meaning all of us want to know the present meaning.');
INSERT INTO `fam_quotes` VALUES (901, 'Daniel J. Boorstin', 'The American experience stirred mankind from discovery to exploration, from the cautious quest for what they knew (or what they thought they knew) was out there, to an enthusiastic reaching to the unknown.');
INSERT INTO `fam_quotes` VALUES (902, 'Daniel J. Boorstin', 'There is no disinfectant like success.');
INSERT INTO `fam_quotes` VALUES (903, 'Daniel J. Boorstin', 'The greatest obstacle to discovery is not ignorance - it is the illusion of knowledge.');
INSERT INTO `fam_quotes` VALUES (904, 'Daniel J. Boorstin', 'Formerly a public man needed a private secretary for a barrier between himself and the public. Nowadays he has a press secretary to keep him properly in the public eye.');
INSERT INTO `fam_quotes` VALUES (905, 'Daniel J. Boorstin', 'A sign of a celebrity is that his name is often worth more than his services.');
INSERT INTO `fam_quotes` VALUES (906, 'Daniel J. Boorstin', 'A best seller was a book which somehow sold well simply because it was selling well.');
INSERT INTO `fam_quotes` VALUES (907, 'Daniel J. Boorstin', 'More appealing than knowledge itself is the feeling of knowledge.');
INSERT INTO `fam_quotes` VALUES (908, 'Daniel J. Boorstin', 'Freedom means the opportunity to be what we never thought we would be.');
INSERT INTO `fam_quotes` VALUES (909, 'Daniel J. Boorstin', 'The courage to imagine the otherwise is our greatest resource, adding color and suspense to all our life.');
INSERT INTO `fam_quotes` VALUES (910, 'Daniel J. Boorstin', 'Americans expect to eat and stay thin, to be constantly on the move and ever more neighborly...to revere God and be God.');
INSERT INTO `fam_quotes` VALUES (911, 'Daniel J. Boorstin', 'Knowledge is not simply another commodity. On the contrary. Knowledge is never used up. It increases by diffusion and grows by dispersion.');
INSERT INTO `fam_quotes` VALUES (912, 'Daniel J. Boorstin', 'Some are born great, some achieve greatness, and some hire public relations officers.');
INSERT INTO `fam_quotes` VALUES (913, 'Ren G. Torres', 'He who does not have the courage to speak up for his rights cannot earn the respect of others.');
INSERT INTO `fam_quotes` VALUES (914, 'Socrates', 'My advice to you is get married if you find a good wife youll be happy if not, youll become a philosopher.');
INSERT INTO `fam_quotes` VALUES (915, 'Socrates', 'Not life, but good life, is to be chiefly valued.');
INSERT INTO `fam_quotes` VALUES (916, 'Socrates', 'Wisdom begins in wonder.');
INSERT INTO `fam_quotes` VALUES (917, 'Socrates', 'The only true wisdom is in knowing you know nothing.');
INSERT INTO `fam_quotes` VALUES (918, 'Socrates', 'The unexamined life is not worth living.');
INSERT INTO `fam_quotes` VALUES (919, 'Socrates', 'My belief is that to have no wants is divine.');
INSERT INTO `fam_quotes` VALUES (920, 'Socrates', 'I am the wisest man alive, for I know one thing, and that is that I know nothing. (Plato\'s Apology)');
INSERT INTO `fam_quotes` VALUES (921, 'Socrates', 'He is richest who is content with the least, for content is the wealth of nature.');
INSERT INTO `fam_quotes` VALUES (922, 'Socrates', 'Children today are tyrants. They contradict their parents, gobble their food, and tyrannize their teachers.');
INSERT INTO `fam_quotes` VALUES (923, 'Socrates', 'True knowledge exists in knowing that you know nothing. And in knowing that you know nothing, that makes you the smartest of all.');
INSERT INTO `fam_quotes` VALUES (924, 'Socrates', 'I thought to myself, \'I am wiser than this man neither of us knows anything that is really worthwhile, but he thinks he has knowledge when he has not, while I, having no knowledge, do not think that I have. I seem, at any rate, to be a little wiser than he is on this point I do not think that I know what I do not know.');
INSERT INTO `fam_quotes` VALUES (925, 'Socrates', 'I know that I am intelligent, because I know that I know nothing.');
INSERT INTO `fam_quotes` VALUES (926, 'Socrates', 'Virtue does not come from wealth, but. . . wealth, and every other good thing which men have. . . comes from virtue.');
INSERT INTO `fam_quotes` VALUES (927, 'Socrates', 'Only the extremely ignorant or the extremely intelligent can resist change.');
INSERT INTO `fam_quotes` VALUES (928, 'Socrates', 'Science says \'We must live,\' and seeks the means of prolonging, increasing, facilitating and amplifying life, of making it tolerable and acceptable, wisdom says \'We must die,\' and seeks how to make us die well.');
INSERT INTO `fam_quotes` VALUES (929, 'Socrates', 'By all means marry if you get a good wife, you\'ll be happy. If you get a bad one, you\'ll become a philosopher.');
INSERT INTO `fam_quotes` VALUES (930, 'Socrates', 'I cannot teach anybody anything, I can only make them think.');
INSERT INTO `fam_quotes` VALUES (931, 'Socrates', 'Employ your time in improving yourself by other men\'s writings, so that you shall gain easily what others have labored hard for.');
INSERT INTO `fam_quotes` VALUES (932, 'Socrates', 'Be slow to fall into friendship but when thou art in, continue firm and constant.');
INSERT INTO `fam_quotes` VALUES (933, 'Socrates', 'The end of life is to be like God, and the soul following God will be like him.');
INSERT INTO `fam_quotes` VALUES (934, 'Socrates', 'Let him that would move the world, first move himself.');
INSERT INTO `fam_quotes` VALUES (935, 'Socrates', 'People demand freedom of speech to make up for the freedom of thought which they avoid.');
INSERT INTO `fam_quotes` VALUES (936, 'Socrates', 'The way to gain a good reputation is to endeavor to be what you desire to appear.');
INSERT INTO `fam_quotes` VALUES (937, 'Socrates', 'I know nothing except the fact of my ignorance.');
INSERT INTO `fam_quotes` VALUES (938, 'Socrates', 'Think not those faithful who praise all thy words and actions but those who kindly reprove thy faults.');
INSERT INTO `fam_quotes` VALUES (939, 'Socrates', 'The shortest and surest way to live with honour in the world, is to be in reality what we would appear to be and if we observe, we shall find, that all human virtues increase and strengthen themselves by the practice of them.');
INSERT INTO `fam_quotes` VALUES (940, 'Socrates', 'Regard your good name as the richest jewel you can possibly be possessed of - for credit is like fire when once you have kindled it you may easily preserve it, but if you once extinguish it, you will find it an arduous task to rekindle it again. The way to gain a good reputation is to endeavor to be what you desire to appear.');
INSERT INTO `fam_quotes` VALUES (941, 'Socrates', 'The only good is knowledge and the only evil is ignorance.');
INSERT INTO `fam_quotes` VALUES (942, 'Socrates', 'Get not your friends by bare compliments, but by giving them sensible tokens of your love.');
INSERT INTO `fam_quotes` VALUES (943, 'Socrates', 'Envy is the ulcer of the soul.');
INSERT INTO `fam_quotes` VALUES (944, 'Socrates', 'Remember what is unbecoming to do is also unbecoming to speak of.');
INSERT INTO `fam_quotes` VALUES (945, 'Socrates', 'Do not do to others what angers you if done to you by others.');
INSERT INTO `fam_quotes` VALUES (946, 'Socrates', 'Remember that there is nothing stable in human affairs therefore avoid undue elation in prosperity, or undue depression in adversity.');
INSERT INTO `fam_quotes` VALUES (947, 'Socrates', 'I am not an Athenian or a Greek, but a citizen of the world.');
INSERT INTO `fam_quotes` VALUES (948, 'Socrates', 'I do nothing but go about persuading you all, old and young alike, not to take thought for your persons or your properties, but and chiefly to care about the greatest improvement of the soul. I tell you that virtue is not given by money, but that from virtue comes money and every other good of man, public as well as private. This is my teaching, and if this is the doctrine which corrupts the youth, I am a mischievous person.');
INSERT INTO `fam_quotes` VALUES (949, 'Socrates', 'Bad men live that they may eat and drink, whereas good men eat and drink that they may live.');
INSERT INTO `fam_quotes` VALUES (950, 'Socrates', 'I decided that it was not wisdom that enabled poets to write their poetry, but a kind of instinct or inspiration, such as you find in seers and prophets who deliver all their sublime messages without knowing in the least what they mean.');
INSERT INTO `fam_quotes` VALUES (951, 'Socrates', 'Thou shouldst eat to live not live to eat.');
INSERT INTO `fam_quotes` VALUES (952, 'Socrates', 'Having the fewest wants, I am nearest to the gods.');
INSERT INTO `fam_quotes` VALUES (953, 'Socrates', 'There is only one good, knowledge, and one evil, ignorance.');
INSERT INTO `fam_quotes` VALUES (954, 'Matthew 821-22', 'And another of his disciples said unto him, Lord, suffer me first to go and bury my father. But Jesus said unto him, Follow me and let the dead bury their dead.');
INSERT INTO `fam_quotes` VALUES (955, 'Victor Hugo', 'An invasion of armies can be resisted, but not an idea whose time has come.');
INSERT INTO `fam_quotes` VALUES (956, 'Victor Hugo', 'The supreme happiness in life is the conviction that we are loved.');
INSERT INTO `fam_quotes` VALUES (957, 'Victor Hugo', 'The supreme happiness in life is the conviction that we are loved -- loved for ourselves, or rather, loved in spite of ourselves.');
INSERT INTO `fam_quotes` VALUES (958, 'Victor Hugo', 'The first symptom of love in a young man is timidity in a girl boldness.');
INSERT INTO `fam_quotes` VALUES (959, 'Victor Hugo', 'Common sense is in spite of, not the result of, education.');
INSERT INTO `fam_quotes` VALUES (960, 'Victor Hugo', 'Laughter is the sun that drives winter from the human face.');
INSERT INTO `fam_quotes` VALUES (961, 'Victor Hugo', 'Should we continue to look upwards Is the light we can see in the sky one of those which will presently be extinguished The ideal is terrifying to behold, lost as it is in the depths, small, isolated, a pin-point, brilliant but threatened on all sides by the dark forces that surround it nevertheless, no more in danger than a star in the jaws of the clouds. (Les Miserables)');
INSERT INTO `fam_quotes` VALUES (962, 'Victor Hugo', 'At the shrine of friendship never say die, let the wine of friendship never run dry. (Les Miserables)');
INSERT INTO `fam_quotes` VALUES (963, 'Victor Hugo', 'A man is not idle because he is absorbed in thought. There is a visible labor and there is an invisible labor.');
INSERT INTO `fam_quotes` VALUES (964, 'Victor Hugo', 'Certain thoughts are prayers. There are moments when whatever be the attitude of the body, the soul is on its knees.');
INSERT INTO `fam_quotes` VALUES (965, 'Victor Hugo', 'There is no such thing as a little country. The greatness of a people is no more determined by their numbers than the greatness of a man is by his height.');
INSERT INTO `fam_quotes` VALUES (966, 'Victor Hugo', 'Nothing else in the world...not all the armies...is so powerful as an idea whose time has come.');
INSERT INTO `fam_quotes` VALUES (967, 'Victor Hugo', 'I met in the street a very poor young man who was in love. His hat was old, his coat worn, his cloak was out at the elbows, the water passed through his shoes, - and the stars through his soul.');
INSERT INTO `fam_quotes` VALUES (968, 'Victor Hugo', 'Forty is the old age of youth fifty is the youth of old age.');
INSERT INTO `fam_quotes` VALUES (969, 'Victor Hugo', 'There is one thing stronger than all the armies of the world, and that is an idea whose time has come.');
INSERT INTO `fam_quotes` VALUES (970, 'Victor Hugo', 'Thought is the labour of the intellect, reverie is its pleasure.');
INSERT INTO `fam_quotes` VALUES (971, 'Victor Hugo', 'When grace is joined with wrinkles, it is adorable. There is an unspeakable dawn in happy old age.');
INSERT INTO `fam_quotes` VALUES (972, 'Victor Hugo', 'Genius is a promontory jutting out of the infinite.');
INSERT INTO `fam_quotes` VALUES (973, 'Victor Hugo', 'From the oyster to the eagle, from the swine to the tiger, all animals are to be found in men and each of them exists in some man, sometimes several at the time. Animals are nothing but the portrayal of our virtues and vices made manifest to our eyes, the visible reflections of our souls. God displays them to us to give us food for thought.');
INSERT INTO `fam_quotes` VALUES (974, 'Victor Hugo', 'Separated lovers cheat absence by a thousand fancies which have their own reality. They are prevented from seeing one another and they cannot write nevertheless they find countless mysterious ways of corresponding, by sending each other the song of birds, the scent of flowers, the laughter of children, the light of the sun, the sighing of the wind, and the gleam of the stars-all the beauties of creation.');
INSERT INTO `fam_quotes` VALUES (975, 'Victor Hugo', 'Music expresses that which cannot be said and on which it is impossile to be silent.');
INSERT INTO `fam_quotes` VALUES (976, 'Victor Hugo', 'Life is the flower for which love is the honey.');
INSERT INTO `fam_quotes` VALUES (977, 'Victor Hugo', 'One is not idle because one is absorbed. There is both visible and invisible labor. To contemplate is to toil. To think is to do.');
INSERT INTO `fam_quotes` VALUES (978, 'Victor Hugo', 'So different are the colours of life, as we look forward to the future, or backward to the past and so different the opinions and sentiments which this contrariety of appearance naturally produces, that the conversation of the old and young ends generally with contempt or pity on either side.');
INSERT INTO `fam_quotes` VALUES (979, 'Victor Hugo', 'No army can withstand the strength of an idea whose time has come.');
INSERT INTO `fam_quotes` VALUES (980, 'Victor Hugo', 'Dream no small dreams. They have no power to stir the souls of men.');
INSERT INTO `fam_quotes` VALUES (981, 'Victor Hugo', 'He who opens a school door, closes a prison.');
INSERT INTO `fam_quotes` VALUES (982, 'Victor Hugo', 'A compliment is like a kiss through a veil.');
INSERT INTO `fam_quotes` VALUES (983, 'Victor Hugo', 'People do not lack strength, they lack will.');
INSERT INTO `fam_quotes` VALUES (984, 'Victor Hugo', 'Have courage for the great sorrows of life and patience for the small ones and when you have laboriously accomplished your daily task, go to sleep in peace. God is awake.');
INSERT INTO `fam_quotes` VALUES (985, 'Victor Hugo', 'If a man has his throat cut in Paris, it\'s a murder. If 50,000 people are murdered in the east, it is a question.');
INSERT INTO `fam_quotes` VALUES (986, 'Victor Hugo', 'Wherever the Turkish hoof trods, no grass grows.');
INSERT INTO `fam_quotes` VALUES (987, 'Victor Hugo', 'Winter is on my head, but eternal spring is in my heart.');
INSERT INTO `fam_quotes` VALUES (988, 'Victor Hugo', 'If a writer wrote merely for his time, I would have to break my pen and throw it away.');
INSERT INTO `fam_quotes` VALUES (989, 'Victor Hugo', 'Popularity It is glory\'s small change.');
INSERT INTO `fam_quotes` VALUES (990, 'Victor Hugo', 'I don\'t mind what Congress does, as long as they don\'t do it in the streets and frighten the horses.');
INSERT INTO `fam_quotes` VALUES (991, 'Victor Hugo', 'What a grand thing, to be loved What a grander thing still, to love');
INSERT INTO `fam_quotes` VALUES (992, 'Victor Hugo', 'He who every morning plans the transaction of the day and follows out that plan, carries a thread that will guide him through the maze of the most busy life. But where no plan is laid, where the disposal of time is surrendered merely to the chance of incidence, chaos will soon reign.');
INSERT INTO `fam_quotes` VALUES (993, 'Victor Hugo', 'Life\'s greatest happiness is to be convinced we are loved.');
INSERT INTO `fam_quotes` VALUES (994, 'Victor Hugo', 'There is always more misery among the lower classes than there is humanity in the higher.');
INSERT INTO `fam_quotes` VALUES (995, 'Victor Hugo', 'If suffer we must, let\'s suffer on the heights.');
INSERT INTO `fam_quotes` VALUES (996, 'Victor Hugo', 'There is nothing like dream to create the future. Utopia to-day, flesh and blood tomorrow.');
INSERT INTO `fam_quotes` VALUES (997, 'Victor Hugo', 'To be a saint is the exception to be upright is the rule. Err, falter, sin, but be upright. To commit the least possible sin is the law for man. Sin is a gravitation.');
INSERT INTO `fam_quotes` VALUES (998, 'Lord Thomas Dewar', 'Minds are like parachutes they work best when open.');
INSERT INTO `fam_quotes` VALUES (999, 'Lord Thomas Dewar', 'The only thing that hurts more than paying an income tax is not having to pay an income tax.');
INSERT INTO `fam_quotes` VALUES (1000, 'Lord Thomas Dewar', 'Love is an ocean of emotions entirely surrounded by expenses.', 0);
INSERT INTO `fam_quotes` VALUES 
INSERT INTO `fam_quotes` VALUES insert  into quotedb values 
INSERT INTO `fam_quotes` VALUES (1001, 'Lord Thomas Dewar', 'Minds are like parachutes - they only function when open.');
INSERT INTO `fam_quotes` VALUES (1002, 'Kathryn Schaefer Plaum', 'Live.....Laugh.....GOLF');
INSERT INTO `fam_quotes` VALUES (1003, 'Hayes', 'The expert at anything was once a beginner.');
INSERT INTO `fam_quotes` VALUES (1004, 'J. Brotherton', 'My riches consist not in the extent of my possessions, but in the fewness of my wants.');
INSERT INTO `fam_quotes` VALUES (1005, 'Gail Godwin', 'Good teaching is one-fourth preparation and three-fourths pure theatre.');
INSERT INTO `fam_quotes` VALUES (1006, 'Norm Crosby', 'When you go into court you are putting your fate into the hands of twelve people who weren\'t smart enough to get out of jury duty.');
INSERT INTO `fam_quotes` VALUES (1007, 'Taoist Saying', 'The journey is the reward.');
INSERT INTO `fam_quotes` VALUES (1008, 'George Eliot', 'Anger and jealousy can no more bear to lose sight of their objects than love.');
INSERT INTO `fam_quotes` VALUES (1009, 'George Eliot', 'Blessed is the man who, having nothing to say, abstains from giving wordy evidence of the fact.');
INSERT INTO `fam_quotes` VALUES (1010, 'George Eliot', 'Animals are such agreeable friends - they ask no questions, they pass no criticisms.');
INSERT INTO `fam_quotes` VALUES (1011, 'George Eliot', 'The beginning of an acquaintance whether with persons or things is to get a definite outline of our ignorance.');
INSERT INTO `fam_quotes` VALUES (1012, 'George Eliot', 'It\'s never too late to be who you might have been.');
INSERT INTO `fam_quotes` VALUES (1013, 'George Eliot', 'The golden moments in the stream of life rush past us and we see nothing but sand the angels come to visit us, and we only know them when they are gone.');
INSERT INTO `fam_quotes` VALUES (1014, 'George Eliot', 'There are many victories worse than a defeat.');
INSERT INTO `fam_quotes` VALUES (1015, 'George Eliot', 'I don\'t believe one grows older. I think that what happens early on in life is that at a certain age one stands still and stagnates.');
INSERT INTO `fam_quotes` VALUES (1016, 'George Eliot', 'Falsehood is easy, truth so difficult.');
INSERT INTO `fam_quotes` VALUES (1017, 'George Eliot', 'Perhaps the most delightful friendships are those in which there is much agreement, much disputation, and yet more personal liking.');
INSERT INTO `fam_quotes` VALUES (1018, 'George Eliot', 'Nothing is so good as it seems beforehand.');
INSERT INTO `fam_quotes` VALUES (1019, 'George Eliot', 'It seems to me we can never give up longing And wishing while we are thoroughly alive. There are certain things we feel to be beautiful and good, And we must hunger after them.');
INSERT INTO `fam_quotes` VALUES (1020, 'George Eliot', 'If you sit down at set of sun And count the acts that you have done, And counting find One self-denying deed, one word That eased the heart of him who heard One glance most kind That fell like sunshine where it went- Then you may count that day well spent.');
INSERT INTO `fam_quotes` VALUES (1021, 'George Eliot', 'There is no feeling, except the extremes of fear and grief, that does not find relief in music.');
INSERT INTO `fam_quotes` VALUES (1022, 'George Eliot', 'We hand folks over to God\'s mercy, and show none ourselves.');
INSERT INTO `fam_quotes` VALUES (1023, 'George Eliot', 'There is a great deal of unmapped country within us which would have to be taken into account in an explanation of our gusts and storms.');
INSERT INTO `fam_quotes` VALUES (1024, 'George Eliot', 'Blessed is the influence of one true, loving human soul on another.');
INSERT INTO `fam_quotes` VALUES (1025, 'George Eliot', 'I have measured out my life with coffee spoons.');
INSERT INTO `fam_quotes` VALUES (1026, 'George Eliot', 'Speech is but broken light upon the depth Of the unspoken.');
INSERT INTO `fam_quotes` VALUES (1027, 'George Eliot', 'Some editors are failed writers, but so are most writers.');
INSERT INTO `fam_quotes` VALUES (1028, 'George Eliot', 'It is easy to say how we love new friends, and what we think of them, but words can never trace out all the fibers that knit us to the old.');
INSERT INTO `fam_quotes` VALUES (1029, 'George Eliot', 'Friendship is the inexpressible comfort of feeling safe with a person, having neither to weigh thoughts nor measure words.');
INSERT INTO `fam_quotes` VALUES (1030, 'George Eliot', 'Half of the harm that is done in this world is due to people who want to feel important.');
INSERT INTO `fam_quotes` VALUES (1031, 'George Eliot', 'Our deeds determine us, as much as we determine our deeds.');
INSERT INTO `fam_quotes` VALUES (1032, 'George Eliot', 'Teach us to care and not to care. Teach us to sit still.');
INSERT INTO `fam_quotes` VALUES (1033, 'George Eliot', 'The strongest principle of growth lies in human choice.');
INSERT INTO `fam_quotes` VALUES (1034, 'George Eliot', 'Little children are still the symbol of the eternal marriage between love and duty.');
INSERT INTO `fam_quotes` VALUES (1035, 'George Eliot', 'The tendancy of liberals is to create bodies of men and women-of all classes-detached from tradition, alienated from religion, and susceptible to mass suggestion-mob rule. And a mob will be no less a mob if it is well fed, well clothed, well housed, and well disciplined.');
INSERT INTO `fam_quotes` VALUES (1036, 'George Eliot', 'Only those who risk going too far can possibly find out how far one can go.');
INSERT INTO `fam_quotes` VALUES (1037, 'George Eliot', 'I do not believe that any writer has ever exposed this bovaryisme, the human will to see things as they are not, more clearly than Shakespeare.');
INSERT INTO `fam_quotes` VALUES (1038, 'George Eliot', 'Only in the agony of parting do we look into the depths of love.');
INSERT INTO `fam_quotes` VALUES (1039, 'George Eliot', 'To judge wisely, we must know how things appear to the unwise.');
INSERT INTO `fam_quotes` VALUES (1040, 'George Eliot', 'If we had a keen vision of all that is ordinary in human life, it would be like hearing the grass grow or the squirrel\'s heart beat, and we should die of that roar which is the other side of silence.');
INSERT INTO `fam_quotes` VALUES (1041, 'George Eliot', 'One must be poor to know the luxury of giving.');
INSERT INTO `fam_quotes` VALUES (1042, 'George Eliot', 'The reward of one duty is the power to fulfill another.');
INSERT INTO `fam_quotes` VALUES (1043, 'George Eliot', 'I think I should have no other mortal wants, if I could always have plenty of music. It seems to infuse strength into my limbs and ideas into my brain. Life seems to go on without effort, when I am filled with music.');
INSERT INTO `fam_quotes` VALUES (1044, 'George Eliot', 'The important work of moving the world forward does not wait to be done by perfect men.');
INSERT INTO `fam_quotes` VALUES (1045, 'George Eliot', 'Be courteous, be obliging, but don\'t give yourself over to be melted down for the benefit of the tallow trade.');
INSERT INTO `fam_quotes` VALUES (1046, 'George Eliot', 'Ignorance gives one a large range of probabilities.');
INSERT INTO `fam_quotes` VALUES (1047, 'George Eliot', 'There\'s folks \'ud stand on their heads and then say the fault was i\' their boots.');
INSERT INTO `fam_quotes` VALUES (1048, 'George Eliot', 'The scornful nostril and the high head gather not the odors that lie on the track of truth.');
INSERT INTO `fam_quotes` VALUES (1049, 'Sophocles', 'Our happiness depends on wisdom all the way.');
INSERT INTO `fam_quotes` VALUES (1050, 'Sophocles', 'Rather fail with honor than succeed by fraud.');
INSERT INTO `fam_quotes` VALUES (1051, 'Sophocles', 'To err from the right path is common to mankind.');
INSERT INTO `fam_quotes` VALUES (1052, 'Sophocles', 'He who throws away a friend is as bad as he who throws away his life.');
INSERT INTO `fam_quotes` VALUES (1053, 'Sophocles', 'Wisdom is the supreme part of happiness.');
INSERT INTO `fam_quotes` VALUES (1054, 'Sophocles', 'One word frees us of all the weight and pain of life That word is love.');
INSERT INTO `fam_quotes` VALUES (1055, 'Sophocles', 'Someone asked Sophocles, How do you feel now about sex Are you able to have a woman He replied, Hush man most gladly indeed am I rid off it all, as though I had escaped from a mad and savage master.');
INSERT INTO `fam_quotes` VALUES (1056, 'Sophocles', 'Of no mortal say, \'That man is happy,\' till vexed by no grievous ill he pass Life\'s goal.');
INSERT INTO `fam_quotes` VALUES (1057, 'Sophocles', 'Men of perverse opinion do not know the excellence of what is in their hands, till some one dash it from them.');
INSERT INTO `fam_quotes` VALUES (1058, 'Sophocles', 'None love the messenger who brings bad news.');
INSERT INTO `fam_quotes` VALUES (1059, 'Sophocles', 'Though a man be wise it is no shame for him to live and learn.');
INSERT INTO `fam_quotes` VALUES (1060, 'Sophocles', 'To know that all is well, even if late will come to know it, is at least some gain.');
INSERT INTO `fam_quotes` VALUES (1061, 'Sophocles', 'Success is dependent on effort.');
INSERT INTO `fam_quotes` VALUES (1062, 'Sophocles', 'A short saying oft contains much wisdom.');
INSERT INTO `fam_quotes` VALUES (1063, 'Sophocles', 'Surely, to think your own the only wisdom, and yours the only word, the only will, betrays a shallow spirit, an empty heart.');
INSERT INTO `fam_quotes` VALUES (1064, 'Sophocles', 'Look and you will find it - what is unsought will go undetected.');
INSERT INTO `fam_quotes` VALUES (1065, 'Sophocles', 'Men of ill judgment oft ignore the good That lies within their hands, till they have lost it.');
INSERT INTO `fam_quotes` VALUES (1066, 'Sophocles', 'There is no sense in crying over spilt milk.');
INSERT INTO `fam_quotes` VALUES (1067, 'Sophocles', 'To him who is in fear everything rustles.');
INSERT INTO `fam_quotes` VALUES (1068, 'Sophocles', 'It is not righteousness to outrage A brave man dead, not even though you hate him.');
INSERT INTO `fam_quotes` VALUES (1069, 'Sophocles', 'The keenest sorrow is to recognize ourselves as the sole cause of all our adversities.');
INSERT INTO `fam_quotes` VALUES (1070, 'Sophocles', 'No man loves life like him that\'s growing old.');
INSERT INTO `fam_quotes` VALUES (1071, 'Sophocles', 'Much speech is one thing, well-timed speech is another.');
INSERT INTO `fam_quotes` VALUES (1072, 'Sophocles', 'Ignorant men don\'t know what good they hold in their hands until they\'ve flung it away.');
INSERT INTO `fam_quotes` VALUES (1073, 'Sophocles', 'What you cannot enforce, do not command.');
INSERT INTO `fam_quotes` VALUES (1074, 'Sophocles', 'Reason is God\'s crowning gift to man.');
INSERT INTO `fam_quotes` VALUES (1075, 'Sophocles', 'Show me the man who keeps his house in hand, He\'s fit for public authority.');
INSERT INTO `fam_quotes` VALUES (1076, 'Sophocles', 'How dreadful it is when the right judge judges wrong');
INSERT INTO `fam_quotes` VALUES (1077, 'Sophocles', 'Grief teaches the steadiest minds to waver.');
INSERT INTO `fam_quotes` VALUES (1078, 'Sophocles', 'Money There\'s nothing in the world so demoralizing as money.');
INSERT INTO `fam_quotes` VALUES (1079, 'Sophocles', 'Of all human ills, greatest is fortune\'s wayward tyranny.');
INSERT INTO `fam_quotes` VALUES (1080, 'Sophocles', 'Numberless are the world\'s wonders, but none More wonderful than man.');
INSERT INTO `fam_quotes` VALUES (1081, 'Sophocles', 'Nobody likes the man who brings bad news.');
INSERT INTO `fam_quotes` VALUES (1082, 'Sophocles', 'I have nothing but contempt for the kind of governor who is afraid, for whatever reason, to follow the course that he knows is best for the State and as for the man who sets private friendship above the public welfare - I have no use for him either.');
INSERT INTO `fam_quotes` VALUES (1083, 'Sophocles', 'For God hates utterly The bray of bragging tongues.');
INSERT INTO `fam_quotes` VALUES (1084, 'Sophocles', 'Wisdom outweighs any wealth.');
INSERT INTO `fam_quotes` VALUES (1085, 'Sophocles', 'Truly, to tell lies is not honorable but when the truth entails tremendous ruin, To speak dishonorably is pardonable.');
INSERT INTO `fam_quotes` VALUES (1086, 'Sophocles', 'Death is not the worst rather, in vain To wish for death, and not to compass it.');
INSERT INTO `fam_quotes` VALUES (1087, 'Sophocles', 'Stranger in a strange country.');
INSERT INTO `fam_quotes` VALUES (1088, 'Sophocles', 'It made our hair stand up in panic fear.');
INSERT INTO `fam_quotes` VALUES (1089, 'Sophocles', 'The end excuses any evil.');
INSERT INTO `fam_quotes` VALUES (1090, 'Sophocles', 'The ideal condition Would be, I admit, that men should be right by instinct But since we are all likely to go astray, The reasonable thing is to learn from those who can teach.');
INSERT INTO `fam_quotes` VALUES (1091, 'Sophocles', 'Death is not the worst thing rather, when one who craves death cannot attain even that wish.');
INSERT INTO `fam_quotes` VALUES (1092, 'Sophocles', 'There is no happiness where there is no wisdom No wisdom but in submission to the gods. Big words are always punished, And proud men in old age learn to be wise.');
INSERT INTO `fam_quotes` VALUES (1093, 'Sophocles', 'Rash indeed is he who reckons on the morrow, or haply on days beyond it for tomorrow is not, until today is past.');
INSERT INTO `fam_quotes` VALUES (1094, 'Sophocles', 'Time eases all things.');
INSERT INTO `fam_quotes` VALUES (1095, 'Sophocles', 'The good befriend themselves.');
INSERT INTO `fam_quotes` VALUES (1096, 'Sophocles', 'Knowledge must come through action you can have no test which is not fanciful, save by trial.');
INSERT INTO `fam_quotes` VALUES (1097, 'Sophocles', 'A prudent mind can see room for misgiving, lest he who prospers would one day suffer reverse.');
INSERT INTO `fam_quotes` VALUES (1098, 'Sophocles', 'The greatest griefs are those we cause ourselves.');
INSERT INTO `fam_quotes` VALUES (1099, 'Sophocles', 'How dreadful knowledge of the truth can be When there\'s no help in truth');
INSERT INTO `fam_quotes` VALUES (1100, 'Johann von Goethe', 'The world is so empty if one thinks only of mountains, rivers and cities but to know someone here and there who thinks and feels with us, and though distant, is close to us in spirit - this makes the earth for us an inhabited garden.');
INSERT INTO `fam_quotes` VALUES (1101, 'Johann von Goethe', 'He is happiest, be he king or peasant, who finds peace in his home.');
INSERT INTO `fam_quotes` VALUES (1102, 'Johann von Goethe', 'Everybody wants to be somebody nobody wants to grow.');
INSERT INTO `fam_quotes` VALUES (1103, 'Johann von Goethe', 'Knowing is not enough we must apply. Willing is not enough we must do.');
INSERT INTO `fam_quotes` VALUES (1104, 'Johann von Goethe', 'We do not have to visit a madhouse to find disordered minds our planet is the mental institution of the universe.');
INSERT INTO `fam_quotes` VALUES (1105, 'Johann von Goethe', 'There is nothing more frightful than ignorance in action.');
INSERT INTO `fam_quotes` VALUES (1106, 'Johann von Goethe', 'I love those who yearn for the impossible.');
INSERT INTO `fam_quotes` VALUES (1107, 'Johann von Goethe', 'If I love you, what business is it of yours');
INSERT INTO `fam_quotes` VALUES (1108, 'Johann von Goethe', 'That is the true season of love, when we believe that we alone can love, that no one could ever have loved so before us, and that no one will love in the same way after us.');
INSERT INTO `fam_quotes` VALUES (1109, 'Johann von Goethe', 'God could cause us considerable embarrassment by revealing all the secrets of nature to us we should not know what to do for sheer apathy and boredom.');
INSERT INTO `fam_quotes` VALUES (1110, 'Johann von Goethe', 'He who seizes the right moment is the right man.');
INSERT INTO `fam_quotes` VALUES (1111, 'Johann von Goethe', 'The most original authors are not so because they advance what is new, but because they put what they have to say as if it had never been said before.');
INSERT INTO `fam_quotes` VALUES (1112, 'Johann von Goethe', 'Talent develops in tranquillity, character in the full current of human life.');
INSERT INTO `fam_quotes` VALUES (1113, 'Johann von Goethe', 'All truly wise thoughts have been thought already thousands of times but to make them truly ours, we must think them over again honestly, till they take root in our personal experience.');
INSERT INTO `fam_quotes` VALUES (1114, 'Johann von Goethe', 'The unnatural, that too is natural.');
INSERT INTO `fam_quotes` VALUES (1115, 'Johann von Goethe', 'To live as one likes is plebian the noble man aspires to order and law.');
INSERT INTO `fam_quotes` VALUES (1116, 'Johann von Goethe', 'He who wishes to exert a useful influence must be careful to insult nothing. Let him not be troubled by what seems absurd, but concentrate his energies to the creation of what is good. He must not demolish, but build. He must raise temples where mankind may come and partake of the purest pleasure.');
INSERT INTO `fam_quotes` VALUES (1117, 'Johann von Goethe', 'The man who acts never has any conscience no one has any conscience but the man who thinks.');
INSERT INTO `fam_quotes` VALUES (1118, 'Johann von Goethe', 'Anecdotes and maxims are rich treasures to the man of the world, for he knows how to introduce the former at fit place in conversation.');
INSERT INTO `fam_quotes` VALUES (1119, 'Johann von Goethe', 'Everything in the world may be endured except continued prosperity.');
INSERT INTO `fam_quotes` VALUES (1120, 'Johann von Goethe', 'Love grants in a moment what toil can hardly achieve in an age.');
INSERT INTO `fam_quotes` VALUES (1121, 'Johann von Goethe', 'Nothing is more terrible than ignorance in action.');
INSERT INTO `fam_quotes` VALUES (1122, 'Johann von Goethe', 'A man who does not know foreign language is ignorant of his own.');
INSERT INTO `fam_quotes` VALUES (1123, 'Johann von Goethe', 'The intelligent man finds almost everything ridiculous, the sensible man hardly anything.');
INSERT INTO `fam_quotes` VALUES (1124, 'Johann von Goethe', 'For a man to achieve all that is demanded of him he must regard himself as greater than he is.');
INSERT INTO `fam_quotes` VALUES (1125, 'Johann von Goethe', 'Whenever I hear people talking about \'liberal ideas,\' I am always astounded that men should love to fool themselves with empty sounds. An idea should never be liberal it must be vigorous, positive, and without loose ends so that it may fulfill its divine mission and be productive. The proper place for liberality is in the realm of the emotions.');
INSERT INTO `fam_quotes` VALUES (1126, 'Johann von Goethe', 'A man\'s errors are what make him amiable.');
INSERT INTO `fam_quotes` VALUES (1127, 'Johann von Goethe', 'I respect the man who knows distinctly what he wishes. The greater part of all mischief in the world arises from the fact that men do not sufficiently understand their own aims. They have undertaken to build a tower, and spend no more labor on the foundation than would be necessary to erect a hut.');
INSERT INTO `fam_quotes` VALUES (1128, 'Johann von Goethe', 'Death is Nature\'s expert advice to get plenty of Life.');
INSERT INTO `fam_quotes` VALUES (1129, 'Johann von Goethe', 'I call architecture frozen music.');
INSERT INTO `fam_quotes` VALUES (1130, 'Johann von Goethe', 'The ground that a good man treads is hallowed.');
INSERT INTO `fam_quotes` VALUES (1131, 'Johann von Goethe', 'Man supposes that he directs his life and governs his actions, when his existence is irretrievably under the control of destiny.');
INSERT INTO `fam_quotes` VALUES (1132, 'Johann von Goethe', 'Whatever you can do, or dream you can, begin it. Boldness has genius, power and magic in it.');
INSERT INTO `fam_quotes` VALUES (1133, 'Johann von Goethe', 'Whoever, in middle age, attempts to realize the wishes and hopes of his early youth, invariably deceives himself. Each ten years of a man\'s life has its own fortunes, its own hopes, its own desires.');
INSERT INTO `fam_quotes` VALUES (1134, 'Johann von Goethe', 'To be loved for what one is, is the greatest exception. The great majority love in others only what they lend him, their own selves, their version of him.');
INSERT INTO `fam_quotes` VALUES (1135, 'Johann von Goethe', 'Treat people as if they were what they ought to be, and you help them to become what they are capable of being.');
INSERT INTO `fam_quotes` VALUES (1136, 'Johann von Goethe', 'Old age, believe me, is a good and pleasant thing. It is true you are gently shouldered off the stage, but then you are given such a comfortable front stall as spectator.');
INSERT INTO `fam_quotes` VALUES (1137, 'Johann von Goethe', 'Thinking is easy, acting is difficult, and to put one\'s thoughts into action is the most difficult thing in the world.');
INSERT INTO `fam_quotes` VALUES (1138, 'Johann von Goethe', 'Things which matter most must never be at the mercy of things which matter least.');
INSERT INTO `fam_quotes` VALUES (1139, 'Johann von Goethe', 'Character develops itself in the stream of life.');
INSERT INTO `fam_quotes` VALUES (1140, 'Johann von Goethe', 'The phrases that men hear or repeat continually, end by becoming convictions and ossify the organs of intelligence.');
INSERT INTO `fam_quotes` VALUES (1141, 'Johann von Goethe', 'If your treat an individual ... as if he were what he ought to be and could be, he will become what he ought to be and could be.');
INSERT INTO `fam_quotes` VALUES (1142, 'Johann von Goethe', 'One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, to speak a few reasonable words.');
INSERT INTO `fam_quotes` VALUES (1143, 'Johann von Goethe', 'First and last, what is demanded of genius is love of truth.');
INSERT INTO `fam_quotes` VALUES (1144, 'Johann von Goethe', 'Nothing shows a man\'s character more than what he laughs at.');
INSERT INTO `fam_quotes` VALUES (1145, 'Johann von Goethe', 'Viewed from the summit of reason, all life looks like a malignant disease and the world like a madhouse.');
INSERT INTO `fam_quotes` VALUES (1146, 'Johann von Goethe', 'The society of women is the element of good manners.');
INSERT INTO `fam_quotes` VALUES (1147, 'Johann von Goethe', 'What is not fully understood is not possessed.');
INSERT INTO `fam_quotes` VALUES (1148, 'Johann von Goethe', 'The first and last thing required of genius is the love of truth.');
INSERT INTO `fam_quotes` VALUES (1149, 'Johann von Goethe', 'Man is not born to solve the problem of the universe, but to find out what he has to do and to restrain himself within the limits of his comprehension.');
INSERT INTO `fam_quotes` VALUES (1150, 'Johann von Goethe', 'We know accurately only when we know little with knowledge doubt increases.');
INSERT INTO `fam_quotes` VALUES (1151, 'Johann von Goethe', 'The artist alone sees spirits. But after he has told of their appearing to him, everybody sees them.');
INSERT INTO `fam_quotes` VALUES (1152, 'Johann von Goethe', 'Age does not make us childish, as some say it only finds us true children still.');
INSERT INTO `fam_quotes` VALUES (1153, 'Johann von Goethe', 'Dream no small dreams for they have no power to move the hearts of men.');
INSERT INTO `fam_quotes` VALUES (1154, 'Johann von Goethe', 'Difficulties increase the nearer we approach our goal.');
INSERT INTO `fam_quotes` VALUES (1155, 'Johann von Goethe', 'I never believed in trying to do anything. Whatever I set out to do I found I had already accomplished.');
INSERT INTO `fam_quotes` VALUES (1156, 'Johann von Goethe', 'The highest happiness of man ... is to have probed what is knowable and quietly to revere what is unknowable.');
INSERT INTO `fam_quotes` VALUES (1157, 'Johann von Goethe', 'I find the great thing in this world is, not so much where we stand, as in what direction we are moving.');
INSERT INTO `fam_quotes` VALUES (1158, 'Johann von Goethe', 'We are shaped and fashioned by what we love.');
INSERT INTO `fam_quotes` VALUES (1159, 'Johann von Goethe', 'Courage and modesty are the most unequivocal of virtues, for they are of a kind that hypocrisy cannot imitate they too have this quality in common, that they are expressed by the same color.');
INSERT INTO `fam_quotes` VALUES (1160, 'Johann von Goethe', 'All theory, dear friend, is gray, but the golden tree of life springs ever green.');
INSERT INTO `fam_quotes` VALUES (1161, 'Johann von Goethe', 'Our friends show us what we can do our enemies teach us what we must do.');
INSERT INTO `fam_quotes` VALUES (1162, 'Johann von Goethe', 'One never goes so far as when one doesn\'t know where one is going.');
INSERT INTO `fam_quotes` VALUES (1163, 'Johann von Goethe', 'What government is the best That which teaches us to govern ourselves.');
INSERT INTO `fam_quotes` VALUES (1164, 'Johann von Goethe', 'A correct answer is like an affectionate kiss.');
INSERT INTO `fam_quotes` VALUES (1165, 'Johann von Goethe', 'Love and desire are the spirit\'s wings to great deeds.');
INSERT INTO `fam_quotes` VALUES (1166, 'Johann von Goethe', 'Rest not Life is sweeping by go and dare before you die. Something mighty and sublime, leave behind to conquer time.');
INSERT INTO `fam_quotes` VALUES (1167, 'Johann von Goethe', 'I can tell you, honest friend, what to believe believe life it teaches better than book or orator.');
INSERT INTO `fam_quotes` VALUES (1168, 'Johann von Goethe', 'The beginning of faith is the beginning of fruitfulness but the beginning of unbelief, however glittering, is empty.');
INSERT INTO `fam_quotes` VALUES (1169, 'Johann von Goethe', 'Life can only be understood backwards but it must be lived forwards.');
INSERT INTO `fam_quotes` VALUES (1170, 'Johann von Goethe', 'Life is the childhood of our immortality.');
INSERT INTO `fam_quotes` VALUES (1171, 'Johann von Goethe', 'Certain flaws are necessary for the whole. It would seem strange if old friends lacked certain quirks.');
INSERT INTO `fam_quotes` VALUES (1172, 'Johann von Goethe', 'When ideas fail, words come in very handy.');
INSERT INTO `fam_quotes` VALUES (1173, 'Johann von Goethe', 'One man\'s word is no man\'s word we should quietly hear both sides.');
INSERT INTO `fam_quotes` VALUES (1174, 'Johann von Goethe', 'The man of understanding finds everything laughable.');
INSERT INTO `fam_quotes` VALUES (1175, 'Johann von Goethe', 'Character, in great and little things, means carrying through what you feel able to do.');
INSERT INTO `fam_quotes` VALUES (1176, 'Johann von Goethe', 'We are never deceived we deceive ourselves.');
INSERT INTO `fam_quotes` VALUES (1177, 'Johann von Goethe', 'If you must tell me your opinions, tell me what you believe in. I have plenty of doubts of my own.');
INSERT INTO `fam_quotes` VALUES (1178, 'Johann von Goethe', 'The best fortune that can fall to a man is that which corrects his defects and makes up for his failings.');
INSERT INTO `fam_quotes` VALUES (1179, 'Johann von Goethe', 'Mathematicians are like Frenchmen whatever you say to them they translate into their own language and forthwith it is something entirely different.');
INSERT INTO `fam_quotes` VALUES (1180, 'Johann von Goethe', 'My poor head is in such a whirl, my mind is all in bits.');
INSERT INTO `fam_quotes` VALUES (1181, 'Johann von Goethe', 'Art is long, life short judgment difficult, opportunity transient.');
INSERT INTO `fam_quotes` VALUES (1182, 'Johann von Goethe', 'It is not enough to have knowledge, one must also apply it. It is not enough to have wishes, one must also accomplish.');
INSERT INTO `fam_quotes` VALUES (1183, 'Johann von Goethe', 'If a man writes a book, let him set down only what he knows. I have guesses enough of my own.');
INSERT INTO `fam_quotes` VALUES (1184, 'Johann von Goethe', 'Know\'st thou the land where the lemon-trees bloom, Where the gold orange glows in the deep thicket\'s gloom, Where a wind ever soft from the blue heaven blows, And the groves are of laurel and myrtle and rose');
INSERT INTO `fam_quotes` VALUES (1185, 'Johann von Goethe', 'One must ask children and birds how cherries and strawberries taste.');
INSERT INTO `fam_quotes` VALUES (1186, 'Johann von Goethe', 'Correction does much, but encouragement does more.');
INSERT INTO `fam_quotes` VALUES (1187, 'Johann von Goethe', 'Nature understands no jesting. She is always true, always serious, always severe. She is always right, and the errors are always those of man.');
INSERT INTO `fam_quotes` VALUES (1188, 'Johann von Goethe', 'Life is not anything, but an opportunity for something.');
INSERT INTO `fam_quotes` VALUES (1189, 'Johann von Goethe', 'Treat a man as he is and he will remain as he is. Treat a man as he can and should be, and he will become as he can and should be.');
INSERT INTO `fam_quotes` VALUES (1190, 'Johann von Goethe', 'Everything a human being wants can be divided into four components love, adventure, power and fame.');
INSERT INTO `fam_quotes` VALUES (1191, 'Johann von Goethe', 'There is a courtesy of the heart it is allied to love. From it springs the purest courtesy in the outward behavior.');
INSERT INTO `fam_quotes` VALUES (1192, 'Johann von Goethe', 'Who never ate his bread in sorrow, Who never spent the darksome hours Weeping, and watching for the morrow,-- He knows ye not, ye gloomy Powers.');
INSERT INTO `fam_quotes` VALUES (1193, 'Johann von Goethe', 'Plunge boldly into the thick of life');
INSERT INTO `fam_quotes` VALUES (1194, 'Johann von Goethe', 'To know someone here or there with whom you can feel there is understanding in spite of distances or thoughts expressed');
INSERT INTO `fam_quotes` VALUES (1195, 'Johann von Goethe', 'Nothing is as terrible to see as ignorance in action.');
INSERT INTO `fam_quotes` VALUES (1196, 'Johann von Goethe', 'A life without love, without the presence of the beloved, is nothing but a mere magic-latern show. We draw out slide after slide, swiftly tiring of each, and pushing it back to make haste for the next.');
INSERT INTO `fam_quotes` VALUES (1197, 'Johann von Goethe', 'Love is an ideal thing, marriage a real thing a confusion of the real with the ideal never goes unpunished.');
INSERT INTO `fam_quotes` VALUES (1198, 'Johann von Goethe', 'Talents are best nurtured in solitude character is best formed in the stormy billows of the world.');
INSERT INTO `fam_quotes` VALUES (1199, 'Johann von Goethe', 'A noble person attracts noble people, and knows how to hold on to them.');
INSERT INTO `fam_quotes` VALUES (1200, 'Johann von Goethe', 'A clever man commits no minor blunders.');
INSERT INTO `fam_quotes` VALUES (1201, 'Johann von Goethe', 'Treat people as if they were what they ought to be and you help them to become what they are capable of being.');
INSERT INTO `fam_quotes` VALUES (1202, 'Johann von Goethe', 'When we treat man as he is, we make him worse than he is when we treat him as if he already were what he potentially could be, we make him what he should be.');
INSERT INTO `fam_quotes` VALUES (1203, 'Johann von Goethe', 'Just trust yourself, then you will know how to live.');
INSERT INTO `fam_quotes` VALUES (1204, 'Johann von Goethe', 'Nothing is more damaging to a new truth than an old error.');
INSERT INTO `fam_quotes` VALUES (1205, 'Johann von Goethe', 'We must always change, renew, rejuvenate ourselves otherwise we harden.');
INSERT INTO `fam_quotes` VALUES (1206, 'Johann von Goethe', 'No one would talk much in society, if he knew how often he misunderstood others.');
INSERT INTO `fam_quotes` VALUES (1207, 'Johann von Goethe', 'Daring ideas are like chessmen moved forward. They may be beaten, but they may start a winning game.');
INSERT INTO `fam_quotes` VALUES (1208, 'Johann von Goethe', 'It is a mistake for a taciturn, serious-minded woman to marry a jovial man, but not for a serious-minded man to marry a lighthearted woman.');
INSERT INTO `fam_quotes` VALUES (1209, 'Arthur O\'Shaunessey', 'We are the music makers, and we are the dreamers of the dream. Wandering by lone sea breakers, and sitting by desolate streams. World losers and world forsakers, for whom the pale moon gleams. Yet we are movers and the shakers of the world forever it seems.');
INSERT INTO `fam_quotes` VALUES (1210, 'Confucius', 'The object of the superior man is truth.');
INSERT INTO `fam_quotes` VALUES (1211, 'Confucius', 'A journey of a thousand miles begins with a single step.');
INSERT INTO `fam_quotes` VALUES (1212, 'Confucius', 'I hear and I forget. I see and I remember. I do and I understand.');
INSERT INTO `fam_quotes` VALUES (1213, 'Confucius', 'Only the wisest and stupidest of men never change.');
INSERT INTO `fam_quotes` VALUES (1214, 'Confucius', 'Our greatest glory is not in never falling, but in rising every time we fall.');
INSERT INTO `fam_quotes` VALUES (1215, 'Confucius', 'Real knowledge is to know the extent of one\'s ignorance.');
INSERT INTO `fam_quotes` VALUES (1216, 'Confucius', 'A man who does not plan long ahead will find trouble right at his door.');
INSERT INTO `fam_quotes` VALUES (1217, 'Confucius', 'Everything has its beauty but not everyone sees it.');
INSERT INTO `fam_quotes` VALUES (1218, 'Confucius', 'To know that one knows what one knows, and to know that one doesn\'t know what one doesn\'t know, there lies true wisdom.');
INSERT INTO `fam_quotes` VALUES (1219, 'Confucius', 'Without knowing the force of words, it is impossible to know men.');
INSERT INTO `fam_quotes` VALUES (1220, 'Confucius', 'Things that are done, it is needless to speak about...things that are past, it is needless to blame.');
INSERT INTO `fam_quotes` VALUES (1221, 'Confucius', 'The cautious seldom err.');
INSERT INTO `fam_quotes` VALUES (1222, 'Confucius', 'He who wishes to secure the good of others has already secured his own.');
INSERT INTO `fam_quotes` VALUES (1223, 'Confucius', 'To be wronged is nothing unless you continue to remember it.');
INSERT INTO `fam_quotes` VALUES (1224, 'Confucius', 'Learning without thought is labor lost thought without learning is perilous.');
INSERT INTO `fam_quotes` VALUES (1225, 'Confucius', 'It is only the wisest and the stupidest that cannot change.');
INSERT INTO `fam_quotes` VALUES (1226, 'Confucius', 'To be able to practice five things everywhere under heaven constitutes perfect virtue...They are gravity, generosity of soul, sincerity, earnestness, and kindness.');
INSERT INTO `fam_quotes` VALUES (1227, 'Confucius', 'The expectations of life depend upon diligence the mechanic that would perfect his work must first sharpen his tools.');
INSERT INTO `fam_quotes` VALUES (1228, 'Confucius', 'Silence is a friend who will never betray.');
INSERT INTO `fam_quotes` VALUES (1229, 'Confucius', 'He does not preach what he practices till he has practiced what he preaches.');
INSERT INTO `fam_quotes` VALUES (1230, 'Confucius', 'He who learns but does not think, is lost He who thinks but does not learn is in great danger.');
INSERT INTO `fam_quotes` VALUES (1231, 'Confucius', 'If we don\'t know life, how can we know death');
INSERT INTO `fam_quotes` VALUES (1232, 'Confucius', 'When you have faults, do not fear to abandon them.');
INSERT INTO `fam_quotes` VALUES (1233, 'Confucius', 'The perfecting of one\'s self is the fundamental base of all progress and all moral development.');
INSERT INTO `fam_quotes` VALUES (1234, 'Confucius', 'To see what is right, and not to do it, is want of courage or of principle.');
INSERT INTO `fam_quotes` VALUES (1235, 'Confucius', 'The essence of knowledge is, having it, to apply it not having it, to confess your ignorance.');
INSERT INTO `fam_quotes` VALUES (1236, 'Confucius', 'It does not matter how slowly you go so long as you do not stop.');
INSERT INTO `fam_quotes` VALUES (1237, 'Confucius', 'Ignorance is the night of the mind, but a night without moon and star.');
INSERT INTO `fam_quotes` VALUES (1238, 'Confucius', 'Wheresoever you go, go with all your heart.');
INSERT INTO `fam_quotes` VALUES (1239, 'Confucius', 'The wheel of fortune turns round incessantly, and who can say to himself, I shall to-day be uppermost.');
INSERT INTO `fam_quotes` VALUES (1240, 'Confucius', 'Heaven means to be one with God.');
INSERT INTO `fam_quotes` VALUES (1241, 'Confucius', 'The superior man acts before he speaks, and afterwards speaks according to his actions.');
INSERT INTO `fam_quotes` VALUES (1242, 'Confucius', 'If I am walking with two other men, each of them will serve as my teacher. I will pick out the good points of the one and imitate them, and the bad points of the other and correct them in myself.');
INSERT INTO `fam_quotes` VALUES (1243, 'Confucius', 'We take greater pains to persuade others that we are happy than in endeavoring to think so ourselves.');
INSERT INTO `fam_quotes` VALUES (1244, 'Confucius', 'The superior man makes the difficulty to be overcome his first interest success only comes later.');
INSERT INTO `fam_quotes` VALUES (1245, 'Confucius', 'Looking at small advantages prevents great affairs from being accomplished.');
INSERT INTO `fam_quotes` VALUES (1246, 'Confucius', 'Better a diamond with a flaw than a pebble without.');
INSERT INTO `fam_quotes` VALUES (1247, 'Confucius', 'When you know a thing, to hold that you know it and when you do not know a thing, to allow that you do not know it - this is knowledge.');
INSERT INTO `fam_quotes` VALUES (1248, 'Confucius', 'By three methods we may learn wisdom First, by reflection, which is noblest Second, by imitation, which is easiest and third by experience, which is the bitterest.');
INSERT INTO `fam_quotes` VALUES (1249, 'Confucius', 'Virtue is not left to stand alone. He who practices it will have neighbors.');
INSERT INTO `fam_quotes` VALUES (1250, 'Confucius', 'Wealth and rank are what people desire, but unless they be obtained in the right way they may not be possessed.');
INSERT INTO `fam_quotes` VALUES (1251, 'Confucius', 'What is the sound of one hand clapping');
INSERT INTO `fam_quotes` VALUES (1252, 'Confucius', 'Fine words and an insinuating appearance are seldom associated with true virtue.');
INSERT INTO `fam_quotes` VALUES (1253, 'Confucius', 'Silence is the true friend that never betrays.');
INSERT INTO `fam_quotes` VALUES (1254, 'Confucius', 'I do not want a friend Who smiles when I smile Who weeps when I weep For my shadow in the pool Can do better than that.');
INSERT INTO `fam_quotes` VALUES (1255, 'Confucius', 'Do not use a cannon to kill a mosquito.');
INSERT INTO `fam_quotes` VALUES (1256, 'Confucius', 'Men\'s natures are alike, it is their habits that carry them far apart.');
INSERT INTO `fam_quotes` VALUES (1257, 'Confucius', 'Be not ashamed of mistakes and thus make them crimes.');
INSERT INTO `fam_quotes` VALUES (1258, 'Confucius', 'He who will not economize will have to agonize.');
INSERT INTO `fam_quotes` VALUES (1259, 'Confucius', 'Forget injuries, never forget kindnesses.');
INSERT INTO `fam_quotes` VALUES (1260, 'Confucius', 'Study the past if you would define the future.');
INSERT INTO `fam_quotes` VALUES (1261, 'Confucius', 'Respect yourself and others will respect you.');
INSERT INTO `fam_quotes` VALUES (1262, 'Confucius', 'They must often change who would be constant in happiness or wisdom.');
INSERT INTO `fam_quotes` VALUES (1263, 'Confucius', 'The superior man, when resting in safety, does not forget that danger may come. When in a state of security he does not forget the possibility of ruin. When all is orderly, he does not forget that disorder may come. Thus his person is not endangered, and his States and all their clans are preserved.');
INSERT INTO `fam_quotes` VALUES (1264, 'Confucius', 'By nature, men are nearly alike by practice, they get to be wide apart.');
INSERT INTO `fam_quotes` VALUES (1265, 'Confucius', 'When anger rises, think of the consequences.');
INSERT INTO `fam_quotes` VALUES (1266, 'Confucius', 'What the superior man seeks is in himself what the small man seeks is in others.');
INSERT INTO `fam_quotes` VALUES (1267, 'Confucius', 'Have no friends not equal to yourself.');
INSERT INTO `fam_quotes` VALUES (1268, 'Confucius', 'When we see men of a contrary character, we should turn inwards and examine ourselves.');
INSERT INTO `fam_quotes` VALUES (1269, 'Confucius', 'He who speaks without modesty will find it difficult to make his words good.');
INSERT INTO `fam_quotes` VALUES (1270, 'Confucius', 'If a man withdraws his mind from the love of beauty, and applies it as sincerely to the love of the virtuous if, in serving his parents, he can exert his utmost strength if, in serving his prince, he can devote his life if in his intercourse with his friends, his words are sincere - although men say that he has not learned, I will certainly say that he has.');
INSERT INTO `fam_quotes` VALUES (1271, 'Confucius', 'He who exercises government by means of his virtue may be compared to the north polar star, which keeps its place and all the stars turn towards it.');
INSERT INTO `fam_quotes` VALUES (1272, 'Confucius', 'He with whom neither slander that gradually soaks into the mind, nor statements that startle like a wound in the flesh, are successful may be called intelligent indeed.');
INSERT INTO `fam_quotes` VALUES (1273, 'Confucius', 'I have not seen a person who loved virtue, or one who hated what was not virtuous. He who loved virtue would esteem nothing above it.');
INSERT INTO `fam_quotes` VALUES (1274, 'Confucius', 'Is virtue a thing remote I wish to be virtuous, and lo Virtue is at hand.');
INSERT INTO `fam_quotes` VALUES (1275, 'Confucius', 'Hold faithfulness and sincerity as first principles.');
INSERT INTO `fam_quotes` VALUES (1276, 'Confucius', 'If a man takes no thought about what is distant, he will find sorrow near at hand.');
INSERT INTO `fam_quotes` VALUES (1277, 'Confucius', 'I am not one who was born in the possession of knowledge I am one who is fond of antiquity, and earnest in seeking it there.');
INSERT INTO `fam_quotes` VALUES (1278, 'Confucius', 'The superior man is modest in his speech, but exceeds in his actions.');
INSERT INTO `fam_quotes` VALUES (1279, 'Confucius', 'The man who in view of gain thinks of righteousness who in the view of danger is prepared to give up his life and who does not forget an old agreement however far back it extends - such a man may be reckoned a complete man.');
INSERT INTO `fam_quotes` VALUES (1280, 'Confucius', 'The man of virtue makes the difficulty to be overcome his first business, and success only a subsequent consideration.');
INSERT INTO `fam_quotes` VALUES (1281, 'Confucius', 'The determined scholar and the man of virtue will not seek to live at the expense of injuring their virtue. They will even sacrifice their lives to preserve their virtue complete.');
INSERT INTO `fam_quotes` VALUES (1282, 'Confucius', 'The scholar who cherishes the love of comfort is not fit to be deemed a scholar.');
INSERT INTO `fam_quotes` VALUES (1283, 'Confucius', 'The firm, the enduring, the simple, and the modest are near to virtue.');
INSERT INTO `fam_quotes` VALUES (1284, 'Confucius', 'Recompense injury with justice, and recompense kindness with kindness.');
INSERT INTO `fam_quotes` VALUES (1285, 'Confucius', 'The superior man cannot be known in little matters, but he may be entrusted with great concerns. The small man may not be entrusted with great concerns, but he may be known in little matters.');
INSERT INTO `fam_quotes` VALUES (1286, 'Confucius', 'The people may be made to follow a path of action, but they may not be made to understand it.');
INSERT INTO `fam_quotes` VALUES (1287, 'Confucius', 'To go beyond is as wrong as to fall short.');
INSERT INTO `fam_quotes` VALUES (1288, 'Confucius', 'What you do not want done to yourself, do not do to others.');
INSERT INTO `fam_quotes` VALUES (1289, 'Confucius', 'There are three things which the superior man guards against. In youth...lust. When he is strong...quarrelsomeness. When he is old...covetousness.');
INSERT INTO `fam_quotes` VALUES (1290, 'Confucius', 'Virtue is more to man than either water or fire. I have seen men die from treading on water and fire, but I have never seen a man die from treading the course of virtue.');
INSERT INTO `fam_quotes` VALUES (1291, 'Confucius', 'The superior man...does not set his mind either for anything, or against anything what is right he will follow.');
INSERT INTO `fam_quotes` VALUES (1292, 'Confucius', 'The superior man is satisfied and composed the mean man is always full of distress.');
INSERT INTO `fam_quotes` VALUES (1293, 'Confucius', 'Without an acquaintance with the rules of propriety, it is impossible for the character to be established.');
INSERT INTO `fam_quotes` VALUES (1294, 'Confucius', 'While you are not able to serve men, how can you serve spirits of the dead...While you do not know life, how can you know about death');
INSERT INTO `fam_quotes` VALUES (1295, 'Confucius', 'When we see men of worth, we should think of equaling them when we see men of a contrary character, we should turn inwards and examine ourselves.');
INSERT INTO `fam_quotes` VALUES (1296, 'Confucius', 'When a man\'s knowledge is sufficient to attain, and his virtue is not sufficient to enable him to hold, whatever he may have gained, he will lose again.');
INSERT INTO `fam_quotes` VALUES (1297, 'Confucius', 'With coarse rice to eat, with water to drink, and my bended arm for a pillow - I have still joy in the midst of these things. Riches and honors acquired by unrighteousness are to me as a floating cloud.');
INSERT INTO `fam_quotes` VALUES (1298, 'James T. Farrell', 'There\'s one good kind of writer -- a dead one.');
INSERT INTO `fam_quotes` VALUES (1299, 'James T. Farrell', 'America is so vast that almost everything said about it is likely to be true, and the opposite is probably equally true.');
INSERT INTO `fam_quotes` VALUES (1300, 'James T. Farrell', 'If you let conditions stop you from working, they\'ll always stop you.');
INSERT INTO `fam_quotes` VALUES (1301, 'Allan Bloom', 'Education is the movement from darkness to light.');
INSERT INTO `fam_quotes` VALUES (1302, 'Brian Weir', 'In order to be walked on, you have to be lying down.');
INSERT INTO `fam_quotes` VALUES (1303, 'John Henry Cardinal Newman', 'A great memory is never made synonymous with wisdom, any more than a dictionary would be called a treatise.');
INSERT INTO `fam_quotes` VALUES (1304, 'John Henry Cardinal Newman', 'Let us take things as we find them let us not attempt to distort them into what they are not. We cannot make facts. All our wishing cannot change them. We must use them.');
INSERT INTO `fam_quotes` VALUES (1305, 'John Henry Cardinal Newman', 'Fear not that thy life shall come to an end, but rather fear that it shall never have a beginning.');
INSERT INTO `fam_quotes` VALUES (1306, 'Tacitus', 'Reason and judgment are the qualities of a leader.');
INSERT INTO `fam_quotes` VALUES (1307, 'Tacitus', 'It belongs to human nature to hate those you have injured.');
INSERT INTO `fam_quotes` VALUES (1308, 'Anna Louise Strong', 'To fall in love is easy, even to remain in it is not difficult our human loneliness is cause enough. But it is a hard quest worth making to find a comrade through whose steady presence one becomes steadily the person one desires to be.');
INSERT INTO `fam_quotes` VALUES (1309, 'Jeseph Joubert', 'It is better to debate a question without settling it than to settle a question without debating it.');
INSERT INTO `fam_quotes` VALUES (1310, 'Jeseph Joubert', 'I am certain of nothing but the holiness of the heart\'s affections, and the truth of imagination.');
INSERT INTO `fam_quotes` VALUES (1311, 'Jeseph Joubert', 'Never cut what you can untie.');
INSERT INTO `fam_quotes` VALUES (1312, 'Jeseph Joubert', 'Let us have justice, and then we shall have enough liberty');
INSERT INTO `fam_quotes` VALUES (1313, 'Jeseph Joubert', 'To teach is to learn twice.');
INSERT INTO `fam_quotes` VALUES (1314, 'Jeseph Joubert', 'Children need models more than they need critics.');
INSERT INTO `fam_quotes` VALUES (1315, 'Jeseph Joubert', 'Those who never retract their opinions love themselves more than they love the truth.');
INSERT INTO `fam_quotes` VALUES (1316, 'Jeseph Joubert', 'We must respect the past, and mistrust the present, if we wish to provide for the safety of the future.');
INSERT INTO `fam_quotes` VALUES (1317, 'Jeseph Joubert', 'Choose in marriage only a woman whom you would choose as a friend if she were a man.');
INSERT INTO `fam_quotes` VALUES (1318, 'Jeseph Joubert', 'Imagination is the eye of the soul.');
INSERT INTO `fam_quotes` VALUES (1319, 'Jeseph Joubert', 'Justice is the truth in action.');
INSERT INTO `fam_quotes` VALUES (1320, 'Jeseph Joubert', 'The evening of a well spent life brings its lamps with it.');
INSERT INTO `fam_quotes` VALUES (1321, 'Jeseph Joubert', 'The aim of argument, or of discussion, should not be victory, but progress.');
INSERT INTO `fam_quotes` VALUES (1322, 'Jules Renard', 'There are places and moments in which one is so completely alone that one sees the world entire.');
INSERT INTO `fam_quotes` VALUES (1323, 'Jules Renard', 'There are moments when everything goes well don\'t be frightened, it won\'t last.');
INSERT INTO `fam_quotes` VALUES (1324, 'Jules Renard', 'The danger of success is that it makes us forget the world\'s dreadful injustice.');
INSERT INTO `fam_quotes` VALUES (1325, 'Jules Renard', 'Love is like an hourglass, with the heart filling up as the brain empties.');
INSERT INTO `fam_quotes` VALUES (1326, 'Jules Renard', 'Be modest It is the kind of pride least likely to offend.');
INSERT INTO `fam_quotes` VALUES (1327, 'Jules Renard', 'I finally know what distinguishes man from other beasts financial worries. - Journals');
INSERT INTO `fam_quotes` VALUES (1328, 'Jules Renard', 'We don\'t understand life any better at forty than at twenty, but we know it and admit it.');
INSERT INTO `fam_quotes` VALUES (1329, 'Jules Renard', 'If I were to begin life again, I should want it as it was. I would only open my eyes a little bit more.');
INSERT INTO `fam_quotes` VALUES (1330, 'Jules Renard', 'Look for the ridiculous in everything and you will find it.');
INSERT INTO `fam_quotes` VALUES (1331, 'Jules Renard', 'Failure is not the only punishment for laziness there is also the success of others.');
INSERT INTO `fam_quotes` VALUES (1332, 'Jules Renard', 'I am not sincere, even when I say I am not.');
INSERT INTO `fam_quotes` VALUES (1333, 'Jules Renard', 'I don\'t know if God exists, but it would be better for His reputation if He didn\'t.');
INSERT INTO `fam_quotes` VALUES (1334, 'Jules Renard', 'The only man who is really free is the one who can turn down an invitation to dinner without giving an excuse.');
INSERT INTO `fam_quotes` VALUES (1335, 'Jules Renard', 'Laziness is nothing more than the habit of resting before you get tired.');
INSERT INTO `fam_quotes` VALUES (1336, 'Gotthold Ephraim Lessing', 'A heretic is a man who sees with his own eyes.');
INSERT INTO `fam_quotes` VALUES (1337, 'John Milton', 'But wherefore thou alone Wherefore with theeCame not all hell broke loose Is pain to themLess pain, less to be fled, or thou than theyLess hardy to endure Courageous chief,The first in flight from pain, hadst thou allegedTo thy deserted host this cause of flight,Thou surely hadst not come sole fugitive.');
INSERT INTO `fam_quotes` VALUES (1338, 'John Milton', 'Here at lastWe shall be freethe Almighty hath not builtHere for his envy, will not drive us henceHere we may reign secure, and in my choiceTo reign is worth ambition though in HellBetter to reign in Hell, than serve in Heaven.');
INSERT INTO `fam_quotes` VALUES (1339, 'John Milton', 'Accuse not nature, she hath done her partDo thou but thine, and be not diffidentOf wisdom, she deserts thee not, if thouDismiss not her, when most thou needest her nigh,By attributing overmuch to thingsLess excellent, as thou thyself perceivest.');
INSERT INTO `fam_quotes` VALUES (1340, 'John Milton', 'When the waves are round me breaking,As I pace the deck alone,And my eye in vain is seekingSome green leaf to rest uponWhat would not I give to wanderWhere my old companions dwellAbsence makes the heart grow fonder,Isle of Beauty, fare thee well');
INSERT INTO `fam_quotes` VALUES (1341, 'John Milton', '... If weakness may excuse, What Murderer, what Traitor, Parricide, Incestuous, sacrilegious, but may plead it All Wickedness is Weakness That plea therefore With God or Man will gain thee no Remission.');
INSERT INTO `fam_quotes` VALUES (1342, 'John Milton', 'If we think we regulate printing, thereby to rectfy manners, we must regulate all regulations and pastimes, all that is delightful to man.');
INSERT INTO `fam_quotes` VALUES (1343, 'John Milton', 'None can love freedom heartily but good men the rest love not freedom, but license.');
INSERT INTO `fam_quotes` VALUES (1344, 'John Milton', '...A good book is the precious lifeblood of a master spirit, embalmed and treasured up on purpose to a life beyond life.');
INSERT INTO `fam_quotes` VALUES (1345, 'John Milton', 'How soon hath Time, the subtle thief of youth, Stolen on his wing my three-and-twentieth year');
INSERT INTO `fam_quotes` VALUES (1346, 'John Milton', 'Millions of spiritual creatures walk the earth Unseen, both when we wake and when we sleep.');
INSERT INTO `fam_quotes` VALUES (1347, 'John Milton', 'The mind is its own place, and in itself can make a Heaven of Hell, a Hell of Heaven.');
INSERT INTO `fam_quotes` VALUES (1348, 'John Milton', 'The childhood shows the man, As morning shows the day.');
INSERT INTO `fam_quotes` VALUES (1349, 'John Milton', 'Thou canst not touch the freedom of my mind.');
INSERT INTO `fam_quotes` VALUES (1350, 'John Milton', 'He also serves who only stands and waits.');
INSERT INTO `fam_quotes` VALUES (1351, 'John Milton', 'Who overcomes by force hath overcome but half his foe.');
INSERT INTO `fam_quotes` VALUES (1352, 'John Milton', 'Where there is much desire to learn, there of necessity will be much arguing, much writing, many opinions for opinions in good men is but knowledge in the making.');
INSERT INTO `fam_quotes` VALUES (1353, 'John Milton', 'He who reigns within himself and rules his passions, desires and fears is more than a King.');
INSERT INTO `fam_quotes` VALUES (1354, 'John Milton', 'Give me the liberty to know, to utter, and to argue freely according to conscience, above all liberties.');
INSERT INTO `fam_quotes` VALUES (1355, 'Vince Lombardi', 'The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will.');
INSERT INTO `fam_quotes` VALUES (1356, 'Vince Lombardi', 'Winning is not a sometime thing it\'s an all time thing. You don\'t win once in a while, you don\'t do things right once in a while, you do them right all the time. Winning is habit. Unfortunately, so is losing.');
INSERT INTO `fam_quotes` VALUES (1357, 'Vince Lombardi', 'The price of success is hard work, dedication to the job at hand, and the determination that whether we win or lose, we have applied the best of ourselves to the task at hand.');
INSERT INTO `fam_quotes` VALUES (1358, 'Vince Lombardi', 'Life\'s battles don\'t always go to the stronger or faster man. But sooner or later the man who wins, is the man who thinks he can.');
INSERT INTO `fam_quotes` VALUES (1359, 'Vince Lombardi', 'If you aren\'t fired with enthusiasm, you will be fired with enthusiasm.');
INSERT INTO `fam_quotes` VALUES (1360, 'Vince Lombardi', 'In great attempts it is glorious even to fail.');
INSERT INTO `fam_quotes` VALUES (1361, 'Vince Lombardi', 'Winning is a habit. Unfortuantely, so is losing.');
INSERT INTO `fam_quotes` VALUES (1362, 'Vince Lombardi', 'The quality of a person\'s life is in direct proportion to their commitment to excellence, regardless of their chosen field of endeavor.');
INSERT INTO `fam_quotes` VALUES (1363, 'Vince Lombardi', 'Winning isn\'t everything, but wanting to win is.');
INSERT INTO `fam_quotes` VALUES (1364, 'Vince Lombardi', 'Football is not a contact sport, it\'s a collision sport - dancing is a contact sport.');
INSERT INTO `fam_quotes` VALUES (1365, 'Vince Lombardi', 'The dictionary is the only place where success comes before work.');
INSERT INTO `fam_quotes` VALUES (1366, 'Vince Lombardi', 'Build for your team a feeling of oneness, of dependence on one another and of strength to be derived by unity.');
INSERT INTO `fam_quotes` VALUES (1367, 'Vince Lombardi', 'Those who have invested the most are the last to surrender.');
INSERT INTO `fam_quotes` VALUES (1368, 'Vince Lombardi', 'Winners never quit and quitters never win.');
INSERT INTO `fam_quotes` VALUES (1369, 'Vince Lombardi', 'Praise in public criticize in private.');
INSERT INTO `fam_quotes` VALUES (1370, 'Vince Lombardi', 'Once a man has made a commitment to a way of life, he puts the greatest strength in the world behind him. It\'s something we call heart power. Once a man has made his commitment, nothing will stop him short of success.');
INSERT INTO `fam_quotes` VALUES (1371, 'Vince Lombardi', 'The spirit, the will to win, and the will to excel, are the things that endure. These qualities are so much more important than the events that occur.');
INSERT INTO `fam_quotes` VALUES (1372, 'Vince Lombardi', 'Nobody is hurt. Hurt is in the mind. If you can walk, you can run.');
INSERT INTO `fam_quotes` VALUES (1373, 'Vince Lombardi', 'Practice doesn\'t make perfect. Perfect practice makes perfect.');
INSERT INTO `fam_quotes` VALUES (1374, 'Vince Lombardi', 'The Green Bay Packers never lost a football game. They just ran out of time.');
INSERT INTO `fam_quotes` VALUES (1375, 'Vince Lombardi', 'Leaders aren\'t born, they are made. And they are made just like anything else, through hard work. And that\'s the price we\'ll have to pay to achieve that goal, or any goal.');
INSERT INTO `fam_quotes` VALUES (1376, 'Vince Lombardi', 'If you can\'t accept losing, you can\'t win.');
INSERT INTO `fam_quotes` VALUES (1377, 'Vince Lombardi', 'Individual commitment to a group effort, that is what makes a team work, a company work, a society work, a civilization work.');
INSERT INTO `fam_quotes` VALUES (1378, 'Vince Lombardi', 'It\'s not whether you get knocked down, it\'s whether you get up.');
INSERT INTO `fam_quotes` VALUES (1379, 'Vince Lombardi', 'A man can be as great as he wants to be. If you believe in yourself and have the courage, the determination, the dedication, the competitive drive and if you are willing to sacrifice the little things in life and pay the price for the things that are worthwhile, it can be done.');
INSERT INTO `fam_quotes` VALUES (1380, 'Vince Lombardi', 'Once you agree upon the price you and your family must pay for success, it enables you to ignore the minor hurts, the opponent\'s pressure, and the temporary failures.');
INSERT INTO `fam_quotes` VALUES (1381, 'Vince Lombardi', 'The leader can never close the gap between himself and the group. If he does, he is no longer what he must be. He must walk a tightrope between the consent he must win and the control he must exert.');
INSERT INTO `fam_quotes` VALUES (1382, 'Vince Lombardi', 'Teamwork is what the Green Bay Packers were all about. They didn\'t do it for individual glory. They did it because they loved one another.');
INSERT INTO `fam_quotes` VALUES (1383, 'Vince Lombardi', 'Unless a man believes in himself and makes a total commitment to his career and puts everything he has into it - his mind, his body, his heart - what\'s life worth to him');
INSERT INTO `fam_quotes` VALUES (1384, 'Vince Lombardi', 'If you\'ll not settle for anything less than your best, you will be amazed at what you can accomplish in your lives.');
INSERT INTO `fam_quotes` VALUES (1385, 'Vince Lombardi', 'It\'s easy to have faith in yourself and have discipline when you\'re a winner, when you\'re number one. What you\'ve got to have is faith and discipline when you\'re not yet a winner.');
INSERT INTO `fam_quotes` VALUES (1386, 'Vince Lombardi', 'People who work together will win, whether it be against complex football defenses, or the problems of modern society.');
INSERT INTO `fam_quotes` VALUES (1387, 'Vince Lombardi', 'The achievements of an organization are the results of the combined effort of each individual.');
INSERT INTO `fam_quotes` VALUES (1388, 'Vince Lombardi', 'Our greatest glory was not in never falling, but in rising when we fell.');
INSERT INTO `fam_quotes` VALUES (1389, 'Vince Lombardi', 'After the cheers have died down and the stadium is empty, after the headlines have been written and after you are back in the quiet of your room and the championship ring has been placed on the dresser and all the pomp and fanfare has faded, the enduring things that are left are the dedication to excellence, the dedication to victory, and the dedication to doing with our lives the very best we can to make the world a better place in which to live.');
INSERT INTO `fam_quotes` VALUES (1390, 'Vince Lombardi', 'I firmly believe that any man\'s finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.');
INSERT INTO `fam_quotes` VALUES (1391, 'Vince Lombardi', 'But more importantly, you\'ve got to play with your heart, with every fiber of your body. If you\'re lucky enough to find a guy with a lot of head and a lot of heart, he\'s never going to come off the field second.');
INSERT INTO `fam_quotes` VALUES (1392, 'Vince Lombardi', 'The object is to win fairly, squarely, by the rules - but to win. And in truth, I\'ve never known a man worth his salt who in the long run, deep down in his heart, didn\'t appreciate the grind, the discipline.');
INSERT INTO `fam_quotes` VALUES (1393, 'Vince Lombardi', 'If winning isn\'t everything, why do they keep score');
INSERT INTO `fam_quotes` VALUES (1394, 'Robert Benchley', 'For a nation which has an almost evil reputation for bustle, bustle, bustle, and rush, rush, rush, we spend an enormous amount of time standing around in line in front of windows, just waiting.');
INSERT INTO `fam_quotes` VALUES (1395, 'Robert Benchley', 'Anyone can do any amount of work provided it isn\'t the work he is supposed to be doing at the moment.');
INSERT INTO `fam_quotes` VALUES (1396, 'Robert Benchley', 'An ardent supporter of the hometown team should go to a game prepared to take offense, no matter what happens.');
INSERT INTO `fam_quotes` VALUES (1397, 'Robert Benchley', 'Drinking makes such fools of people, and people are such fools to begin with, that it\'s compounding a felony.');
INSERT INTO `fam_quotes` VALUES (1398, 'Robert Benchley', 'It took me fifteen years to discover that I had no talent for writing, but I couldn\'t give it up because by that time I was too famous.');
INSERT INTO `fam_quotes` VALUES (1399, 'Robert Benchley', 'Drawing on my fine command of the English language, I said nothing.');
INSERT INTO `fam_quotes` VALUES (1400, 'Robert Benchley', 'As for me, except for an occasional heart attack, I feel as young as I ever did.');
INSERT INTO `fam_quotes` VALUES (1401, 'Robert Benchley', 'A boy can learn a lot from a dog obedience, loyalty, and the importance of turning around three times before lying down.');
INSERT INTO `fam_quotes` VALUES (1402, 'Robert Benchley', 'The surest way to make a monkey of a man is to quote him.');
INSERT INTO `fam_quotes` VALUES (1403, 'Robert Benchley', 'I can\'t bring myself to say, \'Well, I guess I\'ll be toddling along.\' It isn\'t that I can\'t toddle. It\'s just that I can\'t guess I\'ll toddle.');
INSERT INTO `fam_quotes` VALUES (1404, 'Robert Benchley', 'Defining and analyzing humor is a pastime of humorless people.');
INSERT INTO `fam_quotes` VALUES (1405, 'Robert Benchley', 'There are two kinds of people in the world, those who believe there are two kinds of people in the world and those who don\'t.');
INSERT INTO `fam_quotes` VALUES (1406, 'Dave Storer', 'Don\'t get suckered in by the comments ... they can terribly be misleading.');
INSERT INTO `fam_quotes` VALUES (1407, 'Psalm 27', 'The Lord is my light, and my salvation whom shall I fear');
INSERT INTO `fam_quotes` VALUES (1408, 'Michael Jordan', 'You have to expect things of yourself before you can do them.');
INSERT INTO `fam_quotes` VALUES (1409, 'Lou Holtz', 'How you respond to the challenge in the second half will determine what you become after the game, whether you are a winner or a loser.');
INSERT INTO `fam_quotes` VALUES (1410, 'Lou Holtz', 'Ability is what you\'re capable of doing. Motivation determines what you do. Attitude determines how well you do it.');
INSERT INTO `fam_quotes` VALUES (1411, 'Lou Holtz', 'You\'re never as good as everyone tells you when you win, and you\'re never as bad as they say when you lose.');
INSERT INTO `fam_quotes` VALUES (1412, 'Silius Italicus', 'Virtue herself is her own fairest reward.');
INSERT INTO `fam_quotes` VALUES (1413, 'Stanislaw Lec', 'The window to the world can be covered by a newspaper.');
INSERT INTO `fam_quotes` VALUES (1414, 'Stanislaw Lec', 'Thoughts, like fleas, jump from man to man, but they don\'t bite everybody.');
INSERT INTO `fam_quotes` VALUES (1415, 'Stanislaw Lec', 'People find life entirely too time-consuming.');
INSERT INTO `fam_quotes` VALUES (1416, 'Stanislaw Lec', 'Value your words. Each one may be the last.');
INSERT INTO `fam_quotes` VALUES (1417, 'Stanislaw Lec', 'Is it progress if a cannibal uses a knife and fork');
INSERT INTO `fam_quotes` VALUES (1418, 'Stanislaw Lec', 'He who limps is still walking.');
INSERT INTO `fam_quotes` VALUES (1419, 'Stanislaw Lec', 'There are grammatical errors even in his silence.');
INSERT INTO `fam_quotes` VALUES (1420, 'Stanislaw Lec', 'Advice to writers Sometimes you just have to stop writing. Even before you begin.');
INSERT INTO `fam_quotes` VALUES (1421, 'Stanislaw Lec', 'The first condition of immortality is death.');
INSERT INTO `fam_quotes` VALUES (1422, 'Stanislaw Lec', 'You must first have a lot of patience to learn to have patience.');
INSERT INTO `fam_quotes` VALUES (1423, 'Stanislaw Lec', 'When you jump for joy, beware that no one moves the ground from beneath your feet.');
INSERT INTO `fam_quotes` VALUES (1424, 'Stanislaw Lec', 'All is in the hands of man. Therefore wash them often.');
INSERT INTO `fam_quotes` VALUES (1425, 'Herodotus', 'Great deeds are usually wrought at great risks.');
INSERT INTO `fam_quotes` VALUES (1426, 'Herodotus', 'Some men give up their designs when they have almost reached the goal While others, on the contrary, obtain a victory by exerting, at the last moment, more vigorous efforts than ever before.');
INSERT INTO `fam_quotes` VALUES (1427, 'Herodotus', 'How much better a thing it is to be envied than to be pitied.');
INSERT INTO `fam_quotes` VALUES (1428, 'Herodotus', 'If a man insisted always on being serious, and never allowed himself a bit of fun and relaxation, he would go mad or become unstable without knowing it.');
INSERT INTO `fam_quotes` VALUES (1429, 'Herodotus', 'In soft regions are born soft men.');
INSERT INTO `fam_quotes` VALUES (1430, 'Herodotus', 'It is better to be envied than pitied.');
INSERT INTO `fam_quotes` VALUES (1431, 'Herodotus', 'Men trust their ears less than their eyes.');
INSERT INTO `fam_quotes` VALUES (1432, 'Herodotus', 'Neither snow, nor rain, nor heat, nor gloom of night stays these couriers from the swift completion of their appointed rounds.');
INSERT INTO `fam_quotes` VALUES (1433, 'Herodotus', 'In peace, children inter their parents war violates the order of nature and causes parents to inter their children.');
INSERT INTO `fam_quotes` VALUES (1434, 'Herodotus', 'Force has no place where there is need of skill.');
INSERT INTO `fam_quotes` VALUES (1435, 'Herodotus', 'Haste in every business brings failures.');
INSERT INTO `fam_quotes` VALUES (1436, 'Herodotus', 'The king\'s might is greater than human, and his arm is very long.');
INSERT INTO `fam_quotes` VALUES (1437, 'Herodotus', 'Not snow, no, nor rain, nor heat, nor night keeps them from accomplishing their appointed courses with all speed.');
INSERT INTO `fam_quotes` VALUES (1438, 'Herodotus', 'This is the bitterest pain among men, to have much knowledge but no power.');
INSERT INTO `fam_quotes` VALUES (1439, 'Gen. William Sherman', 'If nominated, I will not run if elected, I will not serve.');
INSERT INTO `fam_quotes` VALUES (1440, 'Adlai Stevenson', 'Communism is the corruption of a dream of justice.');
INSERT INTO `fam_quotes` VALUES (1441, 'Adlai Stevenson', 'She would rather light candles than curse the darkness and her glow has warmed the world.');
INSERT INTO `fam_quotes` VALUES (1442, 'Wayne\'s World', 'Wayne Tell me, when the first show is over, will you still love me when I\'m an incredibly humungoid giant star Cassandra Yeah. Wayne Will you still love me when I\'m in my hanging-out-with-Ravi-Shankar phase Cassandra Yeah. Wayne Will you still love me when I\'m in my carbohydrate, sequined-jumpsuit, young-girls-in-white-cotton-panties, waking-up-in-a-pool-of-your-own-vomit, bloated-purple-dead-on-a-toilet phase Cassandra Yeah. Wayne Okay, party. Bonus.');
INSERT INTO `fam_quotes` VALUES (1443, 'Wayne\'s World', 'Wayne Am I supposed to be a man, am I supposed to say, it\'s OK, I don\'t mind. I don\'t mind. Well I mind I mind big time And you know what the worst part is I NEVER LEARNED TO READ.');
INSERT INTO `fam_quotes` VALUES (1444, 'Wayne\'s World', 'Wayne I once thought I had mono for an entire year, It turned out I was just really bored.');
INSERT INTO `fam_quotes` VALUES (1445, 'Wayne\'s World', 'Wayne Garth, marriage is punishment for shoplifting in some countries.');
INSERT INTO `fam_quotes` VALUES (1446, 'Wayne\'s World', 'Benjamin Hey, who wants Chinese Takeout I know a great place Wayne I\'ll have the cream of sum yung guy.');
INSERT INTO `fam_quotes` VALUES (1447, 'Wayne\'s World', 'Garth Did you ever find Bugs Bunny attractive when he put on a dress and played girl bunny');
INSERT INTO `fam_quotes` VALUES (1448, 'Wayne\'s World', 'Stacy Happy anniversary, Wayne. Wayne Stacy, we broke up two months ago. Stacy Well, that doesn\'t mean we can\'t still go out, does it Wayne Well, it does actually, that\'s what breaking up is.');
INSERT INTO `fam_quotes` VALUES (1449, 'Wayne\'s World', 'Wayne All I have to say about that is asphinctersayswhat. Arcade owner What Wayne Exactly.');
INSERT INTO `fam_quotes` VALUES (1450, 'Kierkegaard', 'People demand freedom of speech as a compensation for the freedom of thought which they seldom use.');
INSERT INTO `fam_quotes` VALUES (1451, 'Kierkegaard', 'Far from idleness being the root of all evil, it is rather the only true good.');
INSERT INTO `fam_quotes` VALUES (1452, 'Kierkegaard', 'Life can only be understood backwards but it must be lived forwards.');
INSERT INTO `fam_quotes` VALUES (1453, 'Kierkegaard', 'Most men pursue pleasure with such breathless haste that they hurry past it.');
INSERT INTO `fam_quotes` VALUES (1454, 'Fred A. Manske, Jr.', 'The ultimate leader is one who is willing to develop people to the point that they eventually surpass him or her in knowledge and ability.');
INSERT INTO `fam_quotes` VALUES (1455, 'John Evans', 'The Internet is like a giant jellyfish. You can\'t step on it. You can\'t go around it. You\'ve got to get through it.');
INSERT INTO `fam_quotes` VALUES (1456, 'Joseph Schumpeter', 'The ballot is stronger than bullets.');
INSERT INTO `fam_quotes` VALUES (1457, 'Reinhold Niebuhr', 'God grant me the serenity to accept the things I cannot change, the courage to change the things I can, and the wisdom to know the difference.');
INSERT INTO `fam_quotes` VALUES (1458, 'Reinhold Niebuhr', 'All you earnest young men out to save the world  please, have a laugh.');
INSERT INTO `fam_quotes` VALUES (1459, 'Reinhold Niebuhr', 'Man\'s capacity for justice makes democracy possible but man\'s inclination to injustice makes democracy necessary.');
INSERT INTO `fam_quotes` VALUES (1460, 'Reinhold Niebuhr', 'Nothing worth doing is completed in our lifetime therefore, we must be saved by hope. Nothing true or beautiful or good makes complete sense in any immediate context of history therefore, we must be saved by faith. Nothing we do, however virtuous, can be accomplished alone therefore, we are saved by love.');
INSERT INTO `fam_quotes` VALUES (1461, 'Reinhold Niebuhr', 'God, give us grace to accept with serenity the things that cannot be changed, courage to change the things which should be changed, and the wisdom to distinguish the one from the other.');
INSERT INTO `fam_quotes` VALUES (1462, 'Reinhold Niebuhr', 'Goodness, armed with power, is corrupted and pure love without power is destroyed.');
INSERT INTO `fam_quotes` VALUES (1463, 'Milton Friedman', 'Hell hath no fury like a bureaucrat scorned.');
INSERT INTO `fam_quotes` VALUES (1464, 'Milton Friedman', 'Inflation is the one form of taxation that can be imposed without legislation.');
INSERT INTO `fam_quotes` VALUES (1465, 'Milton Friedman', 'The government solution to a problem is usually as bad as the problem.');
INSERT INTO `fam_quotes` VALUES (1466, 'Milton Friedman', 'The price works so well, so efficiently, that we are not aware of it most of the time.');
INSERT INTO `fam_quotes` VALUES (1467, 'Milton Friedman', 'History suggests that Capitalism is a necessary condition for political freedom.');
INSERT INTO `fam_quotes` VALUES (1468, 'Rudyard Kipling', 'On the road to Mandalay Where the flyin\' fishes play, An\' the dawn comes up like thunder outer China \'crost the bay.');
INSERT INTO `fam_quotes` VALUES (1469, 'Rudyard Kipling', 'Words are, of course, the most powerful drug used by mankind.');
INSERT INTO `fam_quotes` VALUES (1470, 'Rudyard Kipling', 'If you can force your heart and nerve and sinew to serve your turn long after they are gone, and so hold on when there is nothing in you except the will which says to them \'Hold on\'');
INSERT INTO `fam_quotes` VALUES (1471, 'Rudyard Kipling', 'All we have of freedom -- all we use or know -- This our fathers bought for us, long and long ago.');
INSERT INTO `fam_quotes` VALUES (1472, 'Rudyard Kipling', 'If you can keep your head when all about you Are losing theirs and blaming it on you If you can trust yourself when all men doubt you, But make allowance for their doubting too . . . If you can meet with Triumph and Disaster And treat those two impostors just the same . . . Yours is the Earth and everything that\'s in it.');
INSERT INTO `fam_quotes` VALUES (1473, 'Rudyard Kipling', 'The female of the species is more deadly than the male.');
INSERT INTO `fam_quotes` VALUES (1474, 'Rudyard Kipling', 'I always prefer to believe the best of everybody - it saves so much trouble.');
INSERT INTO `fam_quotes` VALUES (1475, 'Rudyard Kipling', 'Down to Gehenna or up to the Throne, He travels fastest who travels alone.');
INSERT INTO `fam_quotes` VALUES (1476, 'Rudyard Kipling', 'All the people like us are we, And everyone else is They.');
INSERT INTO `fam_quotes` VALUES (1477, 'Rudyard Kipling', 'The sin they do two by two they must pay for one by one.');
INSERT INTO `fam_quotes` VALUES (1478, 'Rudyard Kipling', 'Fill the unforgiving minute with sixty seconds worth of distance run.');
INSERT INTO `fam_quotes` VALUES (1479, 'Rudyard Kipling', 'We have forty million reasons for failure, but not a single excuse.');
INSERT INTO `fam_quotes` VALUES (1480, 'Rudyard Kipling', 'What you do when you don\'t have to, determines what you will be when you can no longer help it.');
INSERT INTO `fam_quotes` VALUES (1481, 'Rudyard Kipling', 'More men are killed by overwork than the importance of the world justifies.');
INSERT INTO `fam_quotes` VALUES (1482, 'Rudyard Kipling', 'Take everything you like seriously, except yourselves.');
INSERT INTO `fam_quotes` VALUES (1483, 'Rudyard Kipling', 'I kep six honest serving-men (They taught me all I knew) Their names are What and Why and When And How and Where and Who.');
INSERT INTO `fam_quotes` VALUES (1484, 'Rudyard Kipling', 'Once there was The People - Terror gave it birth Once there was The People, and it made a hell of earth Earth arose and crushed it. Listen, oh, ye slain Once there was The People - it shall never be again');
INSERT INTO `fam_quotes` VALUES (1485, 'Rudyard Kipling', 'Funny how the new things are the old things.');
INSERT INTO `fam_quotes` VALUES (1486, 'Rudyard Kipling', 'There\'s no jealousy in the grave.');
INSERT INTO `fam_quotes` VALUES (1487, 'Rudyard Kipling', 'Every woman knows all about everything.');
INSERT INTO `fam_quotes` VALUES (1488, 'Rudyard Kipling', 'He wrapped himself in quotations- as a beggar would enfold himself in the purple of Emperors.');
INSERT INTO `fam_quotes` VALUES (1489, 'Jewish Folk Saying', 'One should not stand at the foot of a sick person\'s bed, because that place is reserved for the guardian angel.');
INSERT INTO `fam_quotes` VALUES (1490, 'M Scott Peck', 'Until you value yourself, you won\'t value your time. Until you value your time, you will not do anything with it. Or something. I dunno, I was only half listening. Becca said it, anyway. Ask her.');
INSERT INTO `fam_quotes` VALUES (1491, 'M Scott Peck', 'Doubt is often the beginning of wisdom.');
INSERT INTO `fam_quotes` VALUES (1492, 'M Scott Peck', 'Most do not fully see this truth that life is difficult. Instead they moan more or less incessantly, noisily or subtly, about the enormity of their problems, their burdens, and their difficulties as if life were generally easy, as if life should be easy. They voice their belief, noisily or subtly, that their difficulties represent a unique kind of affliction that should not be and that has somehow been especially visited upon them, or else upon their families, their tribe, their class, their nation, their race or even their species, and not upon others.');
INSERT INTO `fam_quotes` VALUES (1493, 'M Scott Peck', 'Problems do not go away. They must be worked through or else they remain, forever a barrier to the growth and development of the spirit.');
INSERT INTO `fam_quotes` VALUES (1494, 'M Scott Peck', 'You cannot truly listen to anyone and do anything else at the same time.');
INSERT INTO `fam_quotes` VALUES (1495, 'M Scott Peck', 'Nirvana or lasting enlightenment or true spiritual growth can be achieved only through persistent exercise of real love.');
INSERT INTO `fam_quotes` VALUES (1496, 'M Scott Peck', 'Real love is a permanently self-enlarging experience.');
INSERT INTO `fam_quotes` VALUES (1497, 'Louis D. Brandeis', 'Experience should teach us to be most on our guard to protect liberty when the government\'s purposes are beneficial. The greatest dangers to liberty lurk in insidious encroachment by men of zeal, well meaning but without understanding.');
INSERT INTO `fam_quotes` VALUES (1498, 'Louis D. Brandeis', 'We shall have lost something vital and beyond price on the day when the state denies us the right to resort to force...');
INSERT INTO `fam_quotes` VALUES (1499, 'Louis D. Brandeis', 'Organization can never be a substitute for initiative and for judgment.');
INSERT INTO `fam_quotes` VALUES (1500, 'Louis D. Brandeis', 'In the frank expression of conflicting opinions lies the greatest promise of wisdom in governmental action.');
INSERT INTO `fam_quotes` VALUES (1501, 'Louis D. Brandeis', 'We can have democracy in this country, or we can have great wealth concentrated in the hands of a few, but we can\'t have both.');
INSERT INTO `fam_quotes` VALUES (1502, 'Louis D. Brandeis', 'America has believed that in differentiation, not in uniformity, lies the path of progress. It acted on this belief it has advanced human happiness, and it has prospered.');
INSERT INTO `fam_quotes` VALUES (1503, 'Louis D. Brandeis', 'Our government is the potent, the omnipresent teacher. For good or ill, it teaches the whole people by its example.');
INSERT INTO `fam_quotes` VALUES (1504, 'Louis D. Brandeis', 'Nearly all legislation involves a weighing of public needs as against private desires and likewise a weighing of relative social values.');
INSERT INTO `fam_quotes` VALUES (1505, 'Louis D. Brandeis', 'Behind every argument is someone\'s ignorance.');
INSERT INTO `fam_quotes` VALUES (1506, 'Sallust', 'The glory that goes with wealth is fleeting and fragile virtue is a possession glorious and eternal.');
INSERT INTO `fam_quotes` VALUES (1507, 'Sallust', 'They envy the distinction I have won let them therefore, envy my toils, my honesty, and the methods by which I gained it.');
INSERT INTO `fam_quotes` VALUES (1508, 'Sallust', 'Ambition drove many men to become false to have one thought locked in the breast, another ready on the tongue.');
INSERT INTO `fam_quotes` VALUES (1509, 'Sallust', 'A good man would prefer to be defeated than to defeat injustice by evil means.');
INSERT INTO `fam_quotes` VALUES (1510, 'Sallust', 'The higher your station, the less your liberty.');
INSERT INTO `fam_quotes` VALUES (1511, 'Sallust', 'Few men desire liberty The majority are satisfied with a just master.');
INSERT INTO `fam_quotes` VALUES (1512, 'Sallust', 'To someone seeking power, the poorest man is the most useful.');
INSERT INTO `fam_quotes` VALUES (1513, 'Sallust', 'Small communities grow great through harmony, great ones fall to pieces through discord.');
INSERT INTO `fam_quotes` VALUES (1514, 'Sallust', 'The soul is the captain and ruler of the life of morals.');
INSERT INTO `fam_quotes` VALUES (1515, 'Sallust', 'Every man is the architect of his own fortune.');
INSERT INTO `fam_quotes` VALUES (1516, 'Sallust', 'Before you act consider when you have considered, tis fully time to act.');
INSERT INTO `fam_quotes` VALUES (1517, 'Sallust', 'To like and dislike the same things, that is indeed true friendship.');
INSERT INTO `fam_quotes` VALUES (1518, 'Sallust', 'The renown which riches or beauty confer is fleeting and frail mental excellence is a splendid and lasting possession.');
INSERT INTO `fam_quotes` VALUES (1519, 'Kenneth A. Wells', 'A good listener tries to understand thoroughly what the other person is saying. In the end he may disagree sharply, but before he disagrees, he wants to know exactly what it is he is disagreeing with.');
INSERT INTO `fam_quotes` VALUES (1520, 'Sydney Smith', 'A great deal of talent is lost to the world for want of a little courage. Every day sends to their graves obscure men whose timidity prevented them from making a first effort.');
INSERT INTO `fam_quotes` VALUES (1521, 'Sydney Smith', 'He not only overflowed with learning, he stood in the slop.');
INSERT INTO `fam_quotes` VALUES (1522, 'Sydney Smith', 'Whatever you are by nature, keep to it never desert your line of talent. Be what nature intended you for and you will succeed.');
INSERT INTO `fam_quotes` VALUES (1523, 'Sydney Smith', 'Life is to be fortified by many friendships. To love and to be loved is the greatest happiness of existence.');
INSERT INTO `fam_quotes` VALUES (1524, 'Sydney Smith', 'It is always right that a man should be able to render a reason for the faith that is within him.');
INSERT INTO `fam_quotes` VALUES (1525, 'Sydney Smith', 'It is the greatest of all mistakes to do nothing because you can only do a little. Do what you can.');
INSERT INTO `fam_quotes` VALUES (1526, 'Sydney Smith', 'A great deal of talent is lost to the world for the want of a little courage.');
INSERT INTO `fam_quotes` VALUES (1527, 'Sydney Smith', 'Obstacles are those frightful things you see when you take your eyes off your goals.');
INSERT INTO `fam_quotes` VALUES (1528, 'Sydney Smith', 'Live always in the best company when you read.');
INSERT INTO `fam_quotes` VALUES (1529, 'Sydney Smith', 'Errors to be dangerous must have a great deal of truth mingled with them. It is only from this alliance that they can ever obtain an extensive circulation.');
INSERT INTO `fam_quotes` VALUES (1530, 'Sydney Smith', 'You must not think me necessarily foolish because I am facetious, nor will I consider you necessarily wise because you are grave.');
INSERT INTO `fam_quotes` VALUES (1531, 'Sydney Smith', 'To do anything in this world worth doing, we must not stand back shivering and thinking of the cold and danger, but jump in, and scramble through as well as we can.');
INSERT INTO `fam_quotes` VALUES (1532, 'Sydney Smith', 'He had occasional flashes of silence, that made his conversation perfectly delightful.');
INSERT INTO `fam_quotes` VALUES (1533, 'Sydney Smith', 'Have the courage to be ignorant of a great number of things, in order to avoid the calamity of being ignorant of everything.');
INSERT INTO `fam_quotes` VALUES (1534, 'Sydney Smith', 'There is one piece of advice, in a life of study, which I think no one will object to and that is, every now and then to be completely idle - to do nothing at all.');
INSERT INTO `fam_quotes` VALUES (1535, 'Sydney Smith', 'Never try to reason the prejudice out of a man. It was not reasoned into him, and cannot be reasoned out.');
INSERT INTO `fam_quotes` VALUES (1536, 'Rob Cella', 'A relationship is like a rose, How long it lasts, no one knows Love can erase an awful past, Love can be yours, you\'ll see at last To feel that love, it makes you sigh, To have it leave, you\'d rather die You hope you\'ve found that special rose, \'Cause you love and care for the one you chose.');
INSERT INTO `fam_quotes` VALUES (1537, 'Thomas Huxley', 'The great tragedy of science -- the slaying of a beautiful hypothesis by an ugly fact.');
INSERT INTO `fam_quotes` VALUES (1538, 'Thomas Huxley', 'I am too much of a skeptic to deny the possibility of anything.');
INSERT INTO `fam_quotes` VALUES (1539, 'Thomas Huxley', 'Perhaps the most valuable result of all education is the ability to make yourself do the thing you have to do, when it ought to be done, whether you like it or not it is the first lesson that ought to be learned and however early a man\'s training begins, it is probably the last lesson that he learns thoroughly.');
INSERT INTO `fam_quotes` VALUES (1540, 'Thomas Huxley', 'Every great advance in natural knowledge has involved the absolute rejection of authority.');
INSERT INTO `fam_quotes` VALUES (1541, 'Thomas Huxley', 'The great end of life is not knowledge but action.');
INSERT INTO `fam_quotes` VALUES (1542, 'Thomas Huxley', 'Sit down before fact like a little child, and be prepared to give up every preconceived notion. Follow humbly wherever and to whatever abyss Nature leads, or you shall learn nothing.');
INSERT INTO `fam_quotes` VALUES (1543, 'Thomas Huxley', 'The chess board is the world, the pieces are the phenomena of the universe, the rules of the game are what we call the laws of Nature. The player on the other side is hidden from us. We know that his play is always fair, just, and patient. But we also know, to our cost, that he never overlooks a mistake, or makes the smallest allowance for ignorance.');
INSERT INTO `fam_quotes` VALUES (1544, 'Thomas Huxley', 'Irrationally held truths may be more harmful than reasoned errors.');
INSERT INTO `fam_quotes` VALUES (1545, 'Thomas Huxley', 'Science is nothing but trained and organized common sense.');
INSERT INTO `fam_quotes` VALUES (1546, 'Thomas Huxley', 'If a little knowledge is dangerous, where is the man who has so much as to be out of danger.');
INSERT INTO `fam_quotes` VALUES (1547, 'Thomas Huxley', 'Only one absolute certainty is possible to man, namely that at any given moment the feeling which he has exists.');
INSERT INTO `fam_quotes` VALUES (1548, 'Thomas Huxley', 'Make up your mind to act decidedly and take the consequences. No good is ever done in this world by hesitation.');
INSERT INTO `fam_quotes` VALUES (1549, 'Thomas Huxley', 'It is an error to imagine that evolution signifies a constant tendency to increased perfection. That process undoubtedly involves a constant remodelling of the organism in adaptation to new conditions but it depends on the nature of those conditions whether the directions of the modifications effected shall be upward or downward.');
INSERT INTO `fam_quotes` VALUES (1550, 'Thomas Huxley', 'God give me strength to face a fact though it slay me.');
INSERT INTO `fam_quotes` VALUES (1551, 'Thomas Huxley', 'Perhaps the most valuable result of all education is the ability to make yourself do the thing you have to do, when it ought to be done, whether you like it or not.');
INSERT INTO `fam_quotes` VALUES (1552, 'Thomas Huxley', 'Agnosticism simply means that a man shall not say he knows or believes that for which he has no grounds for professing to believe.');
INSERT INTO `fam_quotes` VALUES (1553, 'Thomas Huxley', 'There is no greater mistake than the hasty conclusion that opinions are worthless because they are badly argued.');
INSERT INTO `fam_quotes` VALUES (1554, 'Thomas Huxley', 'The deepest sin against the human mind is to believe things without evidence.');
INSERT INTO `fam_quotes` VALUES (1555, 'Thomas Huxley', 'Science is nothing but trained and organized common sense, differing from the latter only as a veteran may differ from a raw recruit and its methods differ from those of common sense only as far as the guardsman\'s cut and thrust differ from the manner in which a savage wields his club.');
INSERT INTO `fam_quotes` VALUES (1556, 'Thomas Huxley', 'The strongest man in the world is the man who stands alone.');
INSERT INTO `fam_quotes` VALUES (1557, 'Thomas Huxley', 'Try to learn something about everything and everything about something.');
INSERT INTO `fam_quotes` VALUES (1558, 'W. H. Auden', 'When I find myself in the company of scientists, I feel like a shabby curate who has strayed by mistake into a room full of dukes.');
INSERT INTO `fam_quotes` VALUES (1559, 'W. H. Auden', 'What the mass media offers is not popular art, but entertainment which is intended to be consumed like food, forgotten, and replaced by a new dish.');
INSERT INTO `fam_quotes` VALUES (1560, 'W. H. Auden', 'Some books are undeservedly forgotten none are undeservedly remembered.');
INSERT INTO `fam_quotes` VALUES (1561, 'W. H. Auden', 'A poet\'s hope to be, like some valley cheese, local, but prized elsewhere.');
INSERT INTO `fam_quotes` VALUES (1562, 'W. H. Auden', 'We are here on Earth to do good to others. What the others are here for, I don\'t know.');
INSERT INTO `fam_quotes` VALUES (1563, 'W. H. Auden', 'No opera plot can be sensible, for people do not sing when they are feeling sensible.');
INSERT INTO `fam_quotes` VALUES (1564, 'W. H. Auden', 'Murder is unique in that it abolishes the party it injures, so that society has to take the place of the victim and on his behalf demand atonement or grant forgiveness it is the one crime in which society has a direct interest.');
INSERT INTO `fam_quotes` VALUES (1565, 'W. H. Auden', 'Among those whom I like or admire, I can find no common denominator, but among those whom I love, I can all of them make me laugh.');
INSERT INTO `fam_quotes` VALUES (1566, 'W. H. Auden', 'One cannot review a bad book without showing off.');
INSERT INTO `fam_quotes` VALUES (1567, 'R. H. Delaney', 'Love builds bridges where there are none.');
INSERT INTO `fam_quotes` VALUES (1568, 'Mark Twain', 'If you tell the truth, you don\'t have to remember anything.');
INSERT INTO `fam_quotes` VALUES (1569, 'Mark Twain', 'The human race has one really effective weapon, and that is laughter.');
INSERT INTO `fam_quotes` VALUES (1570, 'Mark Twain', 'Whenever you find yourself on the side of the majority, it\'s time to pause and reflect.');
INSERT INTO `fam_quotes` VALUES (1571, 'Mark Twain', 'Principles have no real force except when one is well-fed.');
INSERT INTO `fam_quotes` VALUES (1572, 'Mark Twain', 'In the first place, God made idiots. That was for practice. Then he made school boards.');
INSERT INTO `fam_quotes` VALUES (1573, 'Mark Twain', 'We are chameleons, and our partialities and prejudices change place with an easy and blessed facility, and we are soon wonted to the change and happy in it.');
INSERT INTO `fam_quotes` VALUES (1574, 'Mark Twain', 'The best way to cheer yourself up is to try to cheer somebody else up.');
INSERT INTO `fam_quotes` VALUES (1575, 'Mark Twain', 'Keep away from people who try to belittle your ambitions. Small people always do that, but the really great make you feel that you, too, can become great.');
INSERT INTO `fam_quotes` VALUES (1576, 'Mark Twain', 'We have a criminal jury system which is superior to any in the world and its efficiency is only marred by the difficulty of finding twelve men every day who don\'t know anything and can\'t read.');
INSERT INTO `fam_quotes` VALUES (1577, 'Mark Twain', 'Work is a necessary evil to be avoided.');
INSERT INTO `fam_quotes` VALUES (1578, 'Mark Twain', 'It is better to deserve honors and not have them than to have them and not deserve them.');
INSERT INTO `fam_quotes` VALUES (1579, 'Mark Twain', 'The report of my death was an exaggeration.');
INSERT INTO `fam_quotes` VALUES (1580, 'Mark Twain', 'Golf is a good walk spoiled.');
INSERT INTO `fam_quotes` VALUES (1581, 'Mark Twain', 'We had the sky up there, and we used to lay on our backs and look up at them, and discuss whether they was made or just happened.');
INSERT INTO `fam_quotes` VALUES (1582, 'Mark Twain', 'I never let schooling interfere with my education.');
INSERT INTO `fam_quotes` VALUES (1583, 'Mark Twain', 'Suppose you were an idiot, and suppose you were a member of congress but I repeat myself.');
INSERT INTO `fam_quotes` VALUES (1584, 'Mark Twain', 'The man who does not read good books has no advantage over the man who cannot read them.');
INSERT INTO `fam_quotes` VALUES (1585, 'Mark Twain', 'To cease smoking is the easiset thing I ever did. I ought to know, I\'ve done it a thousand times.');
INSERT INTO `fam_quotes` VALUES (1586, 'Mark Twain', 'Humor is mankind\'s greatest blessing.');
INSERT INTO `fam_quotes` VALUES (1587, 'Mark Twain', 'Some men worship rank, some worship heroes, some worship power, some worship God, and over these ideals they dispute, but they all worship money.');
INSERT INTO `fam_quotes` VALUES (1588, 'Mark Twain', 'Fiction is obliged to stick to possibilities. Truth isn\'t.');
INSERT INTO `fam_quotes` VALUES (1589, 'Mark Twain', 'The very ink with which history is written is merely fluid prejudice.');
INSERT INTO `fam_quotes` VALUES (1590, 'Mark Twain', 'Describing her first day back in grade school after a long absence, a teacher said, It was like trying to hold 35 corks under water at the same time.');
INSERT INTO `fam_quotes` VALUES (1591, 'Mark Twain', 'Behold, the fool saith, Put not all thine eggs in the one basket, -- which is but a manner of saying, Scatter your money and your attention, but the wise man saith, Put all your eggs in the one basket and -- watch that basket.');
INSERT INTO `fam_quotes` VALUES (1592, 'Mark Twain', 'On his deathbed Death, the only immortal who treats us all alike, whose pity and whose peace and whose refuse are for all -- the soiled and the pure, the rich and the poor, the loved and the unloved.');
INSERT INTO `fam_quotes` VALUES (1593, 'Mark Twain', 'Lord save us all from old age and broken health and a hope tree that has lost the faculty of putting out blossoms.');
INSERT INTO `fam_quotes` VALUES (1594, 'Mark Twain', 'The secret source of humour itself is not joy, but sorrow. There is no humour in heaven.');
INSERT INTO `fam_quotes` VALUES (1595, 'Mark Twain', 'Often, the surest way to convey misinformation is to tell the strict truth.');
INSERT INTO `fam_quotes` VALUES (1596, 'Mark Twain', 'Man will do many things to get himself loved he will do all things to get himself envied.');
INSERT INTO `fam_quotes` VALUES (1597, 'Mark Twain', 'I was gratified to be able to answer promptly. I said I don\'t know.');
INSERT INTO `fam_quotes` VALUES (1598, 'Mark Twain', 'Let us so live that when we come to die even the undertaker will be sorry.');
INSERT INTO `fam_quotes` VALUES (1599, 'Mark Twain', 'Irreverence is the champion of liberty and its one sure defense.');
INSERT INTO `fam_quotes` VALUES (1600, 'Mark Twain', 'It is easier to stay out than get out.');
INSERT INTO `fam_quotes` VALUES (1601, 'Mark Twain', 'I must have a prodigious quantity of mind it takes me as much as a week, sometimes, to make it up.');
INSERT INTO `fam_quotes` VALUES (1602, 'Mark Twain', 'A lie can travel halfway around the world while the truth is putting on its shoes.');
INSERT INTO `fam_quotes` VALUES (1603, 'Mark Twain', 'Never put off until tomorrow what you can do the day after tomorrow.');
INSERT INTO `fam_quotes` VALUES (1604, 'Mark Twain', 'Love seems the swiftest, but it is the slowest of growths. No man or woman really knows what perfect love is until they have been married a quarter of a century.');
INSERT INTO `fam_quotes` VALUES (1605, 'Mark Twain', 'A verb has a hard enough time of it in this world when it is all together. It\'s downright inhuman to split it up. But that\'s what those Germans do. They take part of a verb and put it down here, like a stake, and they take the other part of it and put it a way over yonder like another stake, and between these two limits they just shovel in German.');
INSERT INTO `fam_quotes` VALUES (1606, 'Mark Twain', 'Language is a city to the building of which every human being brought a stone.');
INSERT INTO `fam_quotes` VALUES (1607, 'Mark Twain', 'Nothing so needs reforming as other people\'s habits.');
INSERT INTO `fam_quotes` VALUES (1608, 'Mark Twain', 'I\'ve come loaded with statistics, for I\'ve noticed that a man can\'t prove anything without statistics.');
INSERT INTO `fam_quotes` VALUES (1609, 'Mark Twain', 'It were not best that we should all think alike it is the difference of opinion that makes horse races. - from Pudd\'nhead Wilson');
INSERT INTO `fam_quotes` VALUES (1610, 'Mark Twain', 'It is the difference of opinion that makes horse races.');
INSERT INTO `fam_quotes` VALUES (1611, 'Mark Twain', 'I have a prejudice against people who print things in a foreign language and add no translation. When I am the reader, and the other considers me able to do the translating myself, he pays me the quite a nice compliment-- but if he would do the translating for me I would try to get along without the compliment. (A Tramp Abroad,1880)');
INSERT INTO `fam_quotes` VALUES (1612, 'Mark Twain', 'Good breeding consists of concealing how much we think of ourselves and how little we think of the other person.');
INSERT INTO `fam_quotes` VALUES (1613, 'Mark Twain', 'Many a small thing has been made large by the right kind of advertising.');
INSERT INTO `fam_quotes` VALUES (1614, 'Mark Twain', 'When one has tasted watermelon he knows what the angels eat.');
INSERT INTO `fam_quotes` VALUES (1615, 'Mark Twain', 'When we remember we are all mad, the mysteries disappear and life stands explained.');
INSERT INTO `fam_quotes` VALUES (1616, 'Mark Twain', 'Why shoudn\'t truth be stranger than fiction Fiction, after all, has to stick to the possibilities.');
INSERT INTO `fam_quotes` VALUES (1617, 'Mark Twain', 'You cannot depend on your eyes when your imagination is out of focus.');
INSERT INTO `fam_quotes` VALUES (1618, 'Mark Twain', 'Courage is resistance to fear, mastery of fear - not absence of fear.');
INSERT INTO `fam_quotes` VALUES (1619, 'Mark Twain', 'It is by the goodness of God that in our country we have those three unspeakably precious things freedom of speech, freedom of conscience, and the prudence never to practice either of them.');
INSERT INTO `fam_quotes` VALUES (1620, 'Mark Twain', 'His ignorance covered the whole earth like a blanket, and there was hardly a hole in it anywhere.');
INSERT INTO `fam_quotes` VALUES (1621, 'Mark Twain', 'If you pick up a starving dog and make him prosperous, he will not bite you. This is the principal difference between a dog and a man.');
INSERT INTO `fam_quotes` VALUES (1622, 'Mark Twain', 'Truth is more of a stranger than fiction.');
INSERT INTO `fam_quotes` VALUES (1623, 'Mark Twain', 'Habit is habit and not to be flung out of the window by any man, but coaxed downstairs a step at a time.');
INSERT INTO `fam_quotes` VALUES (1624, 'Mark Twain', 'Quitting smoking is easy, I\'ve done it hundreds of times.');
INSERT INTO `fam_quotes` VALUES (1625, 'Mark Twain', 'A house without a cat, and a well-fed, well-petted, and properly revered cat, may be a perfect house, perhaps, but how can it prove its title --from The Tragedy of Pudd\'nhead Wilson');
INSERT INTO `fam_quotes` VALUES (1626, 'Mark Twain', 'I am not one of those who in expressing opinions confine themselves to facts.');
INSERT INTO `fam_quotes` VALUES (1627, 'Mark Twain', 'I cannot keep from talking, even at the risk of being instructive.');
INSERT INTO `fam_quotes` VALUES (1628, 'Mark Twain', 'A man with a new idea is a crank -- until the idea succeeds.');
INSERT INTO `fam_quotes` VALUES (1629, 'Mark Twain', 'A man who carries a cat by the tail learns something he can learn in no other way.');
INSERT INTO `fam_quotes` VALUES (1630, 'Mark Twain', 'Imagination is always the fabric of social life and the dynamic of history. The influence of real needs and compulsions, of real interests and materials, is indirect because the crowd is never conscious of it.');
INSERT INTO `fam_quotes` VALUES (1631, 'Mark Twain', 'After all these years I see that I was mistaken about Eve in the beginning it is better to live outside the Garden with her than inside it without her.');
INSERT INTO `fam_quotes` VALUES (1632, 'Mark Twain', 'Youth, large, lusty, loving- Youth, full of grace, force, fascination. Do you know that Old Age may come after you with equal grace, force, fascination');
INSERT INTO `fam_quotes` VALUES (1633, 'Mark Twain', 'The holy passion of Friendship is of so sweet and steady and loyal and enduring a nature that it will last through a whole lifetime, if not asked to lend money.');
INSERT INTO `fam_quotes` VALUES (1634, 'Mark Twain', 'Friendship is the marriage of the soul, and this marriage is liable to divorce.');
INSERT INTO `fam_quotes` VALUES (1635, 'Mark Twain', 'A classic is a book which people praise and don\'t read.');
INSERT INTO `fam_quotes` VALUES (1636, 'Mark Twain', 'Don\'t part with your illusions. When they are gone you may still exist, but you have ceased to live.');
INSERT INTO `fam_quotes` VALUES (1637, 'Mark Twain', 'It takes your enemy and your friend, working together, to hurt you the one to slander you, and the other to get the news to you.');
INSERT INTO `fam_quotes` VALUES (1638, 'Mark Twain', 'Do something every day that you don\'t want to do this is the golden rule for acquiring the habit of doing your duty without pain.');
INSERT INTO `fam_quotes` VALUES (1639, 'Mark Twain', 'He would come in and say he changed his mind -- which was a gilded figure of speech, because he didn\'t have any.');
INSERT INTO `fam_quotes` VALUES (1640, 'Mark Twain', 'The difference between the right word and the almost right word is the difference between lightning and a lightning bug.');
INSERT INTO `fam_quotes` VALUES (1641, 'Mark Twain', 'In religion and politics people\'s beliefs and convictions are in almost every case gotten at second-hand, and without examination, from authorities who have not themselves examined the questions at issue but have taken them at second-hand from other non-examiners, whose opinions about them were not worth a brass farthing.');
INSERT INTO `fam_quotes` VALUES (1642, 'Mark Twain', 'It\'s not that I\'m afraid to die, I just don\'t want to be there when it happens.');
INSERT INTO `fam_quotes` VALUES (1643, 'Mark Twain', 'When I was a child people simply looked about them and were moderately happy today they peer beyond the seven seas, bury themselves waist deep in tidings, and by and large what they see and hear makes them unutterably sad.');
INSERT INTO `fam_quotes` VALUES (1644, 'Mark Twain', 'There are some books that refuse to be written. They stand their ground year after year and will not be persuaded. It isn\'t because the book is not there and worth being written -- it is only because the right form of the story does not present itself. There is only one right form for a story and if you fail to find that form the story will not tell itself.');
INSERT INTO `fam_quotes` VALUES (1645, 'Mark Twain', 'I am an old man and have a great many troubles, But most of them never happened.');
INSERT INTO `fam_quotes` VALUES (1646, 'Mark Twain', 'Always do right. This will gratify some people and astonish the rest.');
INSERT INTO `fam_quotes` VALUES (1647, 'Mark Twain', 'There are lies, damned lies, and statistics.');
INSERT INTO `fam_quotes` VALUES (1648, 'Mark Twain', 'If Christ were here now there is one thing he would not be--a christian.');
INSERT INTO `fam_quotes` VALUES (1649, 'Mark Twain', 'A man is accepted into church for what he believes--and turned out for what he knows.');
INSERT INTO `fam_quotes` VALUES (1650, 'Mark Twain', 'Kindness is a language which the deaf can hear, and the blind can read.');
INSERT INTO `fam_quotes` VALUES (1651, 'Mark Twain', 'When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much the old man had learned in seven years.');
INSERT INTO `fam_quotes` VALUES (1652, 'Mark Twain', 'Loyalty to petrified opinion never yet broke a chain or freed a human soul.');
INSERT INTO `fam_quotes` VALUES (1653, 'Mark Twain', 'There are times when one would like to hang the whole human race and finish the farce.');
INSERT INTO `fam_quotes` VALUES (1654, 'Mark Twain', 'The rule is perfect in all matters of opinion our adversaries are insane.');
INSERT INTO `fam_quotes` VALUES (1655, 'Mark Twain', 'Work consists of whatever a body is obliged to do. Play consists of whatever a body is not obliged to do.');
INSERT INTO `fam_quotes` VALUES (1656, 'Mark Twain', 'The miracle, or the power, that elevates the few is to be found in their industry, application, and perseverance under the prompting of a brave, determined spirit.');
INSERT INTO `fam_quotes` VALUES (1657, 'Mark Twain', 'Travel is fatal to prejudice, bigotry, and narrow-mindedness.');
INSERT INTO `fam_quotes` VALUES (1658, 'Mark Twain', 'There is nothing so annoying as to have two people talking when you\'re busy interrupting.');
INSERT INTO `fam_quotes` VALUES (1659, 'Mark Twain', 'Whenever you find that you are on the side of the majority, it is time to reform.');
INSERT INTO `fam_quotes` VALUES (1660, 'Mark Twain', 'Facts are stubborn, but statistics are more pliable.');
INSERT INTO `fam_quotes` VALUES (1661, 'Mark Twain', 'Drag your thoughts away from your troubles.. by the ears, by the heels, or any other way you can manage it.');
INSERT INTO `fam_quotes` VALUES (1662, 'Mark Twain', 'I am opposed to millionaires, but it would be dangerous to offer me the position.');
INSERT INTO `fam_quotes` VALUES (1663, 'Mark Twain', 'I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him.');
INSERT INTO `fam_quotes` VALUES (1664, 'Mark Twain', 'A classic is something that everybody wants to have read and nobody wants to read.');
INSERT INTO `fam_quotes` VALUES (1665, 'Mark Twain', 'All you need in this life is ignorance and confidence then success is sure.');
INSERT INTO `fam_quotes` VALUES (1666, 'Mark Twain', 'Pessimism is only the name that men of weak nerve give to wisdom.');
INSERT INTO `fam_quotes` VALUES (1667, 'Mark Twain', 'I don\'t like to commit myself about heaven and hell you see, I have friends in both places.');
INSERT INTO `fam_quotes` VALUES (1668, 'Mark Twain', 'By trying we can easily learn to endure adversity. Another man\'s, I mean.');
INSERT INTO `fam_quotes` VALUES (1669, 'Mark Twain', 'The man who is a pessimist before 48 knows too much if he is an optimist after it, he knows too little.');
INSERT INTO `fam_quotes` VALUES (1670, 'Mark Twain', 'The fact that man knows right from wrong proves his intellectual superiority to other creatures but the fact that he can do wrong proves his moral inferiority to any creature that cannot.');
INSERT INTO `fam_quotes` VALUES (1671, 'Mark Twain', 'Cold If the thermometer had been an inch longer we\'d all have frozen to death');
INSERT INTO `fam_quotes` VALUES (1672, 'Mark Twain', 'Few things are harder to put up with than the annoyance of a good example.');
INSERT INTO `fam_quotes` VALUES (1673, 'Mark Twain', 'Denial ain\'t just a river in Egypt.');
INSERT INTO `fam_quotes` VALUES (1674, 'Mark Twain', 'It\'s not the size of the dog in the fight, it\'s the size of the fight in the dog.');
INSERT INTO `fam_quotes` VALUES (1675, 'Mark Twain', 'Wagner\'s music is better than it sounds.');
INSERT INTO `fam_quotes` VALUES (1676, 'Mark Twain', 'Civilization is a limitless multiplication of unnecessary necessaries.');
INSERT INTO `fam_quotes` VALUES (1677, 'Mark Twain', 'The proper office of a friend is to side with you when you are wrong. Nearly anybody will side with you when you are right.');
INSERT INTO `fam_quotes` VALUES (1678, 'Mark Twain', 'Be careful about reading health books. You may die of a misprint.');
INSERT INTO `fam_quotes` VALUES (1679, 'Mark Twain', 'Necessity is the mother of taking chances.');
INSERT INTO `fam_quotes` VALUES (1680, 'Mark Twain', 'To be good is noble, but to teach others how to be good is nobler--and less trouble.');
INSERT INTO `fam_quotes` VALUES (1681, 'Mark Twain', 'Twenty years from now you will be more disappointed by the things that you didn\'t do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover.');
INSERT INTO `fam_quotes` VALUES (1682, 'Mark Twain', 'Statistics show that we lose more fools on this day than on all other days of the year put together. This proves, by the numbers left in stock, that one Fourth of July per year is now inadequate, the country has grown so.');
INSERT INTO `fam_quotes` VALUES (1683, 'Mark Twain', 'There are two times in a man\'s life when he should not speculate when he can\'t afford it, and when he can. - from Following the Equator');
INSERT INTO `fam_quotes` VALUES (1684, 'Mark Twain', 'One of the most striking differences between a cat and a lie is that a cat has only nine lives.');
INSERT INTO `fam_quotes` VALUES (1685, 'Mark Twain', 'There is no distinctly native American criminal class except Congress.');
INSERT INTO `fam_quotes` VALUES (1686, 'Mark Twain', 'Providence protects children and idiots. I know because I have tested it.');
INSERT INTO `fam_quotes` VALUES (1687, 'Mark Twain', 'There is no sadder sight than a young pessimist.');
INSERT INTO `fam_quotes` VALUES (1688, 'Mark Twain', 'Tomorrow night I appear for the first time before a Boston audience of 4000 critics.');
INSERT INTO `fam_quotes` VALUES (1689, 'Mark Twain', 'Some people get an eduction without going to college the rest get it after they get out.');
INSERT INTO `fam_quotes` VALUES (1690, 'Mark Twain', 'Go and surprise the whole country by doing something right.');
INSERT INTO `fam_quotes` VALUES (1691, 'Mark Twain', 'The trouble isn\'t that there are too many fools, but that the lightning isn\'t distributed right.');
INSERT INTO `fam_quotes` VALUES (1692, 'Mark Twain', 'Religion consists of a set of things which the average man thinks he believes and wishes he was certain.');
INSERT INTO `fam_quotes` VALUES (1693, 'Mark Twain', 'We are called the nation of inventors. And we are. We could still claim that title and wear its loftiest honors if we had stopped with the first thing we ever invented, which was human liberty.');
INSERT INTO `fam_quotes` VALUES (1694, 'Mark Twain', 'There is no such thing as the Queen\'s English. The property has gone into the hands of a joint stock company and we own the bulk of the shares');
INSERT INTO `fam_quotes` VALUES (1695, 'Mark Twain', 'We should be careful to get out of an experience only the wisdom that is in it - and stop there lest we be like the cat that sits down on a hot stove-lid. She will never sit down on a hot stove-lid again - and that is well but also she will never sit down on a cold one anymore.');
INSERT INTO `fam_quotes` VALUES (1696, 'Mark Twain', 'What a good thing Adam had. When he said a good thing he knew nobody had said it before.');
INSERT INTO `fam_quotes` VALUES (1697, 'Mark Twain', 'What counts is not necessarily the size of the dog in the fight, what counts is the size of the fight in the dog.');
INSERT INTO `fam_quotes` VALUES (1698, 'Mark Twain', 'Few sinners are saved after the fiirst twenty minutes of a sermon.');
INSERT INTO `fam_quotes` VALUES (1699, 'Mark Twain', 'Be good and you will be lonesome.');
INSERT INTO `fam_quotes` VALUES (1700, 'Mark Twain', 'Everything has its limit--iron ore cannot be educated into gold. - 1906');
INSERT INTO `fam_quotes` VALUES (1701, 'Mark Twain', 'Eloquence is the essential thing in a speech, not information.');
INSERT INTO `fam_quotes` VALUES (1702, 'Mark Twain', 'Education consists mainly in what we have unlearned. - Notebook, 1898');
INSERT INTO `fam_quotes` VALUES (1703, 'Mark Twain', 'Do the thing you fear most and the death of fear is certain.');
INSERT INTO `fam_quotes` VALUES (1704, 'Mark Twain', 'Get your facts first, and then you can distort them as much as you please.');
INSERT INTO `fam_quotes` VALUES (1705, 'Mark Twain', 'An Englishman is a person who does things because they have been done before. An American is a person who does things because they haven\'t been done before.');
INSERT INTO `fam_quotes` VALUES (1706, 'Mark Twain', 'All schools, all colleges have two great functions to confer, and to conceal valuable knowledge. - Notebook, 1908');
INSERT INTO `fam_quotes` VALUES (1707, 'Mark Twain', 'Against the assault of laughter, nothing can stand.');
INSERT INTO `fam_quotes` VALUES (1708, 'Mark Twain', 'It is noble to teach oneself, but still nobler to teach others--and less trouble. - speech, 1906');
INSERT INTO `fam_quotes` VALUES (1709, 'Mark Twain', 'Age is an issue of mind over matter. If you don\'t mind, it doesn\'t matter.');
INSERT INTO `fam_quotes` VALUES (1710, 'Mark Twain', 'Cauliflower is nothing but Cabbage with a College Education.');
INSERT INTO `fam_quotes` VALUES (1711, 'Mark Twain', 'Work and play are words used to describe the same thing under differing conditions.');
INSERT INTO `fam_quotes` VALUES (1712, 'Mark Twain', 'It is discouraging to try and penetrate a mind like yours. You ought to get it out and dance on it. That would take some of the rigidity out of it.');
INSERT INTO `fam_quotes` VALUES (1713, 'Mark Twain', 'Wrinkles should merely indicate where smiles have been.');
INSERT INTO `fam_quotes` VALUES (1714, 'Mark Twain', 'The billiard table is better than the doctor.');
INSERT INTO `fam_quotes` VALUES (1715, 'Mark Twain', 'A banker is a fellow who lends you his umbrella when the sun is shining, but wants it back the minute it begins to rain.');
INSERT INTO `fam_quotes` VALUES (1716, 'Mark Twain', 'Barring that natural expression of villainy which we all have, the man looked honest enough.');
INSERT INTO `fam_quotes` VALUES (1717, 'Mark Twain', 'Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.');
INSERT INTO `fam_quotes` VALUES (1718, 'Mark Twain', 'Clothes make the man. Naked people have little or no influence on society.');
INSERT INTO `fam_quotes` VALUES (1719, 'Mark Twain', 'A man cannot be comfortable without his own approval.');
INSERT INTO `fam_quotes` VALUES (1720, 'Mark Twain', 'Honesty is the best policy - when there is money in it.');
INSERT INTO `fam_quotes` VALUES (1721, 'Mark Twain', 'Humor is the great thing, the saving thing. The minute it crops up, all our irritations and resentments slip away and a sunny spirit takes their place.');
INSERT INTO `fam_quotes` VALUES (1722, 'Mark Twain', 'Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first.');
INSERT INTO `fam_quotes` VALUES (1723, 'Mark Twain', 'Grief can take care of itself, but to get the full value of a joy you must have somebody to divide it with.');
INSERT INTO `fam_quotes` VALUES (1724, 'Mark Twain', 'I have never taken any exercise except sleeping and resting.');
INSERT INTO `fam_quotes` VALUES (1725, 'Mark Twain', 'In Paris they simply stared when I spoke to them in French I never did succeed in making those idiots understand their language.');
INSERT INTO `fam_quotes` VALUES (1726, 'Mark Twain', 'I didn\'t attend the funeral, but I sent a nice letter saying that I approved of it.');
INSERT INTO `fam_quotes` VALUES (1727, 'Mark Twain', 'I don\'t give a damn for a man that can only spell a word one way.');
INSERT INTO `fam_quotes` VALUES (1728, 'Mark Twain', 'In religion and politics, people\'s beliefs and convictions are in almost every case gotten at second hand, and without examination.');
INSERT INTO `fam_quotes` VALUES (1729, 'Mark Twain', 'It could probably be shown by facts and figures that there is no distinctly American criminal class except Congress.');
INSERT INTO `fam_quotes` VALUES (1730, 'Mark Twain', 'It is better to keep your mouth closed and let people think you are a fool than to open it and remove all doubt.');
INSERT INTO `fam_quotes` VALUES (1731, 'Mark Twain', 'Just the omission of Jane Austen\'s books alone would make a fairly good library out of a library that hadn\'t a book in it.');
INSERT INTO `fam_quotes` VALUES (1732, 'Mark Twain', 'It usually takes more than three weeks to prepare a good impromptu speech.');
INSERT INTO `fam_quotes` VALUES (1733, 'Mark Twain', 'It is curious that physical courage should be so common in the world and moral courage so rare.');
INSERT INTO `fam_quotes` VALUES (1734, 'Mark Twain', 'It was wonderful to find America, but it would have been more wonderful to miss it.');
INSERT INTO `fam_quotes` VALUES (1735, 'Mark Twain', 'Most people are bothered by those passages of Scripture they do not understand, but the passages that bother me are those I do understand.');
INSERT INTO `fam_quotes` VALUES (1736, 'Mark Twain', 'My mother had a great deal of trouble with me, but I think she enjoyed it.');
INSERT INTO `fam_quotes` VALUES (1737, 'Mark Twain', 'Often it does seem a pity that Noah and his party did not miss the boat.');
INSERT INTO `fam_quotes` VALUES (1738, 'Mark Twain', 'Part of the secret of success in life is to eat what you like and let the food fight it out inside.');
INSERT INTO `fam_quotes` VALUES (1739, 'Mark Twain', 'Time cools, time clarifies no mood can be maintained quite unaltered through the course of hours.');
INSERT INTO `fam_quotes` VALUES (1740, 'Mark Twain', 'There is something fascinating about science. One gets such wholesale returns of conjecture out of such a trifling investment of fact.');
INSERT INTO `fam_quotes` VALUES (1741, 'Mark Twain', 'The right word may be effective, but no word was ever as effective as a rightly timed pause.');
INSERT INTO `fam_quotes` VALUES (1742, 'Mark Twain', 'There are people who strictly deprive themselves of each and every eatable, drinkable, and smokable which has in any way acquired a shady reputation. They pay this price for health. And health is all they get for it. How strange it is. It is like paying out your whole fortune for a cow that has gone dry.');
INSERT INTO `fam_quotes` VALUES (1743, 'Mark Twain', 'The worst loneliness is not to be comfortable with yourself.');
INSERT INTO `fam_quotes` VALUES (1744, 'Mark Twain', 'Water, taken in moderation, cannot hurt anybody.');
INSERT INTO `fam_quotes` VALUES (1745, 'Mark Twain', 'Under certain circumstances, profanity provides a relief denied even to prayer.');
INSERT INTO `fam_quotes` VALUES (1746, 'Mark Twain', 'When you cannot get a compliment any other way pay yourself one.');
INSERT INTO `fam_quotes` VALUES (1747, 'Mark Twain', 'I cannot call to mind a single instance where I have ever been irreverent, except toward the things which were sacred to other people.');
INSERT INTO `fam_quotes` VALUES (1748, 'Mark Twain', 'The radical invents the views. When he has worn them out the conservative adopts them.');
INSERT INTO `fam_quotes` VALUES (1749, 'Mark Twain', 'He had discovered a great law of human action, without knowing it - namely, that in order to make a man or a boy covet a thing, it is only necessary to make the thing difficult to obtain.');
INSERT INTO `fam_quotes` VALUES (1750, 'Mark Twain', 'When in doubt, tell the truth.');
INSERT INTO `fam_quotes` VALUES (1751, 'Mark Twain', 'When I was younger, I could remember anything, whether it had happened or not.');
INSERT INTO `fam_quotes` VALUES (1752, 'Mark Twain', 'A human being has a natural desire to have more of a good thing than he needs.');
INSERT INTO `fam_quotes` VALUES (1753, 'Mark Twain', 'There are several good protections against temptations, but the surest is cowardice.');
INSERT INTO `fam_quotes` VALUES (1754, 'Mark Twain', 'Man is the Only Animal that Blushes. Or needs to.');
INSERT INTO `fam_quotes` VALUES (1755, 'Mark Twain', 'The history of our race, and each individual\'s experience, are sown thick with evidence that a truth is not hard to kill and that a lie told well is immortal.');
INSERT INTO `fam_quotes` VALUES (1756, 'Mark Twain', 'The universal brotherhood of man is our most precious possession.');
INSERT INTO `fam_quotes` VALUES (1757, 'Mark Twain', 'We are always more anxious to be distinguished for a talent which we do not possess, than to be praised for the fifteen which we do possess.');
INSERT INTO `fam_quotes` VALUES (1758, 'Mark Twain', 'Sane and intelligent human beings are like all other human beings, and carefully and cautiously and diligently conceal their private real opinions from the world and give out fictitious ones in their stead for general consumption.');
INSERT INTO `fam_quotes` VALUES (1759, 'Mark Twain', 'When a person cannot deceive himself the chances are against his being able to deceive other people.');
INSERT INTO `fam_quotes` VALUES (1760, 'Mark Twain', 'The radical of one century is the conservative of the next. The radical invents the views. When he has worn them out the conservative adopts them.');
INSERT INTO `fam_quotes` VALUES (1761, 'Mark Twain', 'Familiarity breeds contempt - and children.');
INSERT INTO `fam_quotes` VALUES (1762, 'Mark Twain', 'Our opinions do not really blossom into fruition until we have expressed them to someone else.');
INSERT INTO `fam_quotes` VALUES (1763, 'Mark Twain', 'How little a thing can make us happy when we feel that we have earned it.');
INSERT INTO `fam_quotes` VALUES (1764, 'Mark Twain', 'It was enough to make a body ashamed of the human race.');
INSERT INTO `fam_quotes` VALUES (1765, 'Mark Twain', 'An enemy can partly ruin a man, but it takes a good-natured injudicious friend to complete the thing and make it perfect.');
INSERT INTO `fam_quotes` VALUES (1766, 'Mark Twain', 'Training is everything. The peach was once a bitter almond cauliflower is nothing but cabbage with a college education.');
INSERT INTO `fam_quotes` VALUES (1767, 'Mark Twain', 'Laws are sand, customs are rock. Laws can be evaded and punishment escaped but an openly transgressed custom brings sure punishment.');
INSERT INTO `fam_quotes` VALUES (1768, 'Igor Stravinsky', 'I remember being handed a score composed by Mozart at the age of eleven. What could I say I felt like de Kooning, who was asked to comment on a certain abstract painting, and answered in the negative. He was then told it was the work of a celebrated monkey. \'That\'s different. For a monkey, it\'s terrific.\'');
INSERT INTO `fam_quotes` VALUES (1769, 'Igor Stravinsky', 'My freedom will be so much the greater and more meaningful the more narrowly I limit my field of action and the more I surround myself with obstacles. Whatever diminishes constraint diminishes strength. The more constraints one imposes, the more one frees one\'s self of the chains that shackle the spirit.');
INSERT INTO `fam_quotes` VALUES (1770, 'Igor Stravinsky', 'My music is best understood by children and animals.');
INSERT INTO `fam_quotes` VALUES (1771, 'Igor Stravinsky', 'I have learned throughout my life as a composer chiefly through my mistakes and pursuits of false assumptions, not by my exposure to founts of wisdom and knowledge.');
INSERT INTO `fam_quotes` VALUES (1772, 'Robert Louis Stephenson', 'Don\'t judge each day by the harvest you reap but by the seeds that you plant.');
INSERT INTO `fam_quotes` VALUES (1773, 'Robert Louis Stephenson', 'To know what you prefer instead of humbly saying Amen to what the world tells you you ought to prefer, is to have kept your soul alive.');
INSERT INTO `fam_quotes` VALUES (1774, 'Robert Louis Stephenson', 'Our business in this world is not to succeed, but to continue to fail in good spirits.');
INSERT INTO `fam_quotes` VALUES (1775, 'Robert Louis Stephenson', 'Keep your fears to yourself, but share your courage with others.');
INSERT INTO `fam_quotes` VALUES (1776, 'Robert Louis Stephenson', 'We are all travelers in the wilderness of this world, and the best that we can find in our travels is an honest friend.');
INSERT INTO `fam_quotes` VALUES (1777, 'Robert Louis Stephenson', 'The best things in life are nearest Breath in your nostrils, light in your eyes, flowers at your feet, duties at your hand, the path of right just before you. Then do not grasp at the stars, but do life\'s plain, common work as it comes, certain that daily duties and daily bread are the sweetest things in life.');
INSERT INTO `fam_quotes` VALUES (1778, 'Robert Louis Stephenson', 'Politics is perhaps the only profession for which no preparation is thought necessary.');
INSERT INTO `fam_quotes` VALUES (1779, 'Robert Louis Stephenson', 'There is so much good in the worst of us, an so much bad in the best of us, that it behooves all of us not to talk about the rest of us.');
INSERT INTO `fam_quotes` VALUES (1780, 'Robert Louis Stephenson', 'Quiet minds can\'t be perplexed or frightened, but go on in fortune or misfortune at their own private pace, like a clock during a thunderstorm.');
INSERT INTO `fam_quotes` VALUES (1781, 'Robert Louis Stephenson', 'The cruelest lies are often told in silence.');
INSERT INTO `fam_quotes` VALUES (1782, 'Robert Louis Stephenson', 'To travel hopefully is a better thing than to arrive, and the true success is to labour.');
INSERT INTO `fam_quotes` VALUES (1783, 'Robert Louis Stephenson', 'The difficulty of literature is not to write, but to write what you mean not to affect your reader, but to affect him precisely as you wish.');
INSERT INTO `fam_quotes` VALUES (1784, 'Robert Louis Stephenson', 'A friend is a gift you give yourself.');
INSERT INTO `fam_quotes` VALUES (1785, 'Robert Louis Stephenson', 'The man is a success who has lived well, laughed often, and loved much who has gained the respect of intelligent men and the love of children who has filled his niche and accomplished his task who leaves the world better than he found it, whether by an improved poppy, a perfect poem, or a rescued soul who never lacked appreciation of earth\'s beauty or failed to express it who looked for the best in others and gave the best he had.');
INSERT INTO `fam_quotes` VALUES (1786, 'Robert Louis Stephenson', 'So long as we love we serve so long as we are loved by others, I would almost say that we are indespensable and no man is useless while he has a friend.');
INSERT INTO `fam_quotes` VALUES (1787, 'Robert Louis Stephenson', 'Of what shall a man be proud, if he is not proud of his friends');
INSERT INTO `fam_quotes` VALUES (1788, 'Robert Louis Stephenson', 'The mark of a good action is that it appears inevitable in retrospect.');
INSERT INTO `fam_quotes` VALUES (1789, 'Robert Louis Stephenson', 'You can give without loving, but you can never love without giving.');
INSERT INTO `fam_quotes` VALUES (1790, 'Robert Louis Stephenson', 'To be truly happy is a question of how we begin and not of how we end, of what we want and not of what we have.');
INSERT INTO `fam_quotes` VALUES (1791, 'Robert Louis Stephenson', 'Sooner or later everyone sits down to a banquet of consequences.');
INSERT INTO `fam_quotes` VALUES (1792, 'Robert Louis Stephenson', 'You cannot run away from a weakness you must sometimes fight it out or perish. And if that be so, why not now, and where you stand');
INSERT INTO `fam_quotes` VALUES (1793, 'Robert Louis Stephenson', 'I know what pleasure is, for I have done good work.');
INSERT INTO `fam_quotes` VALUES (1794, 'Robert Louis Stephenson', 'Perpetual devotion to what a man calls his business, is only to be sustained by perpetual neglect of many other things.');
INSERT INTO `fam_quotes` VALUES (1795, 'Robert Louis Stephenson', 'If your morals make you dreary, depend on it , they are wrong.');
INSERT INTO `fam_quotes` VALUES (1796, 'Robert Louis Stephenson', 'To travel hopefully is a better thing than to arrive.');
INSERT INTO `fam_quotes` VALUES (1797, 'Aristotle', 'It is the mark of an educated mind to be able to entertain a thought without accepting it.');
INSERT INTO `fam_quotes` VALUES (1798, 'Aristotle', 'The roots of education are bitter, but the fruit is sweet.');
INSERT INTO `fam_quotes` VALUES (1799, 'Aristotle', '...happiness is the highest good, being a realization and perfect practice of virtue, which some can attain, while others have little or none of it...');
INSERT INTO `fam_quotes` VALUES (1800, 'Aristotle', 'He who is unable to live in society, or who has no need because he is sufficient for himself, must be either a beast or a god.');
INSERT INTO `fam_quotes` VALUES (1801, 'Aristotle', 'Wit is educated insolence.');
INSERT INTO `fam_quotes` VALUES (1802, 'Aristotle', 'We are what we repeatedly do. Excellence, then, is not an act, but a habit.');
INSERT INTO `fam_quotes` VALUES (1803, 'Aristotle', 'It is easy to fly into a passion--anybody can do that--but to be angry with the right person and at the right time and with the right object and in the right way--that is not easy, and it is not everyone who can do it.');
INSERT INTO `fam_quotes` VALUES (1804, 'Aristotle', 'Without friends no one would choose to live, though he had all other goods.');
INSERT INTO `fam_quotes` VALUES (1805, 'Aristotle', 'Man is by nature a political animal.');
INSERT INTO `fam_quotes` VALUES (1806, 'Aristotle', 'The high minded man must care more for the truth than for what people think.');
INSERT INTO `fam_quotes` VALUES (1807, 'Aristotle', 'Education is the best provision for old age.');
INSERT INTO `fam_quotes` VALUES (1808, 'Aristotle', 'Consider pleasures as they depart, not as they come.');
INSERT INTO `fam_quotes` VALUES (1809, 'Aristotle', 'Change in all things is sweet.');
INSERT INTO `fam_quotes` VALUES (1810, 'Aristotle', 'All human actions have one or more of these seven causes chance, nature, compulsion, habit, reason, passion, and desire.');
INSERT INTO `fam_quotes` VALUES (1811, 'Aristotle', 'Liars when they speak the truth are not believed.');
INSERT INTO `fam_quotes` VALUES (1812, 'Aristotle', 'Those who have the command of the arms in a country are masters of the state, and have it in their power to make what revolutions they please. Thus, there is no end to observations on the difference between the measures likely to be pursued by a minister backed by a standing army, and those of a court awed by the fear of an armed people.');
INSERT INTO `fam_quotes` VALUES (1813, 'Aristotle', 'Mothers are fonder than fathers of their children because they are more certain they are their own.');
INSERT INTO `fam_quotes` VALUES (1814, 'Aristotle', 'Philosophy is the science which considers truth.');
INSERT INTO `fam_quotes` VALUES (1815, 'Aristotle', 'We make war that we may live in peace.');
INSERT INTO `fam_quotes` VALUES (1816, 'Aristotle', 'Even when laws have been written down, they ought not always to remain unaltered.');
INSERT INTO `fam_quotes` VALUES (1817, 'Aristotle', 'Courage is the first of human qualities because it is the quality which guarantees the others.');
INSERT INTO `fam_quotes` VALUES (1818, 'Aristotle', 'All virtue is summed up in dealing justly.');
INSERT INTO `fam_quotes` VALUES (1819, 'Aristotle', 'This communicating of a man\'s self to his friend works two contrary effects for it redoubleth joys, and cutteth griefs in half.');
INSERT INTO `fam_quotes` VALUES (1820, 'Aristotle', 'There was never a genius without a tincture of madness.');
INSERT INTO `fam_quotes` VALUES (1821, 'Aristotle', 'All proofs rest on premises.');
INSERT INTO `fam_quotes` VALUES (1822, 'Aristotle', 'Nature does nothing uselessly.');
INSERT INTO `fam_quotes` VALUES (1823, 'Aristotle', 'What we have to learn to do, we learn by doing.');
INSERT INTO `fam_quotes` VALUES (1824, 'Aristotle', 'Whatsoever that be within us that feels, thinks, desires, and animates, is something celestial, divine, and, consequently, imperishable.');
INSERT INTO `fam_quotes` VALUES (1825, 'Aristotle', 'It is unbecoming for young men to utter maxims.');
INSERT INTO `fam_quotes` VALUES (1826, 'Aristotle', 'The gods too are fond of a joke.');
INSERT INTO `fam_quotes` VALUES (1827, 'Aristotle', 'What is a friend A single soul dwelling in two bodies.');
INSERT INTO `fam_quotes` VALUES (1828, 'Aristotle', 'Wishing to be friends is quick work, but friendship is slow-ripening fruit.');
INSERT INTO `fam_quotes` VALUES (1829, 'Aristotle', 'The best friend is the man who in wishing me well wishes it for my sake.');
INSERT INTO `fam_quotes` VALUES (1830, 'Aristotle', 'I count him braver who conquers his desires than him who conquers his enemies for the hardest victort is the victory over self.');
INSERT INTO `fam_quotes` VALUES (1831, 'Aristotle', 'The least initial deviation from the truth is multiplied later a thousandfold.');
INSERT INTO `fam_quotes` VALUES (1832, 'Aristotle', 'Of all the varieties of virtues, liberalism is the most beloved.');
INSERT INTO `fam_quotes` VALUES (1833, 'Aristotle', 'In poverty and other misfortunes of life, true friends are a sure refuge. The young they keep out of mischief to the old they are a comfort and aid in their weakness, and those in the prime of life they incite to noble deeds.');
INSERT INTO `fam_quotes` VALUES (1834, 'Aristotle', 'Different men seek after happiness in different ways and by different means, and so make for themselves different modes of life and forms of government.');
INSERT INTO `fam_quotes` VALUES (1835, 'Aristotle', 'Happiness depends upon ourselves.');
INSERT INTO `fam_quotes` VALUES (1836, 'Aristotle', 'Probable impossibilities are to be preferred to improbable possibilities.');
INSERT INTO `fam_quotes` VALUES (1837, 'Aristotle', 'The educated differ from the uneducated as much as the living from the dead.');
INSERT INTO `fam_quotes` VALUES (1838, 'Aristotle', 'All men by nature desire knowledge.');
INSERT INTO `fam_quotes` VALUES (1839, 'Aristotle', 'Pleasure in the job puts perfection in the work.');
INSERT INTO `fam_quotes` VALUES (1840, 'Aristotle', 'A great city is not to be confounded with a populous one.');
INSERT INTO `fam_quotes` VALUES (1841, 'Aristotle', 'What lies in our power to do, it lies in our power not to do.');
INSERT INTO `fam_quotes` VALUES (1842, 'Aristotle', 'Anyone can become angry. That is easy. But to be angry with the right person, to the right degree, at the right time, for the right purpose and in the right way - that is not easy.');
INSERT INTO `fam_quotes` VALUES (1843, 'Aristotle', 'If liberty and equality, as is thought by some are chiefly to be found in democracy, they will be best attained when all persons alike share in the government to the utmost.');
INSERT INTO `fam_quotes` VALUES (1844, 'Aristotle', 'Humor is the only test of gravity, and gravity of humor for a subject which will not bear raillery is suspicious, and a jest which will not bear serious examination is false wit.');
INSERT INTO `fam_quotes` VALUES (1845, 'Aristotle', 'A friend is a second self.');
INSERT INTO `fam_quotes` VALUES (1846, 'Aristotle', 'It is in justice that the ordering of society is centered.');
INSERT INTO `fam_quotes` VALUES (1847, 'Aristotle', 'In the arena of human life the honours and rewards fall to those who show their good qualities.');
INSERT INTO `fam_quotes` VALUES (1848, 'Aristotle', 'Dignity consists not in possessing honors, but in the consciousness that we deserve them.');
INSERT INTO `fam_quotes` VALUES (1849, 'Aristotle', 'All paid jobs absorb and degrade the mind.');
INSERT INTO `fam_quotes` VALUES (1850, 'Aristotle', 'Poverty is the parent of revolution and crime.');
INSERT INTO `fam_quotes` VALUES (1851, 'Aristotle', 'Men acquire a particular quality by constantly acting a particular way...you become just by performing just actions, temperate by performing temperate actions, brave by performing brave actions.');
INSERT INTO `fam_quotes` VALUES (1852, 'Aristotle', 'To give a satisfactory decision as to the truth it is necessary to be rather an arbitrator than a party to the dispute.');
INSERT INTO `fam_quotes` VALUES (1853, 'Aristotle', 'Law is mind without reason.');
INSERT INTO `fam_quotes` VALUES (1854, 'Aristotle', 'The only stable state is the one in which all men are equal before the law.');
INSERT INTO `fam_quotes` VALUES (1855, 'Aristotle', 'To perceive is to suffer.');
INSERT INTO `fam_quotes` VALUES (1856, 'Aristotle', 'Man perfected by society is the best of all animals he is the most terrible of all when he lives without law, and without justice.');
INSERT INTO `fam_quotes` VALUES (1857, 'Aristotle', 'Hope is a waking dream.');
INSERT INTO `fam_quotes` VALUES (1858, 'Aristotle', 'We are what we repeatedly do.');
INSERT INTO `fam_quotes` VALUES (1859, 'Aristotle', 'Misfortune shows those who are not really friends.');
INSERT INTO `fam_quotes` VALUES (1860, 'Aristotle', 'I count him braver who overcomes his desires than him who overcomes his enemies.');
INSERT INTO `fam_quotes` VALUES (1861, 'Aristotle', 'I have gained this by philosophy that I do without being commanded what others do only from fear of the law.');
INSERT INTO `fam_quotes` VALUES (1862, 'Aristotle', 'It is not always the same thing to be a good man and a good citizen.');
INSERT INTO `fam_quotes` VALUES (1863, 'Aristotle', 'Young people are in a condition like permanent intoxication, because youth is sweet and they are growing.');
INSERT INTO `fam_quotes` VALUES (1864, 'Aristotle', 'To enjoy the things we ought and to hate the things we ought has the greatest bearing on excellence of character.');
INSERT INTO `fam_quotes` VALUES (1865, 'Aristotle', 'We must as second best...take the least of the evils.');
INSERT INTO `fam_quotes` VALUES (1866, 'Aristotle', 'For the things we have to learn before we can do them, we learn by doing them.');
INSERT INTO `fam_quotes` VALUES (1867, 'Aristotle', 'It is possible to fail in many ways...while to succeed is possible only in one way.');
INSERT INTO `fam_quotes` VALUES (1868, 'Aristotle', 'Piety requires us to honor truth above our friends.');
INSERT INTO `fam_quotes` VALUES (1869, 'Aristotle', 'One swallow does not make a summer.');
INSERT INTO `fam_quotes` VALUES (1870, 'Aristotle', 'To be conscious that we are perceiving or thinking is to be conscious of our own existence.');
INSERT INTO `fam_quotes` VALUES (1871, 'Aristotle', 'With regard to excellence, it is not enough to know, but we must try to have and use it.');
INSERT INTO `fam_quotes` VALUES (1872, 'Aristotle', 'In all things of nature there is something of the marvelous.');
INSERT INTO `fam_quotes` VALUES (1873, 'Aristotle', 'Again, men in general desire the good, and not merely what their fathers had.');
INSERT INTO `fam_quotes` VALUES (1874, 'Aristotle', 'Time crumbles things everything grows old under the power of Time and is forgotten through the lapse of Time.');
INSERT INTO `fam_quotes` VALUES (1875, 'Aristotle', 'It is the nature of desire not to be satisfied, and most men live only for the gratification of it.');
INSERT INTO `fam_quotes` VALUES (1876, 'Aristotle', 'Law is order, and good law is good order.');
INSERT INTO `fam_quotes` VALUES (1877, 'Aristotle', 'A state is not a mere society, having a common place, established for the prevention of mutual crime and for the sake of exchange...Political society exists for the sake of noble actions, and not of mere companionship.');
INSERT INTO `fam_quotes` VALUES (1878, 'Aristotle', 'The best political community is formed by citizens of the middle class.');
INSERT INTO `fam_quotes` VALUES (1879, 'Aristotle', 'It is simplicity that makes the uneducated more effective than the educated when addressing popular audiences.');
INSERT INTO `fam_quotes` VALUES (1880, 'Aristotle', 'A whole is that which has beginning, middle and end.');
INSERT INTO `fam_quotes` VALUES (1881, 'Aristotle', 'The basis of a democratic state is liberty.');
INSERT INTO `fam_quotes` VALUES (1882, 'Aristotle', 'Well begun is half done.');
INSERT INTO `fam_quotes` VALUES (1883, 'Aristotle', 'They should rule who are able to rule best.');
INSERT INTO `fam_quotes` VALUES (1884, 'Aristotle', 'A likely impossibility is always preferable to an unconvincing possibility.');
INSERT INTO `fam_quotes` VALUES (1885, 'Aristotle', 'Evil draws men together.');
INSERT INTO `fam_quotes` VALUES (1886, 'William James', 'This life is worth living, we can say, since it is what we make it.');
INSERT INTO `fam_quotes` VALUES (1887, 'William James', 'The great use of life is to spend it for something that will outlast it.');
INSERT INTO `fam_quotes` VALUES (1888, 'William James', 'Believe that life is worth living and your belief will help create the fact.');
INSERT INTO `fam_quotes` VALUES (1889, 'William James', 'The essence of genius is to know what to overlook.');
INSERT INTO `fam_quotes` VALUES (1890, 'William James', 'When a thing is new, people say \'It is not true.\' Later, when its truth becomes obvious, they say \'It is not important.\' Finally, when its importance cannot be denied, they say \'Anyway, it is not new.\'');
INSERT INTO `fam_quotes` VALUES (1891, 'William James', 'Our minds thus grow in spots and like grease spots, the spots spread. But we let them spread as little as possible we keep unaltered as much of our old knowledge, as many of our old prejudices and beliefs, as we can.');
INSERT INTO `fam_quotes` VALUES (1892, 'William James', 'An act has no ethical quality whatever unless it be chosen out of several all equally possible.');
INSERT INTO `fam_quotes` VALUES (1893, 'William James', 'The man whose acquisitions stick is the man who is always achieving and advancing whilst his neighbors, spending most of their time in relearning what they once knew but have forgotten, simply hold their own.');
INSERT INTO `fam_quotes` VALUES (1894, 'William James', 'I am done with great things and big plans, great institutions and big success. I am for those tiny, invisible loving human forces that work from individual to individual, creeping through the crannies of the world like so many rootlets, or like the capil');
INSERT INTO `fam_quotes` VALUES (1895, 'William James', 'There is no worse lie than a truth misunderstood by those who hear it.');
INSERT INTO `fam_quotes` VALUES (1896, 'William James', 'Religion is the monumental chapter in the history of human egotism.');
INSERT INTO `fam_quotes` VALUES (1897, 'William James', 'Let everything you do be done as if it makes a difference.');
INSERT INTO `fam_quotes` VALUES (1898, 'William James', 'Circumstance does not make me, it reveals me.');
INSERT INTO `fam_quotes` VALUES (1899, 'William James', 'Of all the beautiful truths pertaining to the soul None is more gladdening or fruitful than to know You can regenerate and make yourself what you will.');
INSERT INTO `fam_quotes` VALUES (1900, 'William James', 'Most people live, whether physically, intellectually or morally, in a very restricted circle of their potential being. They make use of a very small portion of their possible consciousness, and of their soul\'s resources in general, much like a man who, out of his whole bodily organism, should get into a habit of using and moving only his lttle finger. Great emergencies and crises show us how much greater our vital resources are than we had supposed.');
INSERT INTO `fam_quotes` VALUES (1901, 'William James', 'There is only one thing a philosopher can be relied upon to do, and that is to contradict other philosophers.');
INSERT INTO `fam_quotes` VALUES (1902, 'William James', 'The greatest discovery of my generation is that a human being can alter his life by altering his attitudes of mind.');
INSERT INTO `fam_quotes` VALUES (1903, 'William James', 'The art of being wise is the art of knowing what to overlook.');
INSERT INTO `fam_quotes` VALUES (1904, 'William James', 'The greatest use of life is to spend it for something that will outlast it.');
INSERT INTO `fam_quotes` VALUES (1905, 'William James', 'Our belief at the beginning of a doubtful undertaking is the one thing that assures the successful outcome of any venture.');
INSERT INTO `fam_quotes` VALUES (1906, 'William James', 'Only necessity understood, and bondage to the highest is identical with true freedom.');
INSERT INTO `fam_quotes` VALUES (1907, 'William James', 'A great many people think they are thinking when they are merely re-arranging their prejudices.');
INSERT INTO `fam_quotes` VALUES (1908, 'William James', 'Religion, whatever it is, is a man\'s total reaction upon life.');
INSERT INTO `fam_quotes` VALUES (1909, 'William James', 'If you want a quality, act as if you already had it. Try the \'as if\' technique.');
INSERT INTO `fam_quotes` VALUES (1910, 'William James', 'Act as if what you do makes a difference. It does.');
INSERT INTO `fam_quotes` VALUES (1911, 'William James', 'There is no more miserable human being than one in whom nothing is habitual but indecision.');
INSERT INTO `fam_quotes` VALUES (1912, 'William James', 'The deepest principle in human nature is the craving to be appreciated.');
INSERT INTO `fam_quotes` VALUES (1913, 'William James', 'Acceptance of what has happened is the first step to overcoming the consequences of any misfortune.');
INSERT INTO `fam_quotes` VALUES (1914, 'William James', 'Genius means little more than the faculty of perceiving in an unhabitual way.');
INSERT INTO `fam_quotes` VALUES (1915, 'William James', 'How to gain, how to keep, how to recover happiness is in fact for most men at all times the secret motive of all they do, and of all they are willing to endure.');
INSERT INTO `fam_quotes` VALUES (1916, 'William James', 'Human beings, by changing the inner attitudes of their minds, can change the outer aspects of their lives.');
INSERT INTO `fam_quotes` VALUES (1917, 'William James', 'The stream of thought flows on but most of its segments fall into the bottomless abyss of oblivion. Of some, no memory survives the instant of their passage. Of others, it is confined to a few moments, hours or days. Others, again, leave vestiges which are indestructible, and by means of which they may be recalled as long as life endures.');
INSERT INTO `fam_quotes` VALUES (1918, 'J. Edgar Hoover', 'Justice is incidental to law and order.');
INSERT INTO `fam_quotes` VALUES (1919, 'J. Edgar Hoover', 'Above all, I would teach him to tell the truth ... Truth-telling, I have found, is the key to responsible citizenship. The thousands of criminals I have seen in 40 years of law enforcement have had one thing in common Every single one was a liar.');
INSERT INTO `fam_quotes` VALUES (1920, 'George Chapman', 'They\'re only truly great who are truly good.');
INSERT INTO `fam_quotes` VALUES (1921, 'George Chapman', 'Young men think old men are fools but old men know young men are fools.');
INSERT INTO `fam_quotes` VALUES (1922, 'George Chapman', 'The young always have the same problem- how to rebel and conform at the same time. They have now solved this by defying their parents and copying one another.');
INSERT INTO `fam_quotes` VALUES (1923, 'U.S. vs Cruikshan', 'The right of bearing arms for a lawful purpose is not a right granted by the Constitution neither is it in any manner dependent upon that instrument for its existence.');
INSERT INTO `fam_quotes` VALUES (1924, 'Roosevelt, Eleanor', 'No one can make you feel inferior without your consent.');
INSERT INTO `fam_quotes` VALUES (1925, 'Roosevelt, Eleanor', 'It is not fair to ask of others what you are not willing to do yourself.');
INSERT INTO `fam_quotes` VALUES (1926, 'Roosevelt, Eleanor', 'The future belongs to those who believe in the beauty of their dreams.');
INSERT INTO `fam_quotes` VALUES (1927, 'Roosevelt, Eleanor', 'You must do the things you think you cannot do.');
INSERT INTO `fam_quotes` VALUES (1928, 'Roosevelt, Eleanor', 'It is better to light one small candle than to curse the darkness.');
INSERT INTO `fam_quotes` VALUES (1929, 'Roosevelt, Eleanor', 'Happiness is not a goal it is a by-product.');
INSERT INTO `fam_quotes` VALUES (1930, 'Roosevelt, Eleanor', 'I could not, at any age, be content to take my place by the fireside and simply look on. Life was meant to be lived. Curiousity must be kept alive. One must never, for whatever reason, turn his back on life.');
INSERT INTO `fam_quotes` VALUES (1931, 'Roosevelt, Eleanor', 'You gain strength, courage, and confidence by every experience in which you really stop to look fear in the face. You must do the thing which you think you cannot do.');
INSERT INTO `fam_quotes` VALUES (1932, 'Roosevelt, Eleanor', 'One\'s philosophy is not best expressed in words it is expressed in the choices one makes...and the choices we make are ultimately our responsibility.');
INSERT INTO `fam_quotes` VALUES (1933, 'Roosevelt, Eleanor', 'In the long run, we shape our lives, and we shape ourselves. The process never ends until we die. And the choices we make are ultimately our own responsibility.');
INSERT INTO `fam_quotes` VALUES (1934, 'Roosevelt, Eleanor', 'I think, at a child\'s birth, if a mother could ask a fairy godmother to endow it with the most useful gift, that gift would be curiosity.');
INSERT INTO `fam_quotes` VALUES (1935, 'Roosevelt, Eleanor', 'If we want a free and peaceful world, if we want to make the deserts bloom and man grow to greater dignity as a human being -- we can do it.');
INSERT INTO `fam_quotes` VALUES (1936, 'Roosevelt, Eleanor', 'Friendship with oneself is all-important, because without it one cannot be friends with anyone else in the world.');
INSERT INTO `fam_quotes` VALUES (1937, 'Roosevelt, Eleanor', 'Justice cannot be for one side alone, but must be for both.');
INSERT INTO `fam_quotes` VALUES (1938, 'Roosevelt, Eleanor', 'I think that somehow, we learn who we really are and then live with that decision.');
INSERT INTO `fam_quotes` VALUES (1939, 'Roosevelt, Eleanor', 'To handle yourself, use your head To handle others, use your heart.');
INSERT INTO `fam_quotes` VALUES (1940, 'Roosevelt, Eleanor', 'Anger is only one letter short of danger.');
INSERT INTO `fam_quotes` VALUES (1941, 'Roosevelt, Eleanor', 'You always admire what you really don\'t understand.');
INSERT INTO `fam_quotes` VALUES (1942, 'Roosevelt, Eleanor', 'Life was meant to be lived, and curiosity must be kept alive. One must never, for whatever reason, turn his back on life.');
INSERT INTO `fam_quotes` VALUES (1943, 'Roosevelt, Eleanor', 'When you cease to make a contribution you begin to die.');
INSERT INTO `fam_quotes` VALUES (1944, 'Roosevelt, Eleanor', 'Do whatever comes your way as well as you can. Think as little as possible about yourself and as much as possible about other people and other things that are interesting. Put a good deal of thought into happiness that you are able to give.');
INSERT INTO `fam_quotes` VALUES (1945, 'Roosevelt, Eleanor', 'Somewhere along the line of development we discover what we really are, and then we make our real decision for which we are responsible. Make that decision primarily for yourself because you can never really live anyone else\'s life, not even your own child\'s.');
INSERT INTO `fam_quotes` VALUES (1946, 'Roosevelt, Eleanor', 'A day out-of-doors, someone I loved to talk with, a good book and some simple food and music -- that would be rest.');
INSERT INTO `fam_quotes` VALUES (1947, 'Roosevelt, Eleanor', 'One thing life has taught me if you are interested, you never have to look for new interests. They come to you. When you are genuinely interested in one thing, it will always lead to something else.');
INSERT INTO `fam_quotes` VALUES (1948, 'Roosevelt, Eleanor', 'The giving of love is an education in itself.');
INSERT INTO `fam_quotes` VALUES (1949, 'Roosevelt, Eleanor', 'A woman is like a tea bag- you never know how strong she is until she gets in hot water.');
INSERT INTO `fam_quotes` VALUES (1950, 'Roosevelt, Eleanor', 'I could not at any age be content to take my place in a corner by the fireside and simply look on.');
INSERT INTO `fam_quotes` VALUES (1951, 'Roosevelt, Eleanor', 'Do what you feel in your heart to be right - for you\'ll be criticized anyway. You\'ll be damned if you do, and damned if you don\'t.');
INSERT INTO `fam_quotes` VALUES (1952, 'Roosevelt, Eleanor', 'You gain strength, courage and confidence by every experience in which you really stop to look fear in the face. You are able to say to yourself, \'I have lived through this horror. I can take the next thing that comes along.\' You must do the thing you think you cannot do.');
INSERT INTO `fam_quotes` VALUES (1953, 'Roosevelt, Eleanor', 'People grow through experience if they meet life honestly and courageously. This is how character is built.');
INSERT INTO `fam_quotes` VALUES (1954, 'Horace Bruns', 'Friends are treasures.');
INSERT INTO `fam_quotes` VALUES (1955, 'Alan Saporta', 'The best way to escape from a problem is to solve it.');
INSERT INTO `fam_quotes` VALUES (1956, 'J. Petit-Senn', 'Where talent is a dwarf, self-esteem is a giant.');
INSERT INTO `fam_quotes` VALUES (1957, 'J. Petit-Senn', 'The hatred we bear our enemies injures their happiness less than our own.');
INSERT INTO `fam_quotes` VALUES (1958, 'Neil Armstrong', 'That\'s one small step for man, one giant leap for mankind.');
INSERT INTO `fam_quotes` VALUES (1959, 'Neil Armstrong', 'It suddenly struck me that that tiny pea, pretty and blue, was the Earth. I put up my thumb and shut one eye, and my thumb blotted out the planet Earth. I didn\'t feel like a giant. I felt very, very small.');
INSERT INTO `fam_quotes` VALUES (1960, 'Neil Armstrong', 'I believe that every human has a finite number of heart-beats. I don\'t intend to waste any of mine running around doing exercises.');
INSERT INTO `fam_quotes` VALUES (1961, 'Beverly Sills', 'You may be disappointed if you fail, but you are doomed if you don\'t try.');
INSERT INTO `fam_quotes` VALUES (1962, 'Beverly Sills', 'I\'ve always tried to go a step past wherever people expected me to end up.');
INSERT INTO `fam_quotes` VALUES (1963, 'Beverly Sills', 'I had found a kind of serenity, a new maturity... I didn\'t feel better or stronger than anyone else but it seemed no longer important whether everyone loved me or not--more important now was for me to love them. Feeling that way turns your whole life around living becomes the act of giving.');
INSERT INTO `fam_quotes` VALUES (1964, 'Beverly Sills', 'I really do believe I can accomplish a great deal with a big grin, I know some people find that disconcerting, but that doesn\'t matter.');
INSERT INTO `fam_quotes` VALUES (1965, 'Marya Mannes', 'It is not enough to show people how to live better there is a mandate for any group with enormous powers of communication to show people how to be better.');
INSERT INTO `fam_quotes` VALUES (1966, 'Marya Mannes', 'The great omission in American life is solitude. . . that zone of time and space, free from the outside pressures, which is the incinerator of the spirit.');
INSERT INTO `fam_quotes` VALUES (1967, 'Marya Mannes', 'If American men are obsessed with money, American women are obsessed with weight. The men talk of gain, the women talk of loss, and I do not know which talk is the more boring.');
INSERT INTO `fam_quotes` VALUES (1968, 'Marya Mannes', 'Generosity with strings is not generosity It is a deal.');
INSERT INTO `fam_quotes` VALUES (1969, 'Marya Mannes', 'The sign of an intelligent people is their ability to control emotions by the application of reason.');
INSERT INTO `fam_quotes` VALUES (1970, 'Office Space', 'Peter Good luck with your layoffs, alright, I hope your firings go really, really well.');
INSERT INTO `fam_quotes` VALUES (1971, 'Office Space', 'Peter When I make a mistake, I have eight different people coming by to tell me about it. That\'s my only real motivation is not to be hassled, that and the fear of losing my job. But you know, Bob, that will only make someone work just hard enough not to get fired.');
INSERT INTO `fam_quotes` VALUES (1972, 'Office Space', 'Milton And I said, I don\'t care if they lay me off either, because I told, I told Bill that if they move my desk one more time, then, then I\'m, I\'m quitting, I\'m going to quit. And, and I told Don too, because they\'ve moved my desk four times already this year, and I used to be over by the window, and I could see the squirrels, and they were married, but then, they switched from the Swingline to the Boston stapler, but I kept my Swingline stapler because it didn\'t bind up as much, and I kept the staples for the Swingline stapler and it\'s not okay because if they take my stapler then I\'ll set the building on fire.');
INSERT INTO `fam_quotes` VALUES (1973, 'Office Space', 'Michael Bolton Yeah, well at least your name isn\'t Michael Bolton. Samir You know there\'s nothing wrong with that name. Michael Bolton There was nothing wrong with it... until I was about 12 years old and that no-talent ass clown became famous and started winning Grammys.');
INSERT INTO `fam_quotes` VALUES (1974, 'Office Space', 'Peter So I was sitting in my cubicle today, and I realized, ever since I started working, every single day of my life has been worse than the day before it. So that means that every single day that you see me, that\'s on the worst day of my life.');
INSERT INTO `fam_quotes` VALUES (1975, 'Office Space', 'Peter Well, I generally come in at least fifteen minutes late, ah, I use the side door--that way Lumbergh can\'t see me, heh--after that I sorta space out for an hour. I just stare at my desk, but it looks like I\'m working. I do that for probably another hour after lunch too, I\'d say in a given week I probably only do about fifteen minutes of real, actual, work.');
INSERT INTO `fam_quotes` VALUES (1976, 'Office Space', 'Samir No, not again. I... why does it say paper jam when there is no paper jam I swear to God, one of these days, I just kick this piece of shit out the window.');
INSERT INTO `fam_quotes` VALUES (1977, 'Office Space', 'Bob We find it\'s always better to fire people on a Friday. Studies have statistically shown that there\'s less chance of an incident if you do it at the end of the week.');
INSERT INTO `fam_quotes` VALUES (1978, 'Carl Sandburg', 'Arithmetic is where the answer is right and everything is nice and you can look out of the window and see the blue sky -- or the answer is wrong and you have to start over and try again and see how it comes out this time.');
INSERT INTO `fam_quotes` VALUES (1979, 'Carl Sandburg', 'Nothing happens unless first a dream.');
INSERT INTO `fam_quotes` VALUES (1980, 'Carl Sandburg', 'History is a living horse laughing at a wooden horse. History is a wind blowing where it listeth. History is no sure thing to bet on. History is a box of tricks with a lost key. History is a labyrinth of doors with sliding panels, a book of ciphers with the code in a cave of the Saragossa sea. History says, if it pleases, Excuse me, I beg your pardon, it will never happen again if I can help it.');
INSERT INTO `fam_quotes` VALUES (1981, 'Carl Sandburg', 'In reply to the question, What was it the last man on earth said Where is everybody');
INSERT INTO `fam_quotes` VALUES (1982, 'Carl Sandburg', 'Money is power, freedom, a cushion, the root of al evil, the sum of all blessings.');
INSERT INTO `fam_quotes` VALUES (1983, 'Carl Sandburg', 'Sometimes even to live is an act of courage.');
INSERT INTO `fam_quotes` VALUES (1984, 'Carl Sandburg', 'Our lives are like a candle in the wind.');
INSERT INTO `fam_quotes` VALUES (1985, 'Carl Sandburg', 'A baby is God\'s opinion that life should go on.');
INSERT INTO `fam_quotes` VALUES (1986, 'Carl Sandburg', 'Valor is a gift. Those having it never know for sure whether they have it till the test comes. And those having it in one test never know for sure if they will have it when the next test comes.');
INSERT INTO `fam_quotes` VALUES (1987, 'Carl Sandburg', 'Let the gentle bush dig its root deep and spread upward to split the boulder.');
INSERT INTO `fam_quotes` VALUES (1988, 'Carl Sandburg', 'One of the greatest necessities in America is to discover creative solitude.');
INSERT INTO `fam_quotes` VALUES (1989, 'Carl Sandburg', 'The moon is a friend for the lonesome to talk to.');
INSERT INTO `fam_quotes` VALUES (1990, 'Carl Sandburg', 'Slang is a language that rolls up its sleeves, spits on its hands and goes to work.');
INSERT INTO `fam_quotes` VALUES (1991, 'Carl Sandburg', 'Time is the coin of your life. It is the only coin you have, and only you can determine how it will be spent. Be careful lest you let other people spend it for you.');
INSERT INTO `fam_quotes` VALUES (1992, 'Carl Sandburg', 'Sometime they\'ll give a war and nobody will come.');
INSERT INTO `fam_quotes` VALUES (1993, 'Carl Sandburg', 'I tell you the past is a bucket of ashes.');
INSERT INTO `fam_quotes` VALUES (1994, 'Carl Sandburg', 'I see America, not in the setting sun of a black night of despair ahead of us, I see America in the crimson light of a rising sun fresh from the burning, creative hand of God. I see great days ahead, great days possible to men and women of will and vision.');
INSERT INTO `fam_quotes` VALUES (1995, 'Carl Sandburg', 'The fog comes on little cat feet. It sits looking over harbor and city on silent haunches and then moves on.');
INSERT INTO `fam_quotes` VALUES (1996, 'Carl Sandburg', 'I\'m an idealist. I don\'t know where I\'m going, but I\'m on my way.');
INSERT INTO `fam_quotes` VALUES (1997, 'Carl Sandburg', 'I won\'t take my religion from any man who never works except with his mouth.');
INSERT INTO `fam_quotes` VALUES (1998, 'Joseph Roux', 'When unhappy, one doubts everything when happy, one doubts nothing.');
INSERT INTO `fam_quotes` VALUES (1999, 'Joseph Roux', 'Solitude vivifies isolation kills.');
INSERT INTO `fam_quotes` VALUES (2000, 'Joseph Roux', 'We call that person who has lost his father, an orphan and a widower that man who has lost his wife. But that man who has known the immense unhappiness of losing a friend, by what name do we call him Here every language is silent and holds its peace in impotence.', 0);
INSERT INTO `fam_quotes` VALUES 
INSERT INTO `fam_quotes` VALUES insert  into quotedb values 
INSERT INTO `fam_quotes` VALUES (2001, 'Joseph Roux', 'Our experience is composed rathery of illusions that of wisdom acquired.');
INSERT INTO `fam_quotes` VALUES (2002, 'Joseph Roux', 'A fine quotation is a diamond on the finger of a man of wit, and a pebble in the hand of a fool.');
INSERT INTO `fam_quotes` VALUES (2003, 'Andr Malraux', 'To command is to serve, nothing more and nothing less.');
INSERT INTO `fam_quotes` VALUES (2004, 'Andr Malraux', 'And when man faces destiny, destiny ends and man comes into his own.');
INSERT INTO `fam_quotes` VALUES (2005, 'Rabindranath Tagore', 'Trees are the earth\'s endless effort to speak to the listening heaven.');
INSERT INTO `fam_quotes` VALUES (2006, 'Rabindranath Tagore', 'Let your life lightly dance on the edges of Time like dew on the tip of a leaf.');
INSERT INTO `fam_quotes` VALUES (2007, 'Rabindranath Tagore', 'The mountain remains unmoved at seeming defeat by the mist.');
INSERT INTO `fam_quotes` VALUES (2008, 'Rabindranath Tagore', 'Faith is the bird that feels the light when the dawn is still dark.');
INSERT INTO `fam_quotes` VALUES (2009, 'Rabindranath Tagore', 'We gain freedom when we have paid the full price...');
INSERT INTO `fam_quotes` VALUES (2010, 'Rabindranath Tagore', 'Man is immortal therefore he must die endlessly. For life is a creative idea it can only find itself in changing forms.');
INSERT INTO `fam_quotes` VALUES (2011, 'Rabindranath Tagore', 'The same stream of life that runs through my veins night and day runs through the world and dances in rhythmic measures. It is the same life that shoots in joy through the dust of the earth in numberless blades of grass and breaks into tumultuous waves of leaves and flowers. It is the same life that is rocked in the ocean-cradle of birth and of death, in ebb and in flow. I feel my limbs are made glorious by the touch of this world of life. And my pride is from the life-throb of ages dancing in my blood this moment.');
INSERT INTO `fam_quotes` VALUES (2012, 'Rabindranath Tagore', 'Nirvana is not the blowing out of the candle. It is the extinguishing of the flame because day is come.');
INSERT INTO `fam_quotes` VALUES (2013, 'Rabindranath Tagore', 'While God waits for His temple to be built of love, Men bring stones.');
INSERT INTO `fam_quotes` VALUES (2014, 'Rabindranath Tagore', 'In the mountain, stillness surges up to explore its own height In the lake, movement stands still to contemplate its own depth.');
INSERT INTO `fam_quotes` VALUES (2015, 'Rabindranath Tagore', 'In the world\'s audience hall, the simple blade of grass sits on the same carpet with the sunbeams, and the stars of midnight.');
INSERT INTO `fam_quotes` VALUES (2016, 'Rabindranath Tagore', 'Depth of friendship does not depend on length of acquaintance.');
INSERT INTO `fam_quotes` VALUES (2017, 'John Dryden', 'The people have a right supremeTo make their kings, for Kings are made for them.All Empire is no more than Pow\'r in Trust,Which when resum\'d, can be no longer just.Successionm for the general good design\'d,In its own wrong a Nation cannot bind.');
INSERT INTO `fam_quotes` VALUES (2018, 'John Dryden', 'Beware the fury of a patient man.');
INSERT INTO `fam_quotes` VALUES (2019, 'John Dryden', 'All human things are subject to decay,And, when Fate summons, monarchs must obeyThis Flecknoe found, who like Augustus youngWas call\'d to empire, and had govern\'d longIn prose and verse, was own\'d, without disputeThrough all the realms of nonsense, absolute.');
INSERT INTO `fam_quotes` VALUES (2020, 'John Dryden', 'We first make our habits, and then our habits make us.');
INSERT INTO `fam_quotes` VALUES (2021, 'John Dryden', 'Reason to rule but mercy to forgive The first is the law, the last prerogative.');
INSERT INTO `fam_quotes` VALUES (2022, 'John Dryden', 'Great wits are sure to madness near allied And thin partitions do their bounds divide.');
INSERT INTO `fam_quotes` VALUES (2023, 'John Dryden', 'Death in itself is nothing but we fear To be we know not what, we know not where.');
INSERT INTO `fam_quotes` VALUES (2024, 'John Dryden', 'How can finite grasp infinity');
INSERT INTO `fam_quotes` VALUES (2025, 'John Dryden', 'The gates of Hell are open night and day Smooth the descent, and easy is the way But, to return, and view the cheerful skies In this, the task and mighty labor lies.');
INSERT INTO `fam_quotes` VALUES (2026, 'John Dryden', 'Look around the habitable world, how few Know their own good, or knowing it, pursue.');
INSERT INTO `fam_quotes` VALUES (2027, 'John Dryden', 'Men are but children of a larger growth, Our appetites as apt to change as theirs, And full as craving too, and full as vain.');
INSERT INTO `fam_quotes` VALUES (2028, 'John Dryden', 'Pains of love be sweeter far Than all other pleasures are.');
INSERT INTO `fam_quotes` VALUES (2029, 'John Dryden', 'A mob is the scum that rises upmost when the nation boils.');
INSERT INTO `fam_quotes` VALUES (2030, 'John Dryden', 'You see through love, and that deludes your sight, As what is straight seems crooked through the water.');
INSERT INTO `fam_quotes` VALUES (2031, 'John Dryden', 'Happy the man, and happy he alone, He, who can call to-day his own He who, secure within, can say, To-morrow do thy worst, for I have lived today.');
INSERT INTO `fam_quotes` VALUES (2032, 'John Dryden', 'And virtue, though in rags, will keep me warm.');
INSERT INTO `fam_quotes` VALUES (2033, 'John Dryden', 'Let grace and goodness be the principal loadstone of thy affections. For love which hath ends, will have an end whereas that which is founded on true virtue, will always continue.');
INSERT INTO `fam_quotes` VALUES (2034, 'John Dryden', 'They think to little who talk to much.');
INSERT INTO `fam_quotes` VALUES (2035, 'John Dryden', 'We must beat the iron while it is hot, but we may polish it at leisure.');
INSERT INTO `fam_quotes` VALUES (2036, 'John Dryden', 'Set all things in their own peculiar place, and know that order is the greatest grace.');
INSERT INTO `fam_quotes` VALUES (2037, 'John Dryden', 'But far more numerous was the herd of such, Who think too little and who talk too much.');
INSERT INTO `fam_quotes` VALUES (2038, 'John Dryden', 'Better shun the bait, than struggle in the snare.');
INSERT INTO `fam_quotes` VALUES (2039, 'John Dryden', 'The conscience of a people is their power.');
INSERT INTO `fam_quotes` VALUES (2040, 'Archimedes', 'Give me a lever long enough and a fulcrum on which to place it, and I shall move the world.');
INSERT INTO `fam_quotes` VALUES (2041, 'Archimedes', 'Give me where to stand, and I will move the earth.');
INSERT INTO `fam_quotes` VALUES (2042, 'Max Eastman', 'The defining function of the artist is to cherish consciousness.');
INSERT INTO `fam_quotes` VALUES (2043, 'Max Eastman', 'Dogs laugh, but they laugh with their tails.');
INSERT INTO `fam_quotes` VALUES (2044, 'Max Eastman', 'It is the ability to take a joke, not make one, that proves you have a sense of humor.');
INSERT INTO `fam_quotes` VALUES (2045, 'Max Eastman', 'I don\'t know why it is we are in such a hurry to get up when we fall down. You might think we would lie there and rest a while.');
INSERT INTO `fam_quotes` VALUES (2046, 'Romain Cary', 'Humore is an affirmation of man\'s dignity, a declaration of man\'s superiority to all that befalls him.');
INSERT INTO `fam_quotes` VALUES (2047, 'Steve G. Steinberg', 'Mosaic is the 1990\'s equivalent of forcing friends to sit through slides of your trip to Florida - painful for everyone but the host.');
INSERT INTO `fam_quotes` VALUES (2048, 'Richard Livingstone', 'There is no virtue in being uncritical nor is it a habit to which the young are given. But criticism is only the burying beetle that gets rid of what is dead, and, since the world lives by creative and constructive forces, and not by negation and destruction, it is better to grow up in the company of prophets than of critics.');
INSERT INTO `fam_quotes` VALUES (2049, 'Leo Rosten', 'I learned that it is the weak who are cruel, and that gentleness is to be expected only from the strong.');
INSERT INTO `fam_quotes` VALUES (2050, 'Leo Rosten', 'The only reason for being a professional writer is that you can\'t help it.');
INSERT INTO `fam_quotes` VALUES (2051, 'Leo Rosten', 'I never cease being dumbfounded by the unbelievable things people believe.');
INSERT INTO `fam_quotes` VALUES (2052, 'Davis Love, Jr.', 'When it\'s breezy, hit it easy.');
INSERT INTO `fam_quotes` VALUES (2053, 'Naguib, Mahfouz', 'You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions.');
INSERT INTO `fam_quotes` VALUES (2054, 'Naguib, Mahfouz', 'Happy is he who can give himself up.');
INSERT INTO `fam_quotes` VALUES (2055, 'Thomas Fuller', 'One that would have the fruit must climb the tree.');
INSERT INTO `fam_quotes` VALUES (2056, 'Thomas Fuller', 'All commend patience, but none can endure to suffer.');
INSERT INTO `fam_quotes` VALUES (2057, 'Thomas Fuller', 'Better hazard once than always be in fear.');
INSERT INTO `fam_quotes` VALUES (2058, 'Thomas Fuller', 'He does not believe, that does not live according to his belief.');
INSERT INTO `fam_quotes` VALUES (2059, 'Thomas Fuller', '\'Tis not every question that deserves an answer.');
INSERT INTO `fam_quotes` VALUES (2060, 'Thomas Fuller', 'If you command wisely, you\'ll be obeyed cheerfully.');
INSERT INTO `fam_quotes` VALUES (2061, 'Thomas Fuller', 'He that will not sail till all dangers are over must never put to sea.');
INSERT INTO `fam_quotes` VALUES (2062, 'Thomas Fuller', 'Two things a man should never be angry at what he can help, and what he cannot help.');
INSERT INTO `fam_quotes` VALUES (2063, 'Thomas Fuller', 'No good workman without good tools.');
INSERT INTO `fam_quotes` VALUES (2064, 'Thomas Fuller', 'No man can be happy without a friend, nor be sure of his friend till he is unhappy.');
INSERT INTO `fam_quotes` VALUES (2065, 'Thomas Fuller', 'Your friend is the man who knows all about you, and still likes you.');
INSERT INTO `fam_quotes` VALUES (2066, 'Thomas Fuller', 'I can sympathise with people\'s pains, but not with their pleasures. There is something curiously boring about somebody else\'s happiness.');
INSERT INTO `fam_quotes` VALUES (2067, 'Thomas Fuller', 'Hope is the only universal liar who never loses his reputation for veracity.');
INSERT INTO `fam_quotes` VALUES (2068, 'Thomas Fuller', 'Rigid justice is the greatest injustice.');
INSERT INTO `fam_quotes` VALUES (2069, 'Thomas Fuller', 'An invincible determination can accomplish almost anything and in this lies the great distinction between great men and little men.');
INSERT INTO `fam_quotes` VALUES (2070, 'Thomas Fuller', 'If you have a true friend, you have more than your share.');
INSERT INTO `fam_quotes` VALUES (2071, 'Thomas Fuller', 'All things are difficult before they are easy.');
INSERT INTO `fam_quotes` VALUES (2072, 'Thomas Fuller', 'Care and diligence bring luck.');
INSERT INTO `fam_quotes` VALUES (2073, 'Thomas Fuller', 'Zeal without knowledge is fire without light.');
INSERT INTO `fam_quotes` VALUES (2074, 'Thomas Fuller', 'A good friend is my nearest relation.');
INSERT INTO `fam_quotes` VALUES (2075, 'Thomas Fuller', 'Do as most do, and men will speak well of you.');
INSERT INTO `fam_quotes` VALUES (2076, 'Thomas Fuller', 'The grave is the general meeting place.');
INSERT INTO `fam_quotes` VALUES (2077, 'Thomas Fuller', 'Bacchus hath drowned more men than Neptune.');
INSERT INTO `fam_quotes` VALUES (2078, 'Thomas Fuller', 'Money is the sinew of love as well as war.');
INSERT INTO `fam_quotes` VALUES (2079, 'Thomas Fuller', 'Education begins a gentleman, conversation completes him.');
INSERT INTO `fam_quotes` VALUES (2080, 'Thomas Fuller', 'Get the facts, or the facts will get you. And when you get them, get them right, or they will get you wrong.');
INSERT INTO `fam_quotes` VALUES (2081, 'Thomas Fuller', 'Health is not valued till sickness comes.');
INSERT INTO `fam_quotes` VALUES (2082, 'Thomas Fuller', 'He that plants trees loves others beside himself.');
INSERT INTO `fam_quotes` VALUES (2083, 'Thomas Fuller', 'With foxes we must play the fox.');
INSERT INTO `fam_quotes` VALUES (2084, 'Thomas Fuller', 'Let not thy will roar, when thy power can but whisper.');
INSERT INTO `fam_quotes` VALUES (2085, 'Thomas Fuller', 'Many would be cowards if they had courage enough.');
INSERT INTO `fam_quotes` VALUES (2086, 'Thomas Fuller', 'A gift, with a kind countenance, is a double present.');
INSERT INTO `fam_quotes` VALUES (2087, 'Thomas Fuller', 'Trust thyself only, and another shall not betray thee.');
INSERT INTO `fam_quotes` VALUES (2088, 'Thomas Fuller', 'Purchase not friends by gifts when thou ceasest to give, such will cease to love.');
INSERT INTO `fam_quotes` VALUES (2089, 'Thomas Fuller', 'If thou are a master, be sometimes blind if a servant, sometimes deaf.');
INSERT INTO `fam_quotes` VALUES (2090, 'Thomas Fuller', 'Some have been thought brave because they were afraid to run away.');
INSERT INTO `fam_quotes` VALUES (2091, 'Thomas Fuller', 'Enquire not what boils in another\'s pot.');
INSERT INTO `fam_quotes` VALUES (2092, 'Thomas Fuller', 'If we are bound to forgive an enemy, we are not bound to trust him.');
INSERT INTO `fam_quotes` VALUES (2093, 'Thomas Fuller', 'Learning makes a man fit company for himself.');
INSERT INTO `fam_quotes` VALUES (2094, 'Thomas Fuller', 'Be not extravagantly high in expression of thy commendations of men thou likest, it may make the hearer\'s stomach rise.');
INSERT INTO `fam_quotes` VALUES (2095, 'Thomas Fuller', 'Know most of the rooms of thy native country before thou goest over the threshold thereof.');
INSERT INTO `fam_quotes` VALUES (2096, 'James Fenimore Cooper', 'It is a besetting vice of democracies to substitute public opinion for law. This is the usual form in which masses of men exhibit their tyranny.');
INSERT INTO `fam_quotes` VALUES (2097, 'James Fenimore Cooper', 'The tendency of democracies is, in all things, to mediocrity.');
INSERT INTO `fam_quotes` VALUES (2098, 'Charles Simic', 'Poetry is an orphan of silence. The words never quite equal the experience behind them.');
INSERT INTO `fam_quotes` VALUES (2099, 'Friedrich Nietzsche', 'Perhaps I know why it is man alone who laughs He alone suffers so deeply that he had to invent laughter.');
INSERT INTO `fam_quotes` VALUES (2100, 'Friedrich Nietzsche', 'If there is something to pardon in everything, there is also something to condemn.');
INSERT INTO `fam_quotes` VALUES (2101, 'Friedrich Nietzsche', 'That which does not kill us makes us stronger.');
INSERT INTO `fam_quotes` VALUES (2102, 'Friedrich Nietzsche', 'There are no facts, only interpretations.');
INSERT INTO `fam_quotes` VALUES (2103, 'Friedrich Nietzsche', 'And be on they guard against the good and the just They would fain curcify those who devise their own virtue -- they hate the lonesome ones.');
INSERT INTO `fam_quotes` VALUES (2104, 'Friedrich Nietzsche', 'The essence of all beautiful art, all great art, is gratitude.');
INSERT INTO `fam_quotes` VALUES (2105, 'Friedrich Nietzsche', 'He who fights with monsters might take care lest he thereby become a monster. And if you gaze for long into an abyss, the abyss gazes also into you.');
INSERT INTO `fam_quotes` VALUES (2106, 'Friedrich Nietzsche', 'The surest way to corrupt a youth is to instruct him to hold in higher esteem those who think alike than those who think differently.');
INSERT INTO `fam_quotes` VALUES (2107, 'Friedrich Nietzsche', 'Insanity in individuals is something rare - but in groups, parties, nations and epochs, it is the rule.');
INSERT INTO `fam_quotes` VALUES (2108, 'Friedrich Nietzsche', 'The advantage of a bad memory is that one enjoys several times the same good things for the first time.');
INSERT INTO `fam_quotes` VALUES (2109, 'Friedrich Nietzsche', 'At times one remains faithful to a cause only because its opponents do not cease to be insipid.');
INSERT INTO `fam_quotes` VALUES (2110, 'Friedrich Nietzsche', 'One must have a good memory to be able to keep the promises one makes.');
INSERT INTO `fam_quotes` VALUES (2111, 'Friedrich Nietzsche', 'In heaven all the interesting people are missing.');
INSERT INTO `fam_quotes` VALUES (2112, 'Friedrich Nietzsche', 'Talking much about oneself can also be a means to conceal oneself.');
INSERT INTO `fam_quotes` VALUES (2113, 'Friedrich Nietzsche', 'Only sick music makes money today.');
INSERT INTO `fam_quotes` VALUES (2114, 'Friedrich Nietzsche', 'It is hard enough to remember my opinions, without also remembering my reasons for them');
INSERT INTO `fam_quotes` VALUES (2115, 'Friedrich Nietzsche', 'Out of life\'s school of war What does not destroy me, makes me stronger.');
INSERT INTO `fam_quotes` VALUES (2116, 'Friedrich Nietzsche', 'Whoever fights monsters should see to it that in the process he doesn\'t become a monster.');
INSERT INTO `fam_quotes` VALUES (2117, 'Friedrich Nietzsche', 'What else is love but understanding and rejoicing in the fact that another person lives, acts, and experiences otherwise than we do');
INSERT INTO `fam_quotes` VALUES (2118, 'Friedrich Nietzsche', 'Digressions, objections, delight in mockery, carefree mistrust are signs of health everything unconditional belongs in pathology.');
INSERT INTO `fam_quotes` VALUES (2119, 'Friedrich Nietzsche', 'There is always some madness in love. But there is also always some reason in madness.');
INSERT INTO `fam_quotes` VALUES (2120, 'Friedrich Nietzsche', 'The visionary lies to himself, the liar only to others.');
INSERT INTO `fam_quotes` VALUES (2121, 'Karl Kleinpaste', 'Genuinely skillful use of obscenities is uniformly absent on the Internet.');
INSERT INTO `fam_quotes` VALUES (2122, 'Joseph Sugarman', 'Each time you are honest and conduct yourself with honesty, a success force will drive you toward greater success. Each time you lie, even with a little white lie, there are strong forces pushing you toward failure.');
INSERT INTO `fam_quotes` VALUES (2123, 'Carl R. Rogers', 'The very essence of the creative is its novelty, and hence we have no standard by which to judge it.');
INSERT INTO `fam_quotes` VALUES (2124, 'Carl R. Rogers', 'The only person who is educated is the one who has learned how to learn...and change.');
INSERT INTO `fam_quotes` VALUES (2125, 'Carl R. Rogers', 'What I am is good enough if I could only be it openly.');
INSERT INTO `fam_quotes` VALUES (2126, 'Carl R. Rogers', 'If we value independence, if we are disturbed by the growing conformity of knowledge, of values, of attitudes, which our present system induces, then we may wish to set up conditions of learning which make for uniqueness, for self-direction, and for self-initiated learning.');
INSERT INTO `fam_quotes` VALUES (2127, 'Carl R. Rogers', 'When I look at the world I\'m pessimistic, but when I look at people I am optimistic.');
INSERT INTO `fam_quotes` VALUES (2128, 'Pete Holiday', 'Capitalism needs to function like a game of tug-of-war. Two opposing sides need to continually struggle for dominance, but at no time can either side be permitted to walk away with the rope.');
INSERT INTO `fam_quotes` VALUES (2129, 'Yiddish Proverb', 'Everyone is kneaded out of the same dough but not baked in the same oven.');
INSERT INTO `fam_quotes` VALUES (2130, 'Yiddish Proverb', 'He who can\'t endure the bad will not live to see the good.');
INSERT INTO `fam_quotes` VALUES (2131, 'Yiddish Proverb', 'If all pulled in one direction, the world would keel over.');
INSERT INTO `fam_quotes` VALUES (2132, 'Yiddish Proverb', 'If a man is destined to drown, he will drown even in a spoonful of water.');
INSERT INTO `fam_quotes` VALUES (2133, 'Yiddish Proverb', 'Small children disturb your sleep, big children your life.');
INSERT INTO `fam_quotes` VALUES (2134, 'Yiddish Proverb', 'If you want your dreams to come true, don\'t sleep.');
INSERT INTO `fam_quotes` VALUES (2135, 'Yiddish Proverb', 'Worries go better with soup than without.');
INSERT INTO `fam_quotes` VALUES (2136, 'Yiddish Proverb', 'A snake deserves no pity.');
INSERT INTO `fam_quotes` VALUES (2137, 'Yiddish Proverb', 'Stupidities that succeed are still stupidities.');
INSERT INTO `fam_quotes` VALUES (2138, 'Yiddish Proverb', 'If you can\'t bite, don\'t show your teeth.');
INSERT INTO `fam_quotes` VALUES (2139, 'Yiddish Proverb', 'Truth never dies, but lives a wretched life.');
INSERT INTO `fam_quotes` VALUES (2140, 'Yiddish Proverb', 'Hope for miracles, but don\'t rely on one.');
INSERT INTO `fam_quotes` VALUES (2141, 'George Gordon Byron', 'To fly from, need not be to hate, makind All are not fit with them to stir and toil, Nor is it discontent to keep the mind Deep in its fountain.');
INSERT INTO `fam_quotes` VALUES (2142, 'George Gordon Byron', 'For the Angel of Death spread his wings on the blast,And breathed in the face of the foe as he pass\'dAnd the eyes of the sleepers wax\'d deadly and chill,And their hearts but once heaved, and for ever grew still');
INSERT INTO `fam_quotes` VALUES (2143, 'George Gordon Byron', 'Adversity is the first path to truth.');
INSERT INTO `fam_quotes` VALUES (2144, 'George Gordon Byron', 'I have always believed that all things depended upon Fortune, and nothing upon ourselves.');
INSERT INTO `fam_quotes` VALUES (2145, 'George Gordon Byron', 'They never fail who die in a great cause.');
INSERT INTO `fam_quotes` VALUES (2146, 'George Gordon Byron', '\'Tis pleasant, sure, to see one\'s name in print. A book\'s a book, although there\'s nothing in \'t.');
INSERT INTO `fam_quotes` VALUES (2147, 'George Gordon Byron', 'For what were all these country patriots born To hunt, and vote, and raise the price of corn');
INSERT INTO `fam_quotes` VALUES (2148, 'George Gordon Byron', 'My time has been passed viciously and agreeably at thirty-one so few years months days hours or minutes remain that \'Carpe Diem\' is not enough. I have been obliged to crop even the seconds-for who can trust to tomorrow');
INSERT INTO `fam_quotes` VALUES (2149, 'George Gordon Byron', 'It is odd but agitation or contest of any kind gives a rebound to my spirits and sets me up for a time.');
INSERT INTO `fam_quotes` VALUES (2150, 'George Gordon Byron', 'There is something Pagan in me that I cannot shake off. In short, I deny nothing, but doubt everything.');
INSERT INTO `fam_quotes` VALUES (2151, 'George Gordon Byron', 'Death, so called, is a thing which makes men weep, And yet a third of life is passed in sleep.');
INSERT INTO `fam_quotes` VALUES (2152, 'George Gordon Byron', 'Now hatred is by far the longest pleasure men love in haste but they detest at leisure.');
INSERT INTO `fam_quotes` VALUES (2153, 'George Gordon Byron', 'There is pleasure in the pathless woods, there is rapture in the lonely shore, there is society where none intrudes, by the deep sea, and music in its roar I love not Man the less, but Nature more.');
INSERT INTO `fam_quotes` VALUES (2154, 'George Gordon Byron', 'I shall soon be six-and-twenty. Is there anything in the future that can possibly console us for not being always twenty-five');
INSERT INTO `fam_quotes` VALUES (2155, 'George Gordon Byron', 'And yet a little tumult, now and then, is an agreeable quickener of sensation such as a revolution, a battle, or an adventure of any lively description.');
INSERT INTO `fam_quotes` VALUES (2156, 'George Gordon Byron', 'He who is only just is cruel. Who on earth could live were all judged justly');
INSERT INTO `fam_quotes` VALUES (2157, 'George Gordon Byron', 'Wives in their husbands\' absences grow subtler, And daughters sometimes run off with the butler.');
INSERT INTO `fam_quotes` VALUES (2158, 'George Gordon Byron', 'My turn of mind is so given to taking things in the absurd point of view, that it breaks out in spite of me every now and then.');
INSERT INTO `fam_quotes` VALUES (2159, 'George Gordon Byron', 'Those who will not reason, are bigots, those who cannot, are fools, and those who dare not, are slaves.');
INSERT INTO `fam_quotes` VALUES (2160, 'George Gordon Byron', 'I feel my immortality over sweep all pains, all tears, all time, all fears, - and peal, like the eternal thunders of the deep, into my ears, this truth, - thou livest forever');
INSERT INTO `fam_quotes` VALUES (2161, 'George Gordon Byron', 'Yes, Love indeed is light from heaven A spark of that immortal fire With angels shared, by Allah given To lift from earth our low desire.');
INSERT INTO `fam_quotes` VALUES (2162, 'George Gordon Byron', 'But words are things, and a small drop of ink, Falling like dew, upon a thought, produces That which makes thousands, perhaps millions, think.');
INSERT INTO `fam_quotes` VALUES (2163, 'George Gordon Byron', 'It was one of the deadliest and heaviest feelings of my life to feel that I was no longer a boy. From that moment I began to grow old in my own esteem-and in my esteem age is not estimable.');
INSERT INTO `fam_quotes` VALUES (2164, 'George Gordon Byron', 'Cervantes smiled Spain\'s chivalry away A single laugh demolished the right arm Of his country.');
INSERT INTO `fam_quotes` VALUES (2165, 'Brendan Francis', 'No man can discover his own talents.');
INSERT INTO `fam_quotes` VALUES (2166, 'Brendan Francis', 'A man is already halfway in love with any woman who listens to him.');
INSERT INTO `fam_quotes` VALUES (2167, 'Brendan Francis', 'The prospect of success in achieving our most cherished dream is not without its terrors. Who is more deprived and alone than the man who has achieved his dream');
INSERT INTO `fam_quotes` VALUES (2168, 'Brendan Francis', 'If you have a talent, use it in every which way possible. Don\'t hoard it. Don\'t dole it out like a miser. Spend it lavishly like a millionaire intent on going broke.');
INSERT INTO `fam_quotes` VALUES (2169, 'Brendan Francis', 'If you greatly desire something, have the guts to stake everything on obtaining it.');
INSERT INTO `fam_quotes` VALUES (2170, 'Brendan Francis', 'A quotation in a speech, article or book is like a rifle in the hands of an infantryman. It speaks with authority.');
INSERT INTO `fam_quotes` VALUES (2171, 'Brendan Francis', 'People who ask our advice almost never take it. Yet we should never refuse to give it, upon request, for it often helps us to see our own way more clearly.');
INSERT INTO `fam_quotes` VALUES (2172, 'Mae West', 'A man has one hundred dollars and you leave him with two dollars, that\'s subtraction.');
INSERT INTO `fam_quotes` VALUES (2173, 'Mae West', '\'I\'m very brave generally,\' he went on in a low voice \'Only today I happen to have a headache.\'');
INSERT INTO `fam_quotes` VALUES (2174, 'Mae West', 'When choosing between two evils, I always like to try the one I\'ve never tried before.');
INSERT INTO `fam_quotes` VALUES (2175, 'Mae West', 'He who hesitates is a damned fool.');
INSERT INTO `fam_quotes` VALUES (2176, 'Mae West', 'Sex is emotion in motion.');
INSERT INTO `fam_quotes` VALUES (2177, 'Mae West', 'You\'re never too old to become younger.');
INSERT INTO `fam_quotes` VALUES (2178, 'Mae West', 'Marriage is a great institution, but I\'m not ready for an institution yet.');
INSERT INTO `fam_quotes` VALUES (2179, 'Mae West', 'Whenever I\'m caught between two evils, I take the one I\'ve never tried.');
INSERT INTO `fam_quotes` VALUES (2180, 'Mae West', 'Too much of a good thing is wonderful.');
INSERT INTO `fam_quotes` VALUES (2181, 'Mae West', 'I generally avoid temptation unless I can\'t resist it.');
INSERT INTO `fam_quotes` VALUES (2182, 'Mae West', 'His mother should have thrown him away and kept the stork.');
INSERT INTO `fam_quotes` VALUES (2183, 'Mae West', 'Between two evils, I always pick the one I never tried before.');
INSERT INTO `fam_quotes` VALUES (2184, 'Ann Landers', 'Opportunities are usually disguised as hard work, so most people don\'t recognize them.');
INSERT INTO `fam_quotes` VALUES (2185, 'Ann Landers', 'No one has the right to destroy another person\'s belief by demanding empirical evidence.');
INSERT INTO `fam_quotes` VALUES (2186, 'Ann Landers', 'If I were asked to give what I consider the single most useful bit of advice for all humanity, it would be this Expect trouble as an inevitable part of life, and when it comes, hold your head high. Look it squarely in the eye, and say, I will be bigger than you. You cannot defeat me.');
INSERT INTO `fam_quotes` VALUES (2187, 'Ann Landers', 'Nobody gets to live life backwards. Look ahead -- that\'s where your future lies.');
INSERT INTO `fam_quotes` VALUES (2188, 'Ann Landers', 'The true measure of a man is how he treats someone who can do him absolutely no good.');
INSERT INTO `fam_quotes` VALUES (2189, 'Ann Landers', 'Class has a sense of humor. It knows that a good laugh is the best lubricant for oiling the machinery of human relations. Class never makes excuses. It takes its lumps and learns from past mistakes. Class bespeaks an aristocracy unrelated to ancestors or money. Some extremely wealthy people have no class at all, while others who are struggling to make ends meet are loaded with it. Class is real. You can\'t fake it. Class never tries to build itself up by tearing others down. Class is already up and need not attempt to look better by making others look worse. Everyone is comfortable with the person who has class because he is comfortable with himself. If you have class, you\'ve got it made. If you don\'t have class, no matter what else you have, it won\'t make up for it.');
INSERT INTO `fam_quotes` VALUES (2190, 'Ann Landers', 'The best way to find something you have lost is to buy a replacement.');
INSERT INTO `fam_quotes` VALUES (2191, 'Ann Landers', 'All married couples should learn the art of battle as they should learn the art of making love. Good battle is objective and honest - never vicious or cruel. Good battle is healthy and constructive, and brings to a marriage the principle of equal partnership.');
INSERT INTO `fam_quotes` VALUES (2192, 'Ann Landers', 'The poor wish to be rich, the rich wish to be happy, the single wish to be married, and the married wish to be dead.');
INSERT INTO `fam_quotes` VALUES (2193, 'Ann Landers', 'Don\'t accept your dog\'s admiration as conclusive evidence that you are wonderful.');
INSERT INTO `fam_quotes` VALUES (2194, 'Ann Landers', 'If you have love in your life it can make up for a great many things you lack. If you don\'t have it, no matter what else there is, it\'s not enough.');
INSERT INTO `fam_quotes` VALUES (2195, 'Ann Landers', 'Maturity is the ability to do a job whether or not you are supervised, to carry money without spending it and to bear an injustice without wanting to get even.');
INSERT INTO `fam_quotes` VALUES (2196, 'Ann Landers', 'Television has proved that people will look at anything rather than each other.');
INSERT INTO `fam_quotes` VALUES (2197, 'James Bond Tomorrow Never Dies', 'The distance between insanity and genius is measured only by success.');
INSERT INTO `fam_quotes` VALUES (2198, 'John Lennon', 'If being an egomaniac means I believe in what I do and in my art or music, then in that respect you can call me that ... I believe in what I do, and I\'ll say it.');
INSERT INTO `fam_quotes` VALUES (2199, 'John Lennon', 'My defenses were so great. The cocky rock and roll hero who knows all the answers was actually a terrified guy who didn\'t know how to cry. Simple.');
INSERT INTO `fam_quotes` VALUES (2200, 'John Lennon', 'Love is a promise, love is a souvenir, once given never forgotten, never let it disappear.');
INSERT INTO `fam_quotes` VALUES (2201, 'John Lennon', 'People asking questions, lost in confusion, well I tell them there\'s no problem, only solutions.');
INSERT INTO `fam_quotes` VALUES (2202, 'John Lennon', 'Life is what happens to you while you\'re busy making other plans.');
INSERT INTO `fam_quotes` VALUES (2203, 'John Lennon', 'I remember a time when everybody I loved hated me because I hated them. - Letter to Stuart Sutcliffe circa 1960');
INSERT INTO `fam_quotes` VALUES (2204, 'John Lennon', 'Would those of you in the cheaper seats clap your hands And the rest of you, if you\'ll just rattle your jewelry.');
INSERT INTO `fam_quotes` VALUES (2205, 'W. R. Inge', 'It is astonishing with how little wisdom mankind can be governed, when that little wisdom is its own.');
INSERT INTO `fam_quotes` VALUES (2206, 'Sir Thomas More', 'And it will fall out as in a complication of diseases, that by applying a remedy to one sore, you will provoke another and that which removes the one ill symptom produces others');
INSERT INTO `fam_quotes` VALUES (2207, 'Sir Thomas More', 'Rules only make sense if they are both kept and broken. Breaking the rule is one way of observing it.');
INSERT INTO `fam_quotes` VALUES (2208, 'Sir Thomas More', 'Romantic love is an illusion. Most of us discover this truth at the end of a love affair or else when the sweet emotions of love lead us into marriage and then turn down their flames.');
INSERT INTO `fam_quotes` VALUES (2209, 'Sir Thomas More', 'A man reserves his true and deepest love not for the species of woman in whose company he finds himself electrified and enkindled, but for that one in whose company he may feel tenderly drowsy.');
INSERT INTO `fam_quotes` VALUES (2210, 'Sir Thomas More', 'Friendship demands attention.');
INSERT INTO `fam_quotes` VALUES (2211, 'Sir Thomas More', 'Whoever loveth me, loveth my hound.');
INSERT INTO `fam_quotes` VALUES (2212, 'Sir Thomas More', 'They wonder much to hear that gold, which in itself is so useless a thing, should be everywhere so much esteemed, that even men for whom it was made, and by whom it has its value, should yet be thought of less value than it is.');
INSERT INTO `fam_quotes` VALUES (2213, 'Sir Thomas More', 'A little wonton money, which burned out the bottom of his purse.');
INSERT INTO `fam_quotes` VALUES (2214, 'Sir Thomas More', 'This hath not offended the king.');
INSERT INTO `fam_quotes` VALUES (2215, 'Sir Thomas More', 'Nay, tempt me not to love again There was a time when love was sweet Dear Nea had I known thee then, Our souls had not been slow to meet But oh this weary heart hath run So many a time the rounds of pain, Not even for thee, thou lovely one Would I endure such pangs again.');
INSERT INTO `fam_quotes` VALUES (2216, 'Sir Thomas More', 'Why dost thou gaze upon the sky O that I were yon spangled sphere Then every star should be an eye, To wander o\'er thy beauties here.');
INSERT INTO `fam_quotes` VALUES (2217, 'Bruce Marton', 'Most successful men have not achieved their distinction by having some new talent or opportunity presented to them. They have developed the opportunity that was at hand.');
INSERT INTO `fam_quotes` VALUES (2218, 'Arnold Bennett', 'Any change, even a change for the better, is always accompanied by drawbacks and discomforts.');
INSERT INTO `fam_quotes` VALUES (2219, 'Arnold Bennett', 'Always behave as if nothing had happened, no matter what has happened.');
INSERT INTO `fam_quotes` VALUES (2220, 'Arnold Bennett', 'It is well, when judging a friend, to remember that he is judging you with the same godlike and superior impartiality.');
INSERT INTO `fam_quotes` VALUES (2221, 'Arnold Bennett', 'The moment you\'re born you\'re done for.');
INSERT INTO `fam_quotes` VALUES (2222, 'Arnold Bennett', 'Happiness includes chiefly the idea of satisfaction after full honest effort. No one can possibly be satisfied and no one can be happy who feels that in some paramount affairs he failed to take up the challenge of life.');
INSERT INTO `fam_quotes` VALUES (2223, 'Arnold Bennett', 'Americans will put up with anything provided it doesn\'t block traffic.');
INSERT INTO `fam_quotes` VALUES (2224, 'Arnold Bennett', '\'And yet,\' demanded Councilor Barlow, \'what\'s he done Has he ever done a day\'s work in his life What great cause is he identified with\' \'He\'s identified,\' said the first speaker, \'with the great cause of cheering us all up.\'');
INSERT INTO `fam_quotes` VALUES (2225, 'Arnold Bennett', 'The best cure for worry, depression, melancholy, brooding, is to go deliberately forth and try to lift with one\'s sympathy the gloom of somebody else.');
INSERT INTO `fam_quotes` VALUES (2226, 'Arnold Bennett', 'Falsehood often lurks upon the tongue of him, who, by self-praise, seeks to enhance his value in the eyes of others.');
INSERT INTO `fam_quotes` VALUES (2227, 'Arnold Bennett', 'Having once decided to achieve a certain task, achieve it at all costs of tedium and distaste. The gain in self-confidence of having accomplished a tiresome labor is immense.');
INSERT INTO `fam_quotes` VALUES (2228, 'James Barrie', 'Those who bring sunshine to the lives of others cannot keep it from themselves.');
INSERT INTO `fam_quotes` VALUES (2229, 'James Barrie', 'You must have been warned against letting the golden hours slip by. Yes, but some of them are golden only because we let them slip by.');
INSERT INTO `fam_quotes` VALUES (2230, 'James Barrie', 'Dreams do come true, if we only wish hard enough, You can have anything in life if you will sacrifice everything else for it.');
INSERT INTO `fam_quotes` VALUES (2231, 'James Barrie', 'One\'s religion is whatever one is most interested in.');
INSERT INTO `fam_quotes` VALUES (2232, 'James Barrie', 'Shall we make a new rule of life from tonight always try to be a little kinder than is necessary.');
INSERT INTO `fam_quotes` VALUES (2233, 'James Barrie', 'If you cannot teach me to fly, teach me to sing.');
INSERT INTO `fam_quotes` VALUES (2234, 'James Barrie', 'To die will be an awfully big adventure.');
INSERT INTO `fam_quotes` VALUES (2235, 'James Barrie', 'We are all failures--at least, the best of us are.');
INSERT INTO `fam_quotes` VALUES (2236, 'James Barrie', 'Always be a little kinder than necessary.');
INSERT INTO `fam_quotes` VALUES (2237, 'James Barrie', 'Let no one who loves be called unhappy. Even love unreturned has its rainbow.');
INSERT INTO `fam_quotes` VALUES (2238, 'James Barrie', 'The life of every man is a diary in which he means to write one story, and writes another.');
INSERT INTO `fam_quotes` VALUES (2239, 'James Barrie', 'The printing press is either the greatest blessing or the greatest curse of modern times, sometimes one forgets which it is.');
INSERT INTO `fam_quotes` VALUES (2240, 'Batman', 'The Joker Tell me something, my friend. You ever dance with the devil by the pale moonlight');
INSERT INTO `fam_quotes` VALUES (2241, 'Batman', 'The Joker Never rub another man\'s rhubarb.');
INSERT INTO `fam_quotes` VALUES (2242, 'Batman', 'The Joker Wait\'ll they get a load of ME');
INSERT INTO `fam_quotes` VALUES (2243, 'Batman', 'Batman You killed my parents. The Joker What What What are you talking about Batman I made you, you made me first. The Joker Give me a break. I was a kid when I killed your parents. When I say I made you you gotta say you made me. How childish can you get');
INSERT INTO `fam_quotes` VALUES (2244, 'Batman', 'The Joker Here we are, the perfect pair... Beauty and the Beast. Mind you, if anybody calls you beast, I\'ll rip their lungs out.');
INSERT INTO `fam_quotes` VALUES (2245, 'Batman', 'The Joker What kind of a world is this where a man dressed as a bat gets ALL MY PRESS This town needs an enema');
INSERT INTO `fam_quotes` VALUES (2246, 'Batman', 'Batman I\'m not going to kill you. I want you to do me a favor. I want you to tell all your friends about me. Nic What are you Batman I\'m Batman');
INSERT INTO `fam_quotes` VALUES (2247, 'Batman', 'Bruce Wayne Y\'see, my life is really com-PLEX.');
INSERT INTO `fam_quotes` VALUES (2248, 'Woody Allen', 'It is no secret that organized crime in America takes in over forty billion dollars a year. This is quite a profitable sum, especially when one considers that the Mafia spends very little for office supplies.');
INSERT INTO `fam_quotes` VALUES (2249, 'Woody Allen', 'Eighty percent of success is showing up.');
INSERT INTO `fam_quotes` VALUES (2250, 'Woody Allen', 'Interestingly, according to modern astronomers, space is finite. This is a very comforting thought - particularly for people who cannot remember where they left things.');
INSERT INTO `fam_quotes` VALUES (2251, 'Woody Allen', 'I had a terrible education. I attended a school for emotionally disturbed teachers.');
INSERT INTO `fam_quotes` VALUES (2252, 'Woody Allen', 'If you\'re not failing every now and again, it\'s a sign you\'re not doing anything very innovative.');
INSERT INTO `fam_quotes` VALUES (2253, 'Woody Allen', 'More than any other time in history, mankind faces a crossroads. One path leads to despair and utter hopelessness. The other, to total extinction. Let us pray we have the wisdom to choose correctly.');
INSERT INTO `fam_quotes` VALUES (2254, 'Woody Allen', 'Dying is one of the few things that can be done as easily lying down.');
INSERT INTO `fam_quotes` VALUES (2255, 'Woody Allen', 'It is impossible to experience one\'s death objectively and still carry a tune.');
INSERT INTO `fam_quotes` VALUES (2256, 'Woody Allen', 'Nothing worth knowing can be understood with the mind.');
INSERT INTO `fam_quotes` VALUES (2257, 'Woody Allen', 'When I was in school, I cheated on my metaphysics exam I looked into the soul of the boy sitting next to me.');
INSERT INTO `fam_quotes` VALUES (2258, 'Woody Allen', 'I don\'t want to achieve immortality through my work... I want to achieve it through not dying.');
INSERT INTO `fam_quotes` VALUES (2259, 'Woody Allen', 'Should I marry W. Not if she won\'t tell me the other letters in her name.');
INSERT INTO `fam_quotes` VALUES (2260, 'Woody Allen', 'The good people sleep much better at night than the bad people. Of course, the bad people enjoy the waking hours much more.');
INSERT INTO `fam_quotes` VALUES (2261, 'Woody Allen', 'Money is better than poverty, if only for financial reasons.');
INSERT INTO `fam_quotes` VALUES (2262, 'Woody Allen', 'I am at two with nature.');
INSERT INTO `fam_quotes` VALUES (2263, 'Woody Allen', 'Life is divided into the horrible and the miserable.');
INSERT INTO `fam_quotes` VALUES (2264, 'Woody Allen', 'I will not eat oysters. I want my food dead. Not sick -- not wounded -- dead.');
INSERT INTO `fam_quotes` VALUES (2265, 'Woody Allen', 'I call that mind free which jealously guards its intellectual rights and powers, which calls no man master, which does not content itself with a passive or hereditary faith, and receives new truth as an angel from Heaven.');
INSERT INTO `fam_quotes` VALUES (2266, 'Woody Allen', 'It\'s not that I\'m afraid to die, I just don\'t want to be there when it happens.');
INSERT INTO `fam_quotes` VALUES (2267, 'Woody Allen', 'I took a speed reading course and read \'War and Peace\' in twenty minutes. It involves Russia.');
INSERT INTO `fam_quotes` VALUES (2268, 'Woody Allen', 'On the plus side, death is one of the few things that can be done just as easily lying down.');
INSERT INTO `fam_quotes` VALUES (2269, 'Woody Allen', 'The great roe is a mythological beast with the head of a lion and the body of a lion, though not the same lion.');
INSERT INTO `fam_quotes` VALUES (2270, 'Woody Allen', 'At the opera in Milan with my daughter and me, Needleman leaned out of his box and fell into the orchestra pit. Too proud to admit it was a mistake, he attended the opera every night for a month and repeated it each time.');
INSERT INTO `fam_quotes` VALUES (2271, 'Woody Allen', 'Basically my wife was immature. I\'d be at home in the bath and she\'d come in and sink my boats.');
INSERT INTO `fam_quotes` VALUES (2272, 'Woody Allen', 'Thought Why does man kill He kills for food. And not only food frequently there must be a beverage.');
INSERT INTO `fam_quotes` VALUES (2273, 'Woody Allen', 'Love is the answer, but while you are waiting for the answer, sex raises some pretty good questions.');
INSERT INTO `fam_quotes` VALUES (2274, 'Woody Allen', 'Why are our days numbered and not, say, lettered');
INSERT INTO `fam_quotes` VALUES (2275, 'Woody Allen', 'What if everything is an illusion and nothing exists In that case, I definitely overpaid for my carpet.');
INSERT INTO `fam_quotes` VALUES (2276, 'Woody Allen', 'Eternal nothingness is fine if you happen to be dressed for it.');
INSERT INTO `fam_quotes` VALUES (2277, 'Woody Allen', 'I tended to place my wife under a pedestal.');
INSERT INTO `fam_quotes` VALUES (2278, 'Woody Allen', 'How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter');
INSERT INTO `fam_quotes` VALUES (2279, 'Woody Allen', 'How is it possible to find meaning in a finite world, given my waist and shirt size');
INSERT INTO `fam_quotes` VALUES (2280, 'Woody Allen', 'His lack of education is more than compensated for by his keenly developed moral bankruptcy.');
INSERT INTO `fam_quotes` VALUES (2281, 'Woody Allen', 'As the poet said, \'Only God can make a tree\' -- probably because it\'s so hard to figure out how to get the bark on.');
INSERT INTO `fam_quotes` VALUES (2282, 'Woody Allen', 'I can\'t listen to that much Wagner. I start getting the urge to conquer Poland.');
INSERT INTO `fam_quotes` VALUES (2283, 'Woody Allen', 'I\'m astounded by people who want to \'know\' the universe when it\'s hard enough to find your way around Chinatown.');
INSERT INTO `fam_quotes` VALUES (2284, 'Woody Allen', 'I was thrown out of college for cheating on the metaphysics exam I looked into the soul of the boy sitting next to me.');
INSERT INTO `fam_quotes` VALUES (2285, 'Woody Allen', 'It is impossible to travel faster than the speed of light, and certainly not desirable, as one\'s hat keeps blowing off.');
INSERT INTO `fam_quotes` VALUES (2286, 'Woody Allen', 'If only God would give me some clear sign Like making a large deposit in my name in a Swiss bank.');
INSERT INTO `fam_quotes` VALUES (2287, 'Woody Allen', 'If it turns out that there is a God, I don\'t think that he\'s evil. But the worst that you can say about him is that basically he\'s an underachiever.');
INSERT INTO `fam_quotes` VALUES (2288, 'Woody Allen', 'It seemed the world was divided into good and bad people. The good ones slept better... while the bad ones seemed to enjoy the waking hours much more.');
INSERT INTO `fam_quotes` VALUES (2289, 'Woody Allen', 'The government is unresponsive to the needs of the little man. Under 5\'7, it is impossible to get your congressman on the phone.');
INSERT INTO `fam_quotes` VALUES (2290, 'Woody Allen', 'Not only is there no God, but try getting a plumber on weekends.');
INSERT INTO `fam_quotes` VALUES (2291, 'Woody Allen', 'Organized crime in America takes in over forty billion dollars a year and spends very little on office supplies.');
INSERT INTO `fam_quotes` VALUES (2292, 'Woody Allen', 'Most of the time I don\'t have much fun. The rest of the time I don\'t have any fun at all.');
INSERT INTO `fam_quotes` VALUES (2293, 'Woody Allen', 'Life is full of misery, loneliness, and suffering - and it\'s all over much too soon.');
INSERT INTO `fam_quotes` VALUES (2294, 'Woody Allen', 'Students achieving Oneness will move on to Twoness.');
INSERT INTO `fam_quotes` VALUES (2295, 'Woody Allen', 'My one regret in life is that I am not someone else.');
INSERT INTO `fam_quotes` VALUES (2296, 'Woody Allen', 'There are worse things in life than death. Have you ever spent an evening with an insurance salesman');
INSERT INTO `fam_quotes` VALUES (2297, 'Woody Allen', 'The lion and the calf shall lie down together but the calf won\'t get much sleep.');
INSERT INTO `fam_quotes` VALUES (2298, 'Woody Allen', 'To you I\'m an atheist to God, I\'m the Loyal Opposition.');
INSERT INTO `fam_quotes` VALUES (2299, 'Woody Allen', 'When I was kidnapped, my parents snapped into action. They rented out my room.');
INSERT INTO `fam_quotes` VALUES (2300, 'Woody Allen', 'What if nothing exists and we\'re all in somebody\'s dream Or what\'s worse, what if only that fat guy in the third row exists');
INSERT INTO `fam_quotes` VALUES (2301, 'Woody Allen', 'You can live to be a hundred if you give up all the things that make you want to live to be a hundred.');
INSERT INTO `fam_quotes` VALUES (2302, 'Napoleon', 'Glory is fleeting, but obscurity is forever.');
INSERT INTO `fam_quotes` VALUES (2303, 'Napoleon', 'Four hostile newspapers are more to be feared than a thousand bayonets.');
INSERT INTO `fam_quotes` VALUES (2304, 'Napoleon', 'History is the version of past events that people have decided to agree upon.');
INSERT INTO `fam_quotes` VALUES (2305, 'Napoleon', 'Un croquis vaut mieux quun long discours.Fr., A picture is worth a thousand words.');
INSERT INTO `fam_quotes` VALUES (2306, 'Charles Caleb Colton', 'To dare to live alone is the rarest courage since there are many who had rather meet their bitterest enemy in the field, than their own hearts in their closet.');
INSERT INTO `fam_quotes` VALUES (2307, 'Charles Caleb Colton', 'Ladies of Fashion starve their happiness to feed their vanity, and their love to feed their pride.');
INSERT INTO `fam_quotes` VALUES (2308, 'Charles Caleb Colton', 'Friendship often ends in love but love in friendship - never.');
INSERT INTO `fam_quotes` VALUES (2309, 'Charles Caleb Colton', 'He that thinks himself the wisest is generally the least so.');
INSERT INTO `fam_quotes` VALUES (2310, 'Charles Caleb Colton', 'Much may be done in those little shreds and patches of time, which every day produces, and which most men throw away, but which nevertheless will make at the end of it no small deduction for the life of man.');
INSERT INTO `fam_quotes` VALUES (2311, 'Charles Caleb Colton', 'The three great apostles of practical atheism, that make converts without persecuting, and retain them without preaching, are wealth, health, and power.');
INSERT INTO `fam_quotes` VALUES (2312, 'Charles Caleb Colton', 'Love lives on hope, and dies when hope is dead It is a flame which sinks for lack of fuel.');
INSERT INTO `fam_quotes` VALUES (2313, 'Charles Caleb Colton', 'The greatest and most amiable privilege which the rich enjoy over the poor is that which they exercise the least--the privilege of making others happy.');
INSERT INTO `fam_quotes` VALUES (2314, 'Charles Caleb Colton', 'No man is wise enough, nor good enough to be trusted with unlimited power.');
INSERT INTO `fam_quotes` VALUES (2315, 'Charles Caleb Colton', 'Friendship, of itself a holy tie, Is made more sacred by adversity.');
INSERT INTO `fam_quotes` VALUES (2316, 'Charles Caleb Colton', 'When you have nothing to say, say nothing.');
INSERT INTO `fam_quotes` VALUES (2317, 'Charles Caleb Colton', 'Happiness, that grand mistress of the ceremonies in the dance of life, impels us through all its mazes and meanderings, but leads none of us by the same route.');
INSERT INTO `fam_quotes` VALUES (2318, 'Charles Caleb Colton', 'To know a man, observe how he wins his object, rather than how he loses it for when we fail our pride supports us when we succeed, it betrays us.');
INSERT INTO `fam_quotes` VALUES (2319, 'Charles Caleb Colton', 'He that knows himself, knows others and he that is ignorant of himself, could not write a very profound lecture on other men\'s heads.');
INSERT INTO `fam_quotes` VALUES (2320, 'Charles Caleb Colton', 'It is not so difficult a task to plant new truths, as to root out old errors for there is this paradox in men, they run after that which is new, but are prejudiced in favor of that which is old.');
INSERT INTO `fam_quotes` VALUES (2321, 'Charles Caleb Colton', 'He that dies a martyr proves that he was not a knave, but by no means that he was not a fool.');
INSERT INTO `fam_quotes` VALUES (2322, 'Charles Caleb Colton', 'Men will wrangle for religion write for it fight for it die for it anything but--live for it.');
INSERT INTO `fam_quotes` VALUES (2323, 'Charles Caleb Colton', 'In America every woman has her set of girl-friends some are cousins, the rest are gained at school. These form a permanent committee who sit on each other\'s affairs, who \'come out\' together, marry and divorce together, and who end as those groups of bustling, heartless well-informed club-women who govern society. Against them the Couple of Ehepaar is helpless and Man in their eyes but a biological interlude.');
INSERT INTO `fam_quotes` VALUES (2324, 'Charles Caleb Colton', 'True friendship is like sound health, the value of it is seldom known until it be lost.');
INSERT INTO `fam_quotes` VALUES (2325, 'Charles Caleb Colton', 'Doubt is the vestibule through which all must pass before they can enter into the temple of wisdom.');
INSERT INTO `fam_quotes` VALUES (2326, 'Charles Caleb Colton', 'Examinations are formidable even to the best prepared, for the greatest fool may ask more than the wisest man can answer.');
INSERT INTO `fam_quotes` VALUES (2327, 'Charles Caleb Colton', 'There are two modes of establishing our reputation to be praised by honest men, and to be abused by rogues. It is best, however, to secure the former, because it will invariably be accompanied by the latter.');
INSERT INTO `fam_quotes` VALUES (2328, 'Charles Caleb Colton', 'We may lay in a stock of pleasures, as we would lay in a stock of wine but if we defer tasting them too long, we shall find that both are soured by age.');
INSERT INTO `fam_quotes` VALUES (2329, 'Charles Caleb Colton', 'The greatest friend of Truth is time, her greatest enemy is Prejudice, and her constant companion Humility.');
INSERT INTO `fam_quotes` VALUES (2330, 'Charles Caleb Colton', 'To know the pains of power, we must go to those who have it to know its pleasures, we must go to those who are seeking it.');
INSERT INTO `fam_quotes` VALUES (2331, 'Charles Caleb Colton', 'We hate some persons because we do not know them and we will not know them because we hate them.');
INSERT INTO `fam_quotes` VALUES (2332, 'Charles Caleb Colton', 'If you would be known, and not know, vegetate in a village If you would know, and not be known, live in a city.');
INSERT INTO `fam_quotes` VALUES (2333, 'Charles Caleb Colton', 'Deliberate with caution, but act with decision and yield with graciousness, or oppose with firmness.');
INSERT INTO `fam_quotes` VALUES (2334, 'Charles Caleb Colton', 'Men are born with two eyes, but only one tongue, in order that they should see twice as much as they say.');
INSERT INTO `fam_quotes` VALUES (2335, 'Charles Caleb Colton', 'Many books require no thought from those who read them, and for a very simple reason they made no such demand upon those who wrote them.');
INSERT INTO `fam_quotes` VALUES (2336, 'Charles Caleb Colton', 'Riches may enable us to confer favours, but to confer them with propriety and grace requires a something that riches cannot give.');
INSERT INTO `fam_quotes` VALUES (2337, 'Charles Caleb Colton', 'Imitation is the sincerest of flattery.');
INSERT INTO `fam_quotes` VALUES (2338, 'Robert Orben', 'Inflation is bringing us true democracy. For the first time in history, luxuries and necessities are selling at the same price.');
INSERT INTO `fam_quotes` VALUES (2339, 'Robert Orben', 'Life was a lot simpler when what we honored was father and mother rather than all major credit cards.');
INSERT INTO `fam_quotes` VALUES (2340, 'Robert Orben', 'Sometimes I get the feeling the whole world is against me, but deep down I know that\'s not true. Some smaller countries are neutral.');
INSERT INTO `fam_quotes` VALUES (2341, 'Robert Orben', 'Every morning I get up and look through the Forbes list of the richest people in America. If I\'m not there, I go to work.');
INSERT INTO `fam_quotes` VALUES (2342, 'Robert Orben', 'Illegal aliens have always been a problem in the United States. Ask any Indian.');
INSERT INTO `fam_quotes` VALUES (2343, 'Robert Orben', 'If you can laugh together, you can work together.');
INSERT INTO `fam_quotes` VALUES (2344, 'Robert Orben', 'Quit worrying about your health. It\'ll go away.');
INSERT INTO `fam_quotes` VALUES (2345, 'Robert Orben', 'Most people would like to be delivered from temptation but would like it to keep in touch.');
INSERT INTO `fam_quotes` VALUES (2346, 'Robert Orben', 'I take my children everywhere, but they always find their way back home.');
INSERT INTO `fam_quotes` VALUES (2347, 'Robert Orben', 'Never raise your hand to your children it leaves your midsection unprotected.');
INSERT INTO `fam_quotes` VALUES (2348, 'Robert Orben', 'There\'s so much pollution in the air now that if it weren\'t for our lungs there\'d be no place to put it all.');
INSERT INTO `fam_quotes` VALUES (2349, 'Robert Orben', 'To err is human--and to blame it on a computer is even more so.');
INSERT INTO `fam_quotes` VALUES (2350, 'Arthur F. Sheldon', 'He profits most who serves best.');
INSERT INTO `fam_quotes` VALUES (2351, 'Airplane', 'Rumack Yes I am serious... and don\'t call me Shirley.');
INSERT INTO `fam_quotes` VALUES (2352, 'Airplane', 'Captain Oveur Joey, do you like movies about gladiators');
INSERT INTO `fam_quotes` VALUES (2353, 'Airplane', 'Little Girl No thanks, I take it black, like my men.');
INSERT INTO `fam_quotes` VALUES (2354, 'Airplane', 'Elaine Dickinson There\'s no reason to become alarmed, and we hope you\'ll enjoy the rest of your flight. By the way, is there anyone on board who knows how to fly a plane');
INSERT INTO `fam_quotes` VALUES (2355, 'Airplane', 'Ted Striker It was a rough place - the seediest dive on the wharf. Populated with every reject and cutthroat from Bombay to Calcutta. It\'s worse than Detroit.');
INSERT INTO `fam_quotes` VALUES (2356, 'Airplane', 'Steve McCroskey Looks like I picked the wrong week to quit amphetamines');
INSERT INTO `fam_quotes` VALUES (2357, 'Airplane', 'Steve McCroskey Looks like I picked the wrong week to stop sniffing glue');
INSERT INTO `fam_quotes` VALUES (2358, 'Airplane', 'Jive Lady Just hang loose blood. She gonna handa your rebound on the med side.');
INSERT INTO `fam_quotes` VALUES (2359, 'John Stuart Mill', 'If all mankind minus one were of one opinion, mankind would be no more justified in silencing that one person than he, if he had the power, would be justified in silencing mankind.');
INSERT INTO `fam_quotes` VALUES (2360, 'John Stuart Mill', 'Solitude, in the sense of being often alone, is essential to any depth of meditation or of character and solitude in the presence of natural beauty and grandeur, is the cradle of thought and aspirations which are not only good for the individual, but which society could ill do without.');
INSERT INTO `fam_quotes` VALUES (2361, 'John Stuart Mill', 'Conservatives are not necessarily stupid, but most stupid people are conservatives.');
INSERT INTO `fam_quotes` VALUES (2362, 'John Stuart Mill', 'The pupil who is never required to do what he cannot do, never does what he can do.');
INSERT INTO `fam_quotes` VALUES (2363, 'John Stuart Mill', 'Ask yourself whether you are happy and you cease to be so.');
INSERT INTO `fam_quotes` VALUES (2364, 'John Stuart Mill', 'Popular opinions, on subjects not palpable to sense, are often true, but seldom or never the whole truth.');
INSERT INTO `fam_quotes` VALUES (2365, 'John Stuart Mill', 'All good things which exist are the fruits of originality.');
INSERT INTO `fam_quotes` VALUES (2366, 'John Stuart Mill', 'That so few now dare to be eccentric, marks the chief danger of our time.');
INSERT INTO `fam_quotes` VALUES (2367, 'John Stuart Mill', 'That which seems the height of absurdity in one generation often becomes the height of wisdom in the next.');
INSERT INTO `fam_quotes` VALUES (2368, 'John Stuart Mill', 'Everyone who receives the protection of society owes a return for the benefit.');
INSERT INTO `fam_quotes` VALUES (2369, 'John Stuart Mill', 'War is an ugly thing, but not the ugliest of things. The decayed and degraded state of moral and patriotic feeling which thinks that nothing is worth war is much worse. The person who has nothing for which he is willing to fight, nothing which is more important than his own personal safety, is a miserable creature and has no chance of being free unless made and kept so by the exertions of better men than himself.');
INSERT INTO `fam_quotes` VALUES (2370, 'John Stuart Mill', 'Indeed the dictum that truth always triumphs over persecution, is one of those pleasant falsehoods which men repeat after one another till they pass into common places, but which all experience refutes.');
INSERT INTO `fam_quotes` VALUES (2371, 'John Stuart Mill', 'One person with a belief is equal to a force of 99 who have only interests.');
INSERT INTO `fam_quotes` VALUES (2372, 'John Stuart Mill', 'The only purpose for which power can be rightfully exercised over any member of a civilized community, against his will, is to prevent harm to others. His own good, either physical or moral, is not sufficient warrant.');
INSERT INTO `fam_quotes` VALUES (2373, 'John Stuart Mill', 'A person may cause evil to others not only by his actions but by his inaction, and in either case he is justly accountable to them for the injury.');
INSERT INTO `fam_quotes` VALUES (2374, 'Percy Wynham Lewis', 'Sadistic excess attempts to reach roughly and by harshness what art reaches by fineness.');
INSERT INTO `fam_quotes` VALUES (2375, 'Andr Maurois', 'The most important quality in a leader is that of being acknowledged as such. All leaders whose fitness is questioned are clearly lacking in force.');
INSERT INTO `fam_quotes` VALUES (2376, 'Andr Maurois', 'There are certain persons for whom pure Truth is a poison.');
INSERT INTO `fam_quotes` VALUES (2377, 'Andr Maurois', 'The first recipe for happiness is Avoid too lengthy meditation on the past.');
INSERT INTO `fam_quotes` VALUES (2378, 'Andr Maurois', 'In literature as in love, we are astonished at what is chosen by others.');
INSERT INTO `fam_quotes` VALUES (2379, 'Andr Maurois', '\'Lost Illusion\' is the undisclosed title of every novel.');
INSERT INTO `fam_quotes` VALUES (2380, 'Andr Maurois', 'Modesty and unselfishness--these are the virtues which men praise--and pass by.');
INSERT INTO `fam_quotes` VALUES (2381, 'Andr Maurois', 'The difficult part in an argument is not to defend one\'s opinion, but rather to know it.');
INSERT INTO `fam_quotes` VALUES (2382, 'Andr Maurois', 'If men could regard the events of their own lives with more open minds, they would frequently discover that they did not really desire the things they failed to obtain.');
INSERT INTO `fam_quotes` VALUES (2383, 'Charlie Chaplin', 'All I need to make a comedy is a park, a policeman and a pretty girl.');
INSERT INTO `fam_quotes` VALUES (2384, 'Charlie Chaplin', 'Nothing is permanent in this wicked world - not even our troubles.');
INSERT INTO `fam_quotes` VALUES (2385, 'Charlie Chaplin', 'In the end, everything is a gag.');
INSERT INTO `fam_quotes` VALUES (2386, 'Sir Walter Scott', 'All men who have turned out worth anything have had the chief hand in their own education.');
INSERT INTO `fam_quotes` VALUES (2387, 'Sir Walter Scott', 'Oh, what a tangled web we weave, When first we practice to deceive');
INSERT INTO `fam_quotes` VALUES (2388, 'Sir Walter Scott', 'Love rules the court, the camp, the grove, And men below, and saints above For love is heaven, and heaven is love.');
INSERT INTO `fam_quotes` VALUES (2389, 'Sir Walter Scott', 'We shall never learn to feel and respect our real calling and destiny, unless we have taught ourselves to consider everything as moonshine, compared with the education of the heart.');
INSERT INTO `fam_quotes` VALUES (2390, 'Sir Walter Scott', 'Look back, and smile on perils past.');
INSERT INTO `fam_quotes` VALUES (2391, 'Sir Walter Scott', 'Oh, the tangled webs we weave When we practice to deceive.');
INSERT INTO `fam_quotes` VALUES (2392, 'Sir Walter Scott', 'And come he slow, or come he fast, It is but death who comes at last.');
INSERT INTO `fam_quotes` VALUES (2393, 'Sir Walter Scott', 'To all, to each, a fair good night, And pleasing dreams, and slumbers light.');
INSERT INTO `fam_quotes` VALUES (2394, 'Sir Walter Scott', 'He that climbs the tall tree has won right to the fruit.');
INSERT INTO `fam_quotes` VALUES (2395, 'Sir Walter Scott', 'O many a shaft, at random sent, Finds mark the archer little meant And many a word, at random spoken, May soothe or wound a heart that\'s broken');
INSERT INTO `fam_quotes` VALUES (2396, 'Albert Pike', 'What we have done for ourselves alone dies with us what we have done for others and the world remains and is immortal.');
INSERT INTO `fam_quotes` VALUES (2397, 'Albert Pike', 'Everything actual must also first have been possible, before having actual existence.');
INSERT INTO `fam_quotes` VALUES (2398, 'Albert Pike', 'A Human Thought is an actual Existence, and a Force and Power, capable of acting upon and controlling matter as well as mind.');
INSERT INTO `fam_quotes` VALUES (2399, 'Albert Pike', 'The double law of attraction and radiation or of sympathy and antipathy, of fixedness and movement, which is the principle of Creation, and the perpetual cause of life.');
INSERT INTO `fam_quotes` VALUES (2400, 'Abraham Lincoln', 'It is said an eastern monarch once charged his wise men to invent a sentence, to be ever in view, and which should be true and appropriate in all times and situations. They presented him with the words, \'And this, too, shall pass away.\' How much it expresses How chastening in the hour of pride How consoling in the depths of affliction');
INSERT INTO `fam_quotes` VALUES (2401, 'Abraham Lincoln', 'You cannot escape the responsibility of tomorrow by evading it today.');
INSERT INTO `fam_quotes` VALUES (2402, 'Abraham Lincoln', 'You can fool some of the people all of the time, and all of the people some of the time, but you can not fool all of the people all of the time.');
INSERT INTO `fam_quotes` VALUES (2403, 'Abraham Lincoln', 'All that I am, or hope to be, I owe to my angel mother.');
INSERT INTO `fam_quotes` VALUES (2404, 'Abraham Lincoln', 'Fourscore and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.');
INSERT INTO `fam_quotes` VALUES (2405, 'Abraham Lincoln', 'We must not be enemies. Though passion may have strained, it must not break our bonds of affection. The mystic chords of memory, stretching from every battlefield and patriot grave, to every living heart and hearth-stone, all over this broad land, will yet swell the chorus of the Union when again touched, as surely they will be, by the better angels of our nature.');
INSERT INTO `fam_quotes` VALUES (2406, 'Abraham Lincoln', 'Lets have faith that right makes might and in that faith let us, to the end, dare to do our duty as we understand it.');
INSERT INTO `fam_quotes` VALUES (2407, 'Abraham Lincoln', '...Government of the people, by the people, for the people, shall not perish from the Earth.');
INSERT INTO `fam_quotes` VALUES (2408, 'Abraham Lincoln', 'I do not think much of a man who is not wiser today than he was yesterday.');
INSERT INTO `fam_quotes` VALUES (2409, 'Abraham Lincoln', 'This country, with its institutions, belongs to the people who inhabit it. Whenever they shall grow weary of the existing government, they can excercise their constitutional right of amending it, or excercise their revolutionary right to overthrow it.');
INSERT INTO `fam_quotes` VALUES (2410, 'Abraham Lincoln', 'As I would not be a slave, so I would not be a master. This expresses my idea of democracy.');
INSERT INTO `fam_quotes` VALUES (2411, 'Abraham Lincoln', 'If there is anything that a man can do well, I say let him do it. Give him a chance.');
INSERT INTO `fam_quotes` VALUES (2412, 'Abraham Lincoln', 'I remember my mother\'s prayers and they have always followed me. They have clung to me all my life.');
INSERT INTO `fam_quotes` VALUES (2413, 'Abraham Lincoln', 'Nearly all men can stand adversity, but if you want to test a man\'s character, give him power.');
INSERT INTO `fam_quotes` VALUES (2414, 'Abraham Lincoln', 'People are just as happy as they make up their minds to be.');
INSERT INTO `fam_quotes` VALUES (2415, 'Abraham Lincoln', 'If you once forfeit the confidence of your fellow citizens, you can never regain their respect and esteem. You may fool all of the people some of the time you can even fool some of the people all the time but you can\'t fool all of the people all of the time.');
INSERT INTO `fam_quotes` VALUES (2416, 'Abraham Lincoln', 'If destruction be our lot we must ourselves be its author and finisher. As a nation of free men we must live through all time, or die by suicide.');
INSERT INTO `fam_quotes` VALUES (2417, 'Abraham Lincoln', 'If I were to try to read, much less answer, all the attacks made on me, this shop might as well be closed for any other business.');
INSERT INTO `fam_quotes` VALUES (2418, 'Abraham Lincoln', 'My father taught me to work he did not teach me to love it.');
INSERT INTO `fam_quotes` VALUES (2419, 'Abraham Lincoln', 'The probability that we may fail in the struggle ought not to deter us from the support of a cause we believe to be just.');
INSERT INTO `fam_quotes` VALUES (2420, 'Abraham Lincoln', 'I desire so to conduct the affairs of this administration that if at the end, when I come to lay down the reins of power, I have lost every other friend on earth, I shall at least have one friend left, and that friend shall be down inside me.');
INSERT INTO `fam_quotes` VALUES (2421, 'Abraham Lincoln', 'With the fearful strain that is on me night and day, if I did not laugh I should die.');
INSERT INTO `fam_quotes` VALUES (2422, 'Abraham Lincoln', 'I have been driven many times to my knees by the overwhelming conviction that I had nowhere else to go. My own wisdom, and that of all about me seemed insufficient for the day.');
INSERT INTO `fam_quotes` VALUES (2423, 'Abraham Lincoln', 'It is said an Eastern monarch once charged his wise men to invent him a sentence, to be ever in view, and which should be true and appropriate in all times and situations. They presented him the words And this, too, shall pass away.');
INSERT INTO `fam_quotes` VALUES (2424, 'Abraham Lincoln', 'Whatever you are, be a good one.');
INSERT INTO `fam_quotes` VALUES (2425, 'Abraham Lincoln', 'I believe, if we take habitual drunkards as a class, their heads and their hearts will bear an advantageous comparison with those of any other class. There seems ever to have been a proneness in the brilliant and warm-blooded to fall into this vice.');
INSERT INTO `fam_quotes` VALUES (2426, 'Abraham Lincoln', 'Always bear in mind that your own resolution to succeed is more important than any one thing.');
INSERT INTO `fam_quotes` VALUES (2427, 'Abraham Lincoln', 'Whenever I hear anyone arguing for slavery, I feel a strong impulse to see it tried on him personally.');
INSERT INTO `fam_quotes` VALUES (2428, 'Abraham Lincoln', '\'Tis better to be silent and be thought a fool, than to speak and remove all doubt.');
INSERT INTO `fam_quotes` VALUES (2429, 'Abraham Lincoln', 'I believe it is an established maxim in morals that he who makes an assertion without knowing whether it is true or false is guilty of falsehood, and the accidental truth of the assertion does not justify or excuse him.');
INSERT INTO `fam_quotes` VALUES (2430, 'Abraham Lincoln', 'Find out what whiskey he drinks and send all of my generals a case, if it will get the same results. - in reply to comments about General Grant\'s drinking problems');
INSERT INTO `fam_quotes` VALUES (2431, 'Abraham Lincoln', 'No man is good enough to govern another man without that other\'s consent.');
INSERT INTO `fam_quotes` VALUES (2432, 'Abraham Lincoln', 'Corporations have been enthroned .... An era of corruption in high places will follow and the money power will endeavor to prolong its reign by working on the prejudices of the people... until wealth is aggregated in a few hands ... and the Republic is destroyed.');
INSERT INTO `fam_quotes` VALUES (2433, 'Abraham Lincoln', 'Hypocrite The man who murdered his parents, and then pleaded for mercy on the grounds that he was an orphan.');
INSERT INTO `fam_quotes` VALUES (2434, 'Abraham Lincoln', 'With the catching end the pleasures of the chase.');
INSERT INTO `fam_quotes` VALUES (2435, 'Abraham Lincoln', 'I don\'t know who my grandfather was I am much more concerned to know what his grandson will be.');
INSERT INTO `fam_quotes` VALUES (2436, 'Abraham Lincoln', 'He can compress the most words into the smallest ideas of any man I ever met.');
INSERT INTO `fam_quotes` VALUES (2437, 'Abraham Lincoln', 'Fourscore and seven years ago our fathers brought forth upon this continent a new nation, conceived in liberty, and dedicated to the proposition that all men are created equal...We here highly resolve that the dead shall not have died in vain, that this nation, under God, shall have a new birth of freedom and that government of the people, by the people, and for the people, shall not perish from the earth.');
INSERT INTO `fam_quotes` VALUES (2438, 'Abraham Lincoln', 'If I were two-faced, would I be wearing this one');
INSERT INTO `fam_quotes` VALUES (2439, 'Abraham Lincoln', 'Am I not destroying my enemies when I make friends of them');
INSERT INTO `fam_quotes` VALUES (2440, 'Abraham Lincoln', 'The best way to destroy an enemy is to make him a friend.');
INSERT INTO `fam_quotes` VALUES (2441, 'Abraham Lincoln', 'The better part of one\'s life consists of his friendships.');
INSERT INTO `fam_quotes` VALUES (2442, 'Abraham Lincoln', 'If I had eight hours to chop down a tree, I\'d spend six sharpening my axe.');
INSERT INTO `fam_quotes` VALUES (2443, 'Abraham Lincoln', 'All my life I have tried to pluck a thistle and plant a flower wherever the flower would grow in thought and mind.');
INSERT INTO `fam_quotes` VALUES (2444, 'Abraham Lincoln', 'And in the end it\'s not the years in your life that count. It\'s the life in your years.');
INSERT INTO `fam_quotes` VALUES (2445, 'Abraham Lincoln', 'It has been my experience that folks who have no vices have very few virtues.');
INSERT INTO `fam_quotes` VALUES (2446, 'Abraham Lincoln', 'I will study and get ready, and perhaps my chance will come.');
INSERT INTO `fam_quotes` VALUES (2447, 'Abraham Lincoln', 'If you would win a man to your cause, first convince him that you are his sincere friend.');
INSERT INTO `fam_quotes` VALUES (2448, 'Abraham Lincoln', 'If this is coffee, please bring me some tea but if this is tea, please bring me some coffee.');
INSERT INTO `fam_quotes` VALUES (2449, 'Abraham Lincoln', 'I am a firm believer in the people. If given the truth, they can be depended upon to meet any national crises. The great point is to bring them the real facts.');
INSERT INTO `fam_quotes` VALUES (2450, 'Abraham Lincoln', 'Force is all-conquering, but its victories are short-lived.');
INSERT INTO `fam_quotes` VALUES (2451, 'Abraham Lincoln', 'Discourage litigation. Persuade your neighbors to compromise whenever you can. As a peacemaker the lawyer has superior opportunity of being a good man. There will still be business enough.');
INSERT INTO `fam_quotes` VALUES (2452, 'Abraham Lincoln', 'It is difficult to make a man miserable while he feels worthy of himself and claims kindred to the great God who made him.');
INSERT INTO `fam_quotes` VALUES (2453, 'Abraham Lincoln', 'Let me not be understood as saying that there are no bad laws, nor that grievances may not arise for the redress of which no legal provisions have been made. I mean to say no such thing. But I do mean to say that although bad laws, if they exist, should be repealed as soon as possible, still, while they continue in force, for the sake of example they should be religiously observed.');
INSERT INTO `fam_quotes` VALUES (2454, 'Abraham Lincoln', 'When the conduct of men is designed to be influenced, persuasion, kind unassuming persuasion, should ever be adopted. It is an old and true maxim that \'a drop of honey catches more flies than a gallon of gall.\' So with men. If you would win a man to your cause, first convince him that you are his sincere friend. Therein is a drop of honey that catches his heart, which, say what he will, is the great highroad to his reason, and which, once gained, you will find but little trouble in convincing him of the justice of your cause, if indeed that cause is really a good one.');
INSERT INTO `fam_quotes` VALUES (2455, 'Abraham Lincoln', 'Most folks are about as happy as they make up their minds to be.');
INSERT INTO `fam_quotes` VALUES (2456, 'Abraham Lincoln', 'Tact is the ability to describe others as they see themselves.');
INSERT INTO `fam_quotes` VALUES (2457, 'Abraham Lincoln', 'When you have got an elephant by the hind leg, and he is trying to run away, it\'s best to let him run.');
INSERT INTO `fam_quotes` VALUES (2458, 'Abraham Lincoln', 'Character is like a tree and reputation like its shadow. The shadow is what we think of it the tree is the real thing.');
INSERT INTO `fam_quotes` VALUES (2459, 'Abraham Lincoln', 'Truth is generally the best vindication against slander.');
INSERT INTO `fam_quotes` VALUES (2460, 'Abraham Lincoln', 'Quarrel not at all. No man resolved to make the most of himself can spare time for personal contention.');
INSERT INTO `fam_quotes` VALUES (2461, 'Abraham Lincoln', 'You may deceive all the people part of the time, and part of the people all the time, but not all the people all the time.');
INSERT INTO `fam_quotes` VALUES (2462, 'Abraham Lincoln', 'People who like this sort of thing will find this the sort of thing they like.');
INSERT INTO `fam_quotes` VALUES (2463, 'Abraham Lincoln', 'When I do good, I feel good when I do bad, I feel bad, and that is my religion.');
INSERT INTO `fam_quotes` VALUES (2464, 'Abraham Lincoln', 'I have always found that mercy bears richer fruits than strict justice.');
INSERT INTO `fam_quotes` VALUES (2465, 'General George Patton', 'Success is how high you bounce when you hit bottom.');
INSERT INTO `fam_quotes` VALUES (2466, 'Emile Zola', 'The artist is nothing without the gift, but the gift is nothing without work.');
INSERT INTO `fam_quotes` VALUES (2467, 'Bernard Bailey', 'When they discover the center of the universe, a lot of people will be disappointed to discover they are not it.');
INSERT INTO `fam_quotes` VALUES (2468, 'Laurence Binyen', 'They shall not grow old, as we that are left grow old.Age shall not weary them, nor the years condemn.At the going down of the sun, and in the morning,We shall remember them.');
INSERT INTO `fam_quotes` VALUES (2469, 'Motto of the Mulvany family', 'Through struggle to the stars.');
INSERT INTO `fam_quotes` VALUES (2470, 'Happy Gilmore', 'Happy I\'m stupid. You\'re smart. I was wrong. You were right. You\'re the best. I\'m the wrost. You\'re very good-looking. I\'m not very attractive.');
INSERT INTO `fam_quotes` VALUES (2471, 'Happy Gilmore', 'Happy You know my girlfriend is dead. She fell off a cliff and died on impact.');
INSERT INTO `fam_quotes` VALUES (2472, 'Happy Gilmore', 'Happy Golf requires goofy pants and a fat ass. You should talk to my neighbor the accountant. Probably a great golfer. Huge ass.');
INSERT INTO `fam_quotes` VALUES (2473, 'Happy Gilmore', 'Nursing Home Orderly You can trouble me for a warm glass of shut-the-hell-up. Now, you will go to sleep or I will put you to sleep. Check out the name tag. You\'re in my world now, grandma.');
INSERT INTO `fam_quotes` VALUES (2474, 'Happy Gilmore', 'Happy The price is wrong, bitch.');
INSERT INTO `fam_quotes` VALUES (2475, 'Happy Gilmore', 'Happy Son of a bitch ball. Why can\'t you go home Aren\'t you good enough for your home Answer me. Suck my white ass ball.');
INSERT INTO `fam_quotes` VALUES (2476, 'Happy Gilmore', 'Happy During high school, I played junior hockey and still hold two league records most time spent in the penalty box and I was the only guy to ever take off his skate and try to stab somebody.');
INSERT INTO `fam_quotes` VALUES (2477, 'Happy Gilmore', 'Happy If I saw myself dressed like that, I\'d have to kick my own ass.');
INSERT INTO `fam_quotes` VALUES (2478, 'W. Edward Brown', 'The artist has one function--to affirm and glorify life.');
INSERT INTO `fam_quotes` VALUES (2479, 'Mao Tse Tung', 'Every good communist should know that political power grows out of the barrel of a gun.');
INSERT INTO `fam_quotes` VALUES (2480, 'Mao Tse Tung', 'Politics is war without bloodshed while war is politics with bloodshed.');
INSERT INTO `fam_quotes` VALUES (2481, 'Hesiod', 'Before the gates of excellence the high gods have placed sweat long is the road thereto and rough and steep at first but when the heights are reached, then there is ease, though grievously hard in the winning.');
INSERT INTO `fam_quotes` VALUES (2482, 'Hesiod', 'Even though it\'s hard, it\'s easy.');
INSERT INTO `fam_quotes` VALUES (2483, 'Hesiod', 'Invite the man that loves thee to a feast, but let alone thine enemy.');
INSERT INTO `fam_quotes` VALUES (2484, 'Hesiod', 'If thou shouldst lay up even a little upon a little, and shouldst do this often, soon would even this become great.');
INSERT INTO `fam_quotes` VALUES (2485, 'Hesiod', 'We know how to speak many falsehoods that resemble real things, but we know, when we will, how to speak true things.');
INSERT INTO `fam_quotes` VALUES (2486, 'Hesiod', 'He harms himself who does harm to another, and the evil plan is most harmful to the planner.');
INSERT INTO `fam_quotes` VALUES (2487, 'Hesiod', 'The dawn speeds a man on his journey, and speeds him too in his work.');
INSERT INTO `fam_quotes` VALUES (2488, 'Hesiod', 'Often an entire city has suffered because of an evil man.');
INSERT INTO `fam_quotes` VALUES (2489, 'Hesiod', 'Man\'s chiefest treasure is a sparing tongue.');
INSERT INTO `fam_quotes` VALUES (2490, 'Hesiod', 'It is best to do things systematically, since we are only human, and disorder is our worst enemy.');
INSERT INTO `fam_quotes` VALUES (2491, 'Hesiod', 'Observe due measure, for right timing is in all things the most important factor.');
INSERT INTO `fam_quotes` VALUES (2492, 'Hesiod', 'He for himself weaves woe who weaves for others woe, and evil counsel on the counselor recoils.');
INSERT INTO `fam_quotes` VALUES (2493, 'Hesiod', 'Do not seek evil gains evil gains are the equivalent of disaster.');
INSERT INTO `fam_quotes` VALUES (2494, 'Hesiod', 'A bad neighbor is a misfortune, as much as a good one is a great blessing.');
INSERT INTO `fam_quotes` VALUES (2495, 'Charles Dickens', 'The law is sic a ass - a idiot.');
INSERT INTO `fam_quotes` VALUES (2496, 'Charles Dickens', 'It was the best of times, it was the worst of times.');
INSERT INTO `fam_quotes` VALUES (2497, 'Charles Dickens', 'If a pig could give his mind to anything, he would not be a pig.');
INSERT INTO `fam_quotes` VALUES (2498, 'Charles Dickens', 'In the little world in which children have their existence, whosoever brings them up, there is nothing so finely perceived and so finely felt, as injustice.');
INSERT INTO `fam_quotes` VALUES (2499, 'Charles Dickens', 'Reflect on your present blessings, of which every man has many not on your past misfortunes, of which all men have some.');
INSERT INTO `fam_quotes` VALUES (2500, 'Charles Dickens', 'A merry Christmas to everybody A happy New Year to all the world');
INSERT INTO `fam_quotes` VALUES (2501, 'Charles Dickens', 'But I am sure that I have always thought of Christmas time, when it has come round...as a good time a kind, forgiving, charitable, pleasant time the only time I know of, in the long calendar of the year, when men and women seem by one consent to open their shut-up hearts freely.');
INSERT INTO `fam_quotes` VALUES (2502, 'Charles Dickens', 'Whatever I have tried to do in life, I have tried with all my heart to do it well whatever I have devoted myself to, I have devoted myself completely in great aims and in small I have always thoroughly been in earnest.');
INSERT INTO `fam_quotes` VALUES (2503, 'Charles Dickens', 'There is a wisdom of the head, and ... a wisdom of the heart.');
INSERT INTO `fam_quotes` VALUES (2504, 'Charles Dickens', 'In love of home, the love of country has its rise.');
INSERT INTO `fam_quotes` VALUES (2505, 'Charles Dickens', 'I have known a vast quantity of nonsense talked about bad men not looking you in the face. Don\'t trust that conventional idea. Dishonesty will stare honestly out of countenance any day of the week, if there is anything to get got by it.');
INSERT INTO `fam_quotes` VALUES (2506, 'Charles Dickens', 'By the time we hit fifty, we have learned our hardest lessons. We have found out that only a few things are really important. We have learned to take life seriously, but never ourselves.');
INSERT INTO `fam_quotes` VALUES (2507, 'Charles Dickens', 'Have a heart that never hardens, and a temper that never tires, and a touch that never hurts.');
INSERT INTO `fam_quotes` VALUES (2508, 'Charles Dickens', 'I never could have done what I have done without the habits of punctuality, order, and diligence, without the determination to concentrate myself on one subject at a time...');
INSERT INTO `fam_quotes` VALUES (2509, 'Charles Dickens', '...it was always said of him Scrooge that he knew how to keep Christmas well, if any man alive possessed the knowledge. May that be truly said of us, and all of us');
INSERT INTO `fam_quotes` VALUES (2510, 'Charles Dickens', '\'A merry Christmas, uncle God save you\' cried a cheerful voice. \'Bah\' said Scrooge. \'Humbug\'');
INSERT INTO `fam_quotes` VALUES (2511, 'Charles Dickens', 'No one is useless in this world who lightens the burdens of another.');
INSERT INTO `fam_quotes` VALUES (2512, 'Charles Dickens', 'Once upon a time--of all the good days in the year, on Christmas Eve--old Scrooge sat busy in his counting-house.');
INSERT INTO `fam_quotes` VALUES (2513, 'Charles Dickens', '\'Out upon merry Christmas What\'s Christmas time to you but a time for paying bills without money a time for finding yourself a year older, but not an hour richer... If I could work my will,\' said Scrooge indignantly, \'every idiot who goes about with \'Merry Christmas\' upon his lips should be boiled with his won pudding, and buried with a stake of holly through his heart. He should\'');
INSERT INTO `fam_quotes` VALUES (2514, 'Charles Dickens', 'There is always something for which to be thankful.');
INSERT INTO `fam_quotes` VALUES (2515, 'Charles Dickens', 'Then Bob proposed \'A Merry Christmas to us all, my dears. God bless us\' Which all his family re-echoed. \'God bless us every one\' said Tiny Tim, the last of all.');
INSERT INTO `fam_quotes` VALUES (2516, 'Charles Dickens', '\'At this festive season of the year, Mr Scrooge,\' said the gentleman, taking up a pen, \'it is more than usually desirable that we should make some slight provision for the poor and destitute, who suffer greatly at the present time. ... We choose this time, because it is a time, of all others, when Want is keenly felt, and Abundance rejoices.\'');
INSERT INTO `fam_quotes` VALUES (2517, 'Charles Dickens', 'A loving heart is the truest wisdom.');
INSERT INTO `fam_quotes` VALUES (2518, 'Charles Dickens', 'Cheerfulness and contentment are great beautifiers and are famous preservers of youthful looks.');
INSERT INTO `fam_quotes` VALUES (2519, 'Charles Dickens', 'It was the best of times, it was the worst of times it ws the age of wisdom, it was the age of foolishness it was the epoch of belief, it was the epoch of incredulity it was the season of Light, it was the season of Darkness it was the spring of hope, it was the winter of despair we had everything before us, we had nothing before us we were all going directly to Heaven, we were all going the other way.');
INSERT INTO `fam_quotes` VALUES (2520, 'Charles Dickens', 'Subdue your appetites, my dears, and you\'ve conquered human nature.');
INSERT INTO `fam_quotes` VALUES (2521, 'Charles Dickens', 'It was a turkey He could never have stood upon his legs, that bird He would have snapped \'em off short in a minute, like sticks of sealing wax.');
INSERT INTO `fam_quotes` VALUES (2522, 'Charles Dickens', 'It is a far, far better thing that I do, than I have ever done it is a far, far better rest that I go to, than I have ever known.');
INSERT INTO `fam_quotes` VALUES (2523, 'Charles Dickens', 'Somehow he Tim gets thoughtful sitting by himself so much, and thinks the strangest things you ever heard. He told me, coming home, that he hoped the people saw him in the church, because he was a cripple, and it might be pleasant for them to remember upon Christmas Day, who made lame beggars walk, and blind men see.');
INSERT INTO `fam_quotes` VALUES (2524, 'Charles Dickens', 'Any man may be in good spirits and good temper when he\'s well dressed. There ain\'t much credit in that.');
INSERT INTO `fam_quotes` VALUES (2525, 'Charles Dickens', 'I will honor Christmas in my heart, and try to keep it all year.');
INSERT INTO `fam_quotes` VALUES (2526, 'Charles Dickens', 'I only ask to be free. The butterflies are free.');
INSERT INTO `fam_quotes` VALUES (2527, 'Charles Dickens', 'We need never be ashamed of our tears.');
INSERT INTO `fam_quotes` VALUES (2528, 'Charles Dickens', 'It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it was the winter of despair, we had everything before us, we had nothing before us, we were all going direct to heaven, we were all doing direct the other way - in short, the period was so far like the present period, that some of its noisiest authorities insisted on its being received, for good or for evil, in the superlative degree of comparison only.');
INSERT INTO `fam_quotes` VALUES (2529, 'Charles Dickens', 'Annual income twenty pounds, annual expenditure nineteen six, result happiness. Annual income twenty pounds, annual expenditure twenty pound ought and six, result misery.');
INSERT INTO `fam_quotes` VALUES (2530, 'Charles Dickens', 'Minds, like bodies, will often fall into a pimpled, ill-conditioned state from mere excess of comfort.');
INSERT INTO `fam_quotes` VALUES (2531, 'Charles Dickens', 'Train up a fig tree in the way it should go, and when you are old sit under the shade of it.');
INSERT INTO `fam_quotes` VALUES (2532, 'Charles Dickens', 'With affection beaming out of one eye, and calculation shining out of the other.');
INSERT INTO `fam_quotes` VALUES (2533, 'Martin Luther King, Jr.', 'Nothing in the world is more dangerous than sincere ignorance and consciencious stupidity.');
INSERT INTO `fam_quotes` VALUES (2534, 'Martin Luther King, Jr.', 'I have a dream that one day ... the sons of former slave owners will be able to sit down together at the table of brotherhood.');
INSERT INTO `fam_quotes` VALUES (2535, 'Martin Luther King, Jr.', 'One of the greatest casualties of the war in Vietnam is the Great Society ... shot down on the battlefield of Vietnam.');
INSERT INTO `fam_quotes` VALUES (2536, 'Martin Luther King, Jr.', 'In no sense do I advocate evading or defying the law ... That would lead to anarchy. An individual who breaks a law that his conscience tells him is unjust, and who willingly accepts the penalty of imprisonment in order to arouse the conscience of the community over its injustice, is in reality expressing the highest respect for law.');
INSERT INTO `fam_quotes` VALUES (2537, 'Martin Luther King, Jr.', 'Darkness cannot drive out darkness only light can do that. Hate cannot drive out hate only love can do that.');
INSERT INTO `fam_quotes` VALUES (2538, 'Martin Luther King, Jr.', 'We must learn to live together as brothers or perish together as fools.');
INSERT INTO `fam_quotes` VALUES (2539, 'Martin Luther King, Jr.', 'The ultimate measure of a man is not where he stands in moments of comfort, but where he stands at times of challenge and controversy.');
INSERT INTO `fam_quotes` VALUES (2540, 'Martin Luther King, Jr.', 'A man who won\'t die for something is not fit to live.');
INSERT INTO `fam_quotes` VALUES (2541, 'Martin Luther King, Jr.', 'I have a dream, that my four little children will one day live in a nation where they will not be judged by the color of their skin but by the content of their character. I have a dream today');
INSERT INTO `fam_quotes` VALUES (2542, 'Martin Luther King, Jr.', 'Injustice anywhere is a threat to justice everywhwre. We are caught in an inescapable network of mutuality, tied in a single garment of destiny. Whatever affects one directly, affects all indirectly.');
INSERT INTO `fam_quotes` VALUES (2543, 'Martin Luther King, Jr.', 'The limitation of riots, moral questions aside, is that they cannot win and their participants know it. Hence, rioting is not revolutionary but reactionary because it invites defeat. It involves an emotional catharsis, but it must be followed by a sense of futility.');
INSERT INTO `fam_quotes` VALUES (2544, 'Martin Luther King, Jr.', 'There can be no deep disappointment where there is not deep love.');
INSERT INTO `fam_quotes` VALUES (2545, 'Martin Luther King, Jr.', 'Success, recognition, and conformity are the bywords of the modern world where everyone seems to crave the anesthetizing security of being identified with the majority.');
INSERT INTO `fam_quotes` VALUES (2546, 'Martin Luther King, Jr.', 'History will have to record that the greatest tragedy of this period of social transition was not the strident clamor of the bad people, but the appalling silence of the good people.');
INSERT INTO `fam_quotes` VALUES (2547, 'Martin Luther King, Jr.', 'We must develop and maintain the capacity to forgive. He who is devoid of the power to forgive is devoid of the power to love. There is some good in the worst of us and some evil in the best of us.');
INSERT INTO `fam_quotes` VALUES (2548, 'Martin Luther King, Jr.', 'Injustice anywhere is a threat to justice everywhere.');
INSERT INTO `fam_quotes` VALUES (2549, 'Martin Luther King, Jr.', 'If you will protest courageously, and yet with dignity and Christian love, when the history books are written in future generations, the historians will have to pause and say, There lived a great people-a black people-who injected new meaning and dignity into the veins of civilization.');
INSERT INTO `fam_quotes` VALUES (2550, 'Martin Luther King, Jr.', 'Discrimination is a hellhound that gnaws at Negroes in every waking moment of their lives to remind them that the lie of their inferiority is accepted as truth in the society dominating them.');
INSERT INTO `fam_quotes` VALUES (2551, 'Martin Luther King, Jr.', 'We will have to repent in this generation not merely for the hateful words and actions of the bad people but for the appalling silence of the good people.');
INSERT INTO `fam_quotes` VALUES (2552, 'Martin Luther King, Jr.', 'I have almost reached the regrettable conclusion that the Negro\'s great stumbling block in the stride toward freedom is not the White Citizen\'s Councilor or the Ku Klux Klanner, but the white moderate, who is more devoted to \'order\' than to justice who prefers a negative peace which is the absence of tension to a positive peace which is the presence of justice who constantly says \'I agree with you in the goal you seek, but I cannot agree with your methods of direct action\' who paternalistically believes he can set the timetable for someone else\'s freedom who lives by a mythical concept of time and who constantly advises the Negro to wait for a \'more convenient season.\'');
INSERT INTO `fam_quotes` VALUES (2553, 'Martin Luther King, Jr.', 'We shall have to repent in this generation , not so much for the evil deeds of the wicked people, but for the appalling silence of the good people.');
INSERT INTO `fam_quotes` VALUES (2554, 'Martin Luther King, Jr.', 'The question is no longer between violence and non-violence it is between non-violence and non-existence.');
INSERT INTO `fam_quotes` VALUES (2555, 'Martin Luther King, Jr.', 'I submit to you that if a man hasn\'t discovered something he will die for, he isn\'t fit to live.');
INSERT INTO `fam_quotes` VALUES (2556, 'Martin Luther King, Jr.', 'One who condones evil is just as guilty as the one who perpetrates it.');
INSERT INTO `fam_quotes` VALUES (2557, 'Martin Luther King, Jr.', 'Love is the only force capable of transforming an enemy into friend.');
INSERT INTO `fam_quotes` VALUES (2558, 'Martin Luther King, Jr.', 'Whatever affects one directly, affects all indirectly. I can never be what I ought to be until you are what you ought to be. This is the interrelated structure of reality.');
INSERT INTO `fam_quotes` VALUES (2559, 'Martin Luther King, Jr.', 'Human salvation lies in the hands of the creatively maladjusted.');
INSERT INTO `fam_quotes` VALUES (2560, 'Martin Luther King, Jr.', 'Our loyalties must transend our race, our tribe, our class, and our nation and this means we must develop a world perspective.');
INSERT INTO `fam_quotes` VALUES (2561, 'Martin Luther King, Jr.', 'A man can\'t ride your back unless it\'s bent.');
INSERT INTO `fam_quotes` VALUES (2562, 'Martin Luther King, Jr.', 'Our scientific power has outrun our spiritual power. We have guided missiles and misguided men.');
INSERT INTO `fam_quotes` VALUES (2563, 'Martin Luther King, Jr.', 'In the end, we will remember not the words of our enemies, but the silence of our friends.');
INSERT INTO `fam_quotes` VALUES (2564, 'Martin Luther King, Jr.', 'Forgiveness is not an occasional act it is an attitude.');
INSERT INTO `fam_quotes` VALUES (2565, 'Martin Luther King, Jr.', 'Take the first step in faith. You don\'t have to see the whole staircase, just take the first step.');
INSERT INTO `fam_quotes` VALUES (2566, 'Martin Luther King, Jr.', 'Our lives begin to end the day we become silent about things that matter.');
INSERT INTO `fam_quotes` VALUES (2567, 'Martin Luther King, Jr.', 'Rarely do we find men who willingly to engage in hard, solid thinking. There is an almost universal quest for easy answers and half-baked solutions. Nothing pains some people more than having to think.');
INSERT INTO `fam_quotes` VALUES (2568, 'Martin Luther King, Jr.', 'If a man is called to be a streetsweeper, he should sweep streets even as Michelangelo painted, or Beethoven played music, or Shakespeare wrote poetry. He should sweep streets so well that all the hosts of heaven and earth will pause to say, here lived a great streetsweeper who did his job well.');
INSERT INTO `fam_quotes` VALUES (2569, 'Martin Luther King, Jr.', 'Everybody can be great... because anybody can serve. You don\'t have to have a college degree to serve. You don\'t have to make your subject and verb agree to serve. you only need a heart full of grace. a soul generated by love.');
INSERT INTO `fam_quotes` VALUES (2570, 'Martin Luther King, Jr.', 'Man must evolve for all human conflict a method which rejects revenge, aggression and retaliation. the foundation of such a method is love.');
INSERT INTO `fam_quotes` VALUES (2571, 'Martin Luther King, Jr.', 'Hatred paralyzes life love releases it. Hatred confuses life love harmonizes it. Hatred darkens life love illumines it.');
INSERT INTO `fam_quotes` VALUES (2572, 'Martin Luther King, Jr.', 'We must combine the toughness of the serpent and the softness of the dove, a tough mind and a tender heart.');
INSERT INTO `fam_quotes` VALUES (2573, 'Martin Luther King, Jr.', 'A nation that continues to produce soft-minded men purchases its own spiritual death on the installment plan.');
INSERT INTO `fam_quotes` VALUES (2574, 'Martin Luther King, Jr.', 'All labor that uplifts humanity has dignity and importance and should be undertaken with painstaking excellence.');
INSERT INTO `fam_quotes` VALUES (2575, 'Martin Luther King, Jr.', 'Ten thousand fools proclaim themselves into obscurity, while one wise man forgets himself into immortality.');
INSERT INTO `fam_quotes` VALUES (2576, 'Martin Luther King, Jr.', 'Like an unchecked cancer, hate corrodes the personality and eats away its vital unity. Hate destroys a man\'s sense of values and his objectivity. It causes him to describe the beautiful as ugly and the ugly as beautiful, and to confuse the true with the false and the false with the true.');
INSERT INTO `fam_quotes` VALUES (2577, 'Martin Luther King, Jr.', 'When you are right you cannot be too radical when you are wrong, you cannot be too conservative.');
INSERT INTO `fam_quotes` VALUES (2578, 'Martin Luther King, Jr.', 'Segregation is the adultery of an illicit intercourse between injustice and immorality.');
INSERT INTO `fam_quotes` VALUES (2579, 'Martin Luther King, Jr.', 'All men are caught in an inescapable network of mutuality.');
INSERT INTO `fam_quotes` VALUES (2580, 'Martin Luther King, Jr.', 'It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that\'s pretty important.');
INSERT INTO `fam_quotes` VALUES (2581, 'Martin Luther King, Jr.', 'The hope of a secure and livable world lies with disciplined nonconformists who are dedicated to justice, peace and brotherhood.');
INSERT INTO `fam_quotes` VALUES (2582, 'Martin Luther King, Jr.', 'Nonviolence is the answer to the crucial political and moral questions of our time the need for mankind to overcome oppression and violence without resorting to oppression and violence. Mankind must evolve for all human conflict a method which rejects revenge, aggression, and retaliation. The foundation of such a method is love.');
INSERT INTO `fam_quotes` VALUES (2583, 'Martin Luther King, Jr.', 'Now, I say to you today my friends, even though we face the difficulties of today and tomorrow, I still have a dream. It is a dream deeply rooted in the American dream. I have a dream that one day this nation will rise up and live out the true meaning of its creed - \'We hold these truths to be self-evident, that all men are created equal.\'');
INSERT INTO `fam_quotes` VALUES (2584, 'Martin Luther King, Jr.', 'I believe that unarmed truth and unconditional love will have the final word in reality. That is why right, temporarily defeated, is stronger than evil triumphant.');
INSERT INTO `fam_quotes` VALUES (2585, 'Martin Luther King, Jr.', 'All progress is precarious, and the solution of one problem brings us face to face with another problem.');
INSERT INTO `fam_quotes` VALUES (2586, 'Martin Luther King, Jr.', '...And I\'ve looked over, and I\'ve seen the promised land. I may not get there with you, but I want you to know tonight that we as a people will get to the promised land. So I\'m happy tonight. I\'m not worried about anything. I\'m not fearing any man.');
INSERT INTO `fam_quotes` VALUES (2587, 'Martin Luther King, Jr.', 'The good neighbor looks beyond the external accidents and discerns those inner qualities that make all men human and, therefore, brothers.');
INSERT INTO `fam_quotes` VALUES (2588, 'Crow, The', 'Eric Draven Little things use to mean so much to Shelley - I thought they were kind of trivial. Believe me, nothing is trivial.');
INSERT INTO `fam_quotes` VALUES (2589, 'Crow, The', 'Top Dollar Greed is for amateurs. Disorder, chaos, anarchy now that\'s fun');
INSERT INTO `fam_quotes` VALUES (2590, 'Crow, The', 'Eric Draven Jesus Christ Stop me if you heard this one Jesus Christ walks into a hotel. He hands the innkeeper three nails, and he asks... Can you put me up for the night');
INSERT INTO `fam_quotes` VALUES (2591, 'Crow, The', 'Eric Draven It can\'t rain all the time.');
INSERT INTO `fam_quotes` VALUES (2592, 'Crow, The', 'Eric Draven Suddenly their came a tapping, as of someone gently rapping, rapping at my chamber door. You heard me rapping, right');
INSERT INTO `fam_quotes` VALUES (2593, 'Crow, The', 'Eric Draven It\'s not a good day to be a bad guy.');
INSERT INTO `fam_quotes` VALUES (2594, 'Crow, The', 'Sarah If the people we love are stolen from us, the way to have them live on is to never stop loving them. Buildings burn. People die. But real love lives forever.');
INSERT INTO `fam_quotes` VALUES (2595, 'Crow, The', 'T-Bird You know, Lake Eerie actually caught on fire once from all the crap floating around in it. I wish I could\'ve seen that.');
INSERT INTO `fam_quotes` VALUES (2596, 'U. Peter', 'Today, if you are not confused, you are just not thinking clearly.');
INSERT INTO `fam_quotes` VALUES (2597, 'Smiley Blanton', 'Love is the immortal flow of energy that nourishes, extends and preserves. Its eternal goal is life.');
INSERT INTO `fam_quotes` VALUES (2598, 'Smiley Blanton', 'A sense of curiosity is nature\'s original school of education.');
INSERT INTO `fam_quotes` VALUES (2599, 'Smiley Blanton', 'The truth is that all of us attain the greatest success and happiness possible in this life whenever we use our native capacities to their greatest extent.');
INSERT INTO `fam_quotes` VALUES (2600, 'Smiley Blanton', 'It is easier to talk about money -- and much easier to talk about sex -- than it is to talk about power. People who have it deny it people who want it do not want to appear to hunger for it and people who engage in its machinations do so secretly.');
INSERT INTO `fam_quotes` VALUES (2601, 'Smiley Blanton', 'The desire for success lubricates secret prostitutions in the soul.');
INSERT INTO `fam_quotes` VALUES (2602, 'Jonathan Larson', 'Forget regret, or life is yours to miss.');
INSERT INTO `fam_quotes` VALUES (2603, 'Margaret Weis', 'Hope is the denial of reality.');
INSERT INTO `fam_quotes` VALUES (2604, '\'Detroit Journal\'', 'Socialism is Bolshevism with a shave.');
INSERT INTO `fam_quotes` VALUES (2605, 'Pierre Charron', 'The true science and study of man is man.');
INSERT INTO `fam_quotes` VALUES (2606, 'Pierre Charron', 'The most excellent and divine counsel, the best and most profitable advertisement of all others, but the least practised, is to study and learn how to know ourselves. This is the foundation of wisdom and the highway to whatever is good. . . . God, Nature, the wise, the world, preach man, exhort him both by word and deed to the study of himself.');
INSERT INTO `fam_quotes` VALUES (2607, 'Pierre Charron', 'He who receives a benefit should never forget it he who bestow should never remember it.');
INSERT INTO `fam_quotes` VALUES (2608, 'Pierre Charron', 'The advice of friends must be received with a judicious reserve we must not give ourselves up to it and follow it blindly, whether right or wrong.');
INSERT INTO `fam_quotes` VALUES (2609, 'The Road Not Taken', 'I took the road less traveled by, and that has made all the difference.');
INSERT INTO `fam_quotes` VALUES (2610, 'Don Herold', 'The brighter you are, the more you have to learn.');
INSERT INTO `fam_quotes` VALUES (2611, 'Don Herold', 'There is nobody so irritating as somebody with less intelligence and more sense than we have.');
INSERT INTO `fam_quotes` VALUES (2612, 'Scott Reed', 'This one step -- choosing a goal and sticking to it -- changes everything.');
INSERT INTO `fam_quotes` VALUES (2613, 'Janet Minor', 'I have a spelling checkerIt came with my PCIt plainly marks four my revueMistakes I cannot sea.I\'ve run this poem threw it,I\'m sure your pleased too no,Its letter perfect in it\'s weigh,My checker tolled me sew.');
INSERT INTO `fam_quotes` VALUES (2614, 'La Bruyere', 'We perceive when love begins and when it declines by our embarrassment when alone together.');
INSERT INTO `fam_quotes` VALUES (2615, 'La Bruyere', 'Children have neither a past nor a future. Thus they enjoy the present-- which seldom happens to us.');
INSERT INTO `fam_quotes` VALUES (2616, 'La Bruyere', 'Nothing more clearly show how little God esteems his gift to men of wealth, money, position and other wordly goods, than the way he distributes these, and the sort of men who are most amply provided with them.');
INSERT INTO `fam_quotes` VALUES (2617, 'La Bruyere', 'That man is good who does good to others if he suffers on account of the good he does, he is very good if he suffers at the hands of those to whom he has done good, then his goodness is so great that it could be enhanced only by greater sufferings and if he should die at their hands, his virtue can go no further it is heroic, it is perfect.');
INSERT INTO `fam_quotes` VALUES (2618, 'La Bruyere', 'There is no road too long to the man who advances deliberately and without undue haste there are no honors too distant to the man who prepares himself for them with patience.');
INSERT INTO `fam_quotes` VALUES (2619, 'La Bruyere', 'No man is so perfect, so necessary to his friends, as to give them no cause to miss him less.');
INSERT INTO `fam_quotes` VALUES (2620, 'La Bruyere', 'This great misfortune - to be incapable of solitude.');
INSERT INTO `fam_quotes` VALUES (2621, 'La Bruyere', 'Discretion is the perfection of reason, and a guide to us in all the duties of life.');
INSERT INTO `fam_quotes` VALUES (2622, 'La Bruyere', 'Life is a tragedy for those who feel, and a comedy for those who think.');
INSERT INTO `fam_quotes` VALUES (2623, 'Yogi Berra', 'Slump I ain\'t in no slump... I just ain\'t hitting.');
INSERT INTO `fam_quotes` VALUES (2624, 'Yogi Berra', 'It\'s deja vu all over again');
INSERT INTO `fam_quotes` VALUES (2625, 'Yogi Berra', 'Half this game is 90 mental.');
INSERT INTO `fam_quotes` VALUES (2626, 'Yogi Berra', 'It ain\'t over \'till it\'s over.');
INSERT INTO `fam_quotes` VALUES (2627, 'Yogi Berra', 'Congratulations. I knew the record would stand until it was broken.');
INSERT INTO `fam_quotes` VALUES (2628, 'Yogi Berra', 'The future ain\'t what it used to be.');
INSERT INTO `fam_quotes` VALUES (2629, 'Yogi Berra', 'You can observe a lot just by watching.');
INSERT INTO `fam_quotes` VALUES (2630, 'Yogi Berra', 'This is like deja vu all over again.');
INSERT INTO `fam_quotes` VALUES (2631, 'Yogi Berra', 'I didn\'t really say everything I said.');
INSERT INTO `fam_quotes` VALUES (2632, 'Yogi Berra', 'When you come to a fork in the road, take it.');
INSERT INTO `fam_quotes` VALUES (2633, 'Yogi Berra', 'If the fans don\'t wanna come out to the ballpark, no one can stop \'em.');
INSERT INTO `fam_quotes` VALUES (2634, 'Yogi Berra', 'Baseball is 90 mental, the other half is physical.');
INSERT INTO `fam_quotes` VALUES (2635, 'Yogi Berra', 'No one goes there nowadays, it\'s too crowded.');
INSERT INTO `fam_quotes` VALUES (2636, 'Octavio Paz', 'Solitude is the profoundest fact of the human condition. Man is the only being who knows he is alone.');
INSERT INTO `fam_quotes` VALUES (2637, 'Octavio Paz', 'Love is an attempt at penetrating another being, but it can only succeed if the surrender is mutual.');
INSERT INTO `fam_quotes` VALUES (2638, 'Octavio Paz', '\'Art\' is an invention of aesthetics, which in turn is an invention of philosophers. What we call art is a game.');
INSERT INTO `fam_quotes` VALUES (2639, 'Richard Nelson Bolles', 'There is a vast world of work out there in this country, where at least 111 million people are employed in this country alone--many of whom are bored out of their minds. All day long. Not for nothing is their motto TGIF -- \'Thank God It\'s Friday.\' They live for the weekends, when they can go do what they really want to do.');
INSERT INTO `fam_quotes` VALUES (2640, 'Gen. George Pickett', 'Up men to your posts Don\'t forget today that you are from old Virginia.');
INSERT INTO `fam_quotes` VALUES (2641, 'Wendell Berry', 'To cherish what remains of the Earth and to foster its renewal is our only legitimate hope of survival.');
INSERT INTO `fam_quotes` VALUES (2642, 'Wendell Berry', 'In health the flesh is graced, the holy enters the world.');
INSERT INTO `fam_quotes` VALUES (2643, 'German proverb', 'To change and to change for the better are two different things.');
INSERT INTO `fam_quotes` VALUES (2644, 'German proverb', 'Whoever cares to learn will always find a teacher.');
INSERT INTO `fam_quotes` VALUES (2645, 'German proverb', 'No answer is also an answer.');
INSERT INTO `fam_quotes` VALUES (2646, 'German proverb', 'It\'s not that age brings childhood back again, Age merely shows what children we remain.');
INSERT INTO `fam_quotes` VALUES (2647, 'German proverb', 'Who begins too much accomplishes little.');
INSERT INTO `fam_quotes` VALUES (2648, 'German proverb', 'A country can be judged by the quality of its proverbs.');
INSERT INTO `fam_quotes` VALUES (2649, 'German proverb', 'One does evil enough when one does nothing good.');
INSERT INTO `fam_quotes` VALUES (2650, 'German proverb', 'Rast ich, so rost ich. (When I rest, I rust.)');
INSERT INTO `fam_quotes` VALUES (2651, 'German proverb', 'Where there are no swamps there are no frogs.');
INSERT INTO `fam_quotes` VALUES (2652, 'German proverb', 'Never give advice unless asked.');
INSERT INTO `fam_quotes` VALUES (2653, 'German proverb', 'Love your neighbor, but don\'t tear down your fence.');
INSERT INTO `fam_quotes` VALUES (2654, 'German proverb', 'The wise man has long ears and a short tongue.');
INSERT INTO `fam_quotes` VALUES (2655, 'German proverb', 'A lean agreement is better than a fat lawsuit.');
INSERT INTO `fam_quotes` VALUES (2656, 'German proverb', 'When the fox preaches, look to the geese.');
INSERT INTO `fam_quotes` VALUES (2657, 'German proverb', 'The eyes believe themselves the ears believe other people.');
INSERT INTO `fam_quotes` VALUES (2658, 'German proverb', 'Who takes the child by the hand takes the mother by the heart.');
INSERT INTO `fam_quotes` VALUES (2659, 'German proverb', 'He who would rule must hear and be deaf, see and be blind.');
INSERT INTO `fam_quotes` VALUES (2660, 'German proverb', 'God gives the nuts but he does not crack them.');
INSERT INTO `fam_quotes` VALUES (2661, 'German proverb', 'Old birds are hard to pluck.');
INSERT INTO `fam_quotes` VALUES (2662, 'German proverb', 'Whose bread I eat his song I sing.');
INSERT INTO `fam_quotes` VALUES (2663, 'German proverb', 'Charity sees the need not the cause.');
INSERT INTO `fam_quotes` VALUES (2664, 'Sir Theodore Martin', 'Work is the true elixir of life. The busiest man is the happiest man.');
INSERT INTO `fam_quotes` VALUES (2665, 'Richard Kemph', 'Quotes are nothing but inspiration for the uninspired.');
INSERT INTO `fam_quotes` VALUES (2666, 'J. Robert Oppenheimer', 'I am become Death, the destroyer of worlds.N.B. This is a paraphrase from the ancient Hindu text, the Bhagavad Gita.');
INSERT INTO `fam_quotes` VALUES (2667, 'J. Robert Oppenheimer', 'Any man whose errors take ten years to correct is quite a man.');
INSERT INTO `fam_quotes` VALUES (2668, 'Tommy Bolt', 'Never break your putter and your driver in the same round or you\'re dead.');
INSERT INTO `fam_quotes` VALUES (2669, 'Kathleen Norris', 'None of us knows what the next change is going to be, what unexpected opportunity is just around the corner, waiting a few months or a few years to change all the tenor of our lives.');
INSERT INTO `fam_quotes` VALUES (2670, 'Kathleen Norris', 'In any free society, the conflict between social conformity and individual liberty is permanent, unresolvable, and necessary.');
INSERT INTO `fam_quotes` VALUES (2671, 'Kathleen Norris', 'Before you begin a thing, remind yourself that difficulties and delays quite impossible to foresee are ahead. If you could see them clearly, naturally you could do a great deal to get rid of them but you can\'t. You can only see one thing clearly and that is your goal. Form a mental vision of that and cling to it through thick and thin.');
INSERT INTO `fam_quotes` VALUES (2672, 'Kathleen Norris', 'Intimacy is what makes a marriage, not a ceremony, not a piece of paper from the state.');
INSERT INTO `fam_quotes` VALUES (2673, 'Kathleen Norris', 'Disconnecting from change does not recapture the past. It loses the future.');
INSERT INTO `fam_quotes` VALUES (2674, 'Kathleen Norris', 'If we are lucky, we can give in and rest without feeling guilty. We can stop doing and concentrate on being.');
INSERT INTO `fam_quotes` VALUES (2675, 'Gen. Joseph Stilwell', 'Illegitimis non carborundum.Lat., Don\'t let the bastards grind you down.');
INSERT INTO `fam_quotes` VALUES (2676, 'Gen. Joseph Stilwell', 'Don\'t let the bastards grind you down.');
INSERT INTO `fam_quotes` VALUES (2677, 'Montesquieu', 'Author A fool who, not content with having bored those who have lived with him, insists on tormenting generations to come.');
INSERT INTO `fam_quotes` VALUES (2678, 'Edward W. Howe', 'The sounder your argument, the more satisfaction you get out of it.');
INSERT INTO `fam_quotes` VALUES (2679, 'Edward W. Howe', 'If you don\'t learn to laugh at troubles, you won\'t have anything to laugh at when you grow old.');
INSERT INTO `fam_quotes` VALUES (2680, 'Christine Lavin', 'There\'s a very fine line between a groove and a rut a fine line between eccentrics and people who are just plain nuts.');
INSERT INTO `fam_quotes` VALUES (2681, 'Henry Ward Beecher', 'Every artist dips his brush in his own soul, and paints his own nature into his pictures.');
INSERT INTO `fam_quotes` VALUES (2682, 'Henry Ward Beecher', 'The mother\'s heart is the child\'s schoolroom.');
INSERT INTO `fam_quotes` VALUES (2683, 'Henry Ward Beecher', 'Hold yourself responsible for a higher standard than anybody expects of you. Never excuse yourself.');
INSERT INTO `fam_quotes` VALUES (2684, 'Henry Ward Beecher', 'Every charitable act is a stepping stone toward heaven.');
INSERT INTO `fam_quotes` VALUES (2685, 'Henry Ward Beecher', 'A person without a sense of humor is like a wagon without springs -- jolted by every pebble in the road.');
INSERT INTO `fam_quotes` VALUES (2686, 'Henry Ward Beecher', 'Some people are so dry that you might soak them in a joke for a month and it would not get through their skins.');
INSERT INTO `fam_quotes` VALUES (2687, 'Henry Ward Beecher', 'A reputation for good judgment, for fair dealing, for truth, and for rectitude, is itself a fortune.');
INSERT INTO `fam_quotes` VALUES (2688, 'Henry Ward Beecher', 'It is not the going out of port, but the coming in, that determines the success of a voyage.');
INSERT INTO `fam_quotes` VALUES (2689, 'Henry Ward Beecher', 'Of all the music that reached farthest into heaven, it is the beating of a loving heart.');
INSERT INTO `fam_quotes` VALUES (2690, 'Henry Ward Beecher', 'All words are pegs to hang ideas on.');
INSERT INTO `fam_quotes` VALUES (2691, 'Henry Ward Beecher', 'Every tomorrow has two handles. We can take hold of it with the handle of anxiety or the handle of faith.');
INSERT INTO `fam_quotes` VALUES (2692, 'Henry Ward Beecher', 'To become an able and successful man in any profession, three things are necessary, nature, study and practice.');
INSERT INTO `fam_quotes` VALUES (2693, 'Henry Ward Beecher', 'It is one of the severest tests of friendship to tell your friend his faults. So to love a man that you cannot bear to see a stain upon him, and to speak painful truth through loving words, that is friendship.');
INSERT INTO `fam_quotes` VALUES (2694, 'Henry Ward Beecher', 'We not only live among men, but there are airy hosts, blessed spectators, sympathetic lookers-on, that see and know and appreciate our thoughts and feelings and acts.');
INSERT INTO `fam_quotes` VALUES (2695, 'Henry Ward Beecher', 'It is the heart that makes a man rich. He is rich according to what he is, not according to what he has.');
INSERT INTO `fam_quotes` VALUES (2696, 'Henry Ward Beecher', 'Repentance is another name for aspiration.');
INSERT INTO `fam_quotes` VALUES (2697, 'Henry Ward Beecher', 'Every young man would do well to remember that all successful business stands on the foundation of morality.');
INSERT INTO `fam_quotes` VALUES (2698, 'Henry Ward Beecher', 'Greatness lies not in being strong, but in the right use of strength.');
INSERT INTO `fam_quotes` VALUES (2699, 'Henry Ward Beecher', 'The dog was created especially for children. He is the God of frolic.');
INSERT INTO `fam_quotes` VALUES (2700, 'Henry Ward Beecher', 'Doctrine is nothing but the skin of truth set up and stuffed.');
INSERT INTO `fam_quotes` VALUES (2701, 'Henry Ward Beecher', 'I never knew how to worship until I knew how to love.');
INSERT INTO `fam_quotes` VALUES (2702, 'Henry Ward Beecher', 'Troubles are often the tools God fashions us for better things.');
INSERT INTO `fam_quotes` VALUES (2703, 'Henry Ward Beecher', 'If a man cannot be a Christian in the place he is, he cannot be a Christian anywhere.');
INSERT INTO `fam_quotes` VALUES (2704, 'Henry Ward Beecher', 'Compassion will cure more sins than condemnation.');
INSERT INTO `fam_quotes` VALUES (2705, 'Henry Ward Beecher', 'We steal if we touch tomorrow. It is God\'s.');
INSERT INTO `fam_quotes` VALUES (2706, 'Henry Ward Beecher', 'The sun does not shine for a few trees and flowers, but for the wide world\'s joy.');
INSERT INTO `fam_quotes` VALUES (2707, 'Henry Ward Beecher', 'Our sweetest experiences of affection are meant to point us to that realm which is the real and endless home of the heart.');
INSERT INTO `fam_quotes` VALUES (2708, 'Henry Ward Beecher', 'What the heart has once owned and had, it shall never lose.');
INSERT INTO `fam_quotes` VALUES (2709, 'Henry Ward Beecher', 'It is not what we take up, but what we give up, that makes us rich.');
INSERT INTO `fam_quotes` VALUES (2710, 'Henry Ward Beecher', 'Repentance may begin instantly, but reformation often requires a sphere of years.');
INSERT INTO `fam_quotes` VALUES (2711, 'Henry Ward Beecher', 'The power of hiding ourselves from one another is mercifully given, for men are wild beasts, and would devour one another but for this protection.');
INSERT INTO `fam_quotes` VALUES (2712, 'Henry Ward Beecher', 'You never know till you try to reach them how accessible men are but you must approach each man by the right door.');
INSERT INTO `fam_quotes` VALUES (2713, 'Henry Ward Beecher', 'Where is human nature so weak as in the bookstore');
INSERT INTO `fam_quotes` VALUES (2714, 'Henry Ward Beecher', 'Never forget what a man says to you when he is angry.');
INSERT INTO `fam_quotes` VALUES (2715, 'Henry Ward Beecher', 'The meanest, most contemptible kind of praise is that which first speaks well of a man, and then qualifies it with a but.');
INSERT INTO `fam_quotes` VALUES (2716, 'Dante Alighieri', 'Avarice, envy, pride,Three fatal sparks, have set the hearts of allOn Fire.');
INSERT INTO `fam_quotes` VALUES (2717, 'Dante Alighieri', 'Through me you pass into the city of woeThrough me you pass into eternal painThrough me among the people lost for aye.Justice the founder of my fabric movedTo rear me was the task of power divine,Supremest wisdom, and primeval love.Before me things create were none, save thingsEternal, and eternal I shall endure.All hope abandon, ye who enter here.');
INSERT INTO `fam_quotes` VALUES (2718, 'Dante Alighieri', 'For what is liberty but the unhampered translation of will into act');
INSERT INTO `fam_quotes` VALUES (2719, 'Dante Alighieri', 'There\'s not the least thing can be said or done, but people will talk and find fault.');
INSERT INTO `fam_quotes` VALUES (2720, 'Dante Alighieri', 'All hope abandon, ye who enter here');
INSERT INTO `fam_quotes` VALUES (2721, 'Dante Alighieri', 'A great flame follows a little spark.');
INSERT INTO `fam_quotes` VALUES (2722, 'Dante Alighieri', 'A fair request should be followed by the deed in silence.');
INSERT INTO `fam_quotes` VALUES (2723, 'Dante Alighieri', 'The experience of this sweet life. L\'esperienza de questa dolce vita.');
INSERT INTO `fam_quotes` VALUES (2724, 'Dante Alighieri', 'He listens well who takes notes.');
INSERT INTO `fam_quotes` VALUES (2725, 'Dante Alighieri', 'There is no greater sorrow Than to be mindful of the happy time In misery.');
INSERT INTO `fam_quotes` VALUES (2726, 'Dante Alighieri', 'Consider your origin you were not born to live like brutes, but to follow virtue and knowledge.');
INSERT INTO `fam_quotes` VALUES (2727, 'Dante Alighieri', 'If the present world go astray, the cause is in you, in you it is to be sought.');
INSERT INTO `fam_quotes` VALUES (2728, 'Dante Alighieri', 'In the middle of the journey of our life I came to myself within a dark wood where the straight way was lost.');
INSERT INTO `fam_quotes` VALUES (2729, 'Dante Alighieri', 'O human race born to fly upward, wherefore at a little wind dost thou fall.');
INSERT INTO `fam_quotes` VALUES (2730, 'John Barrymore', 'In Genesis, it says that it is not good for a man to be alone but sometimes it is a great relief.');
INSERT INTO `fam_quotes` VALUES (2731, 'John Barrymore', 'Happiness sneaks through a door you didn\'t know that you left open.');
INSERT INTO `fam_quotes` VALUES (2732, 'John Barrymore', 'America is the country where you buy a lifetime supply of aspirin for one dollar and use it up in two weeks.');
INSERT INTO `fam_quotes` VALUES (2733, 'John Barrymore', 'Die I should say not, dear fellow. No Barrymore would allow such a conventional thing to happen to him.');
INSERT INTO `fam_quotes` VALUES (2734, 'John Barrymore', 'Love is the delightful interval between meeting a beautiful girl and discovering that she looks like a haddock.');
INSERT INTO `fam_quotes` VALUES (2735, 'Jean Giraudoux', 'The flower is the poetry of reproduction. It is an example of the eternal seductiveness of life.');
INSERT INTO `fam_quotes` VALUES (2736, 'Jean Giraudoux', 'A golf course is the epitome of all that is transitory in the universe, a space not to dwell in, but to get over as quickly as possible.');
INSERT INTO `fam_quotes` VALUES (2737, 'Jean Giraudoux', 'Only the mediocre are always at their best.');
INSERT INTO `fam_quotes` VALUES (2738, 'Jean Giraudoux', 'The secret of success is sincerity. Once you can fake that you\'ve got it made.');
INSERT INTO `fam_quotes` VALUES (2739, 'Fats Domino', 'A lot of fellows nowadays have a B.A., M.D., or Ph.D. Unfortunately, they don\'t have a J.O.B.');
INSERT INTO `fam_quotes` VALUES (2740, 'William Gibson', 'Cyberspace A consensual hallucination experienced daily by billions of legitimate operators, in every nation.');
INSERT INTO `fam_quotes` VALUES (2741, 'William Gibson', 'The \'Net is a waste of time, and that\'s exactly what\'s right about it.');
INSERT INTO `fam_quotes` VALUES (2742, 'William Gibson', 'The future is here. It\'s just not widely distributed yet.');
INSERT INTO `fam_quotes` VALUES (2743, 'Theodore Rubin', 'The problem is not that there are problems. The problem is expecting otherwise and thinking that having problems is a problem.');
INSERT INTO `fam_quotes` VALUES (2744, 'Maurice Wilkes', 'As soon as we started programming, we found out to our surprise that it wasn\'t as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.');
INSERT INTO `fam_quotes` VALUES (2745, 'Geoffrey Cottrell', 'In America only the successful writer is important, in France all writers are important, in England no writer is important, and in Australia you have to explain what a writer is.');
INSERT INTO `fam_quotes` VALUES (2746, 'Napoleon Hill', 'The majority of men meet with failure because of their lack of persistence in creating new plans to take the place of those which fail.');
INSERT INTO `fam_quotes` VALUES (2747, 'Napoleon Hill', 'Effort only fully releases its reward after a person refuses to quit.');
INSERT INTO `fam_quotes` VALUES (2748, 'Cynthia Nelms', 'Nobody really cares if you\'re miserable, so you might as well be happy.');
INSERT INTO `fam_quotes` VALUES (2749, 'H. Jackson Brown Jr.', 'Sometimes the heart sees what is invisible to the eye.');
INSERT INTO `fam_quotes` VALUES (2750, 'H. Jackson Brown Jr.', 'Find a job you like and you add five days to every week.');
INSERT INTO `fam_quotes` VALUES (2751, 'H. Jackson Brown Jr.', 'People take different roads seeking fulfillment and happiness. Just because they\'re not on your road doesn\'t mean they\'ve gotten lost.');
INSERT INTO `fam_quotes` VALUES (2752, 'H. Jackson Brown Jr.', 'Our character is what we do when we think no one is looking.');
INSERT INTO `fam_quotes` VALUES (2753, 'H. Jackson Brown Jr.', 'When you hear a kind word spoken about a friend, tell him so.');
INSERT INTO `fam_quotes` VALUES (2754, 'H. Jackson Brown Jr.', 'Believe in miracles but don\'t depend on them.');
INSERT INTO `fam_quotes` VALUES (2755, 'H. Jackson Brown Jr.', 'Live so that when your children think of fairness and integrity, They think of you.');
INSERT INTO `fam_quotes` VALUES (2756, 'H. Jackson Brown Jr.', 'Never make fun of someone who speaks broken English. It means they know another language.');
INSERT INTO `fam_quotes` VALUES (2757, 'Emily Dickinson', 'If I can stop one heart from breaking, I shall not live in vain.');
INSERT INTO `fam_quotes` VALUES (2758, 'Emily Dickinson', 'Because I could not stop for Death -- He kindly stopped for me -- The carriage held but just ourselvesAnd immortality.');
INSERT INTO `fam_quotes` VALUES (2759, 'Emily Dickinson', 'Anger as soon as fed is dead- \'Tis starving makes it fat.');
INSERT INTO `fam_quotes` VALUES (2760, 'Emily Dickinson', 'We turn not older with years, but newer every day.');
INSERT INTO `fam_quotes` VALUES (2761, 'Emily Dickinson', 'My friends are my estate.');
INSERT INTO `fam_quotes` VALUES (2762, 'Emily Dickinson', 'I hope you love birds too. It is economical. It saves going to heaven.');
INSERT INTO `fam_quotes` VALUES (2763, 'Emily Dickinson', 'They say that God is everywhere, and yet we always think of Him as somewhat of a recluse.');
INSERT INTO `fam_quotes` VALUES (2764, 'Emily Dickinson', 'Hope is the thing with feathers That perches in the soul. And sings the tune Without the words, and never stops at all.');
INSERT INTO `fam_quotes` VALUES (2765, 'Emily Dickinson', 'I dwell in possibility...');
INSERT INTO `fam_quotes` VALUES (2766, 'Emily Dickinson', 'There\'s a certain Slant of light, Winter Afternoons-- That oppresses, like the Heft Of Cathedral Tunes--');
INSERT INTO `fam_quotes` VALUES (2767, 'Emily Dickinson', 'Success is counted sweetest by those who ne\'er succeed.');
INSERT INTO `fam_quotes` VALUES (2768, 'Emily Dickinson', 'A little Madness in the Spring Is wholesome even for the King.');
INSERT INTO `fam_quotes` VALUES (2769, 'Kahlil Gibran', 'Advance, and never halt, for advancing is perfection. Advance and do not fear the thorns in the path, for they draw only corrupt blood.');
INSERT INTO `fam_quotes` VALUES (2770, 'Kahlil Gibran', 'Yesterday we obeyed kings and bent our necks before emperors. But today we kneel only to truth, follow only beauty, and obey only love.');
INSERT INTO `fam_quotes` VALUES (2771, 'Kahlil Gibran', 'Cast aside those who liken godliness to whimsy and who try to combine their greed for wealth with their desire for a happy afterlife.');
INSERT INTO `fam_quotes` VALUES (2772, 'Kahlil Gibran', 'Hallow the body as a temple to comeliness and sanctify the heart as a sacrifice to love love recompenses the adorers.');
INSERT INTO `fam_quotes` VALUES (2773, 'Kahlil Gibran', 'Life without liberty is like a body without spirit.');
INSERT INTO `fam_quotes` VALUES (2774, 'Kahlil Gibran', 'Generosity is not giving me that which I need more than you do, but it is giving me that which you need more than I do.');
INSERT INTO `fam_quotes` VALUES (2775, 'Kahlil Gibran', 'You are the bows from which your children as living arrows are sent forth.');
INSERT INTO `fam_quotes` VALUES (2776, 'Kahlil Gibran', 'We were a silent, hidden thought in the folds of oblivion, and we have become a voice that causes the heavens to tremble.');
INSERT INTO `fam_quotes` VALUES (2777, 'Kahlil Gibran', 'Safeguarding the rights of others is the most noble and beautiful end of a human being.');
INSERT INTO `fam_quotes` VALUES (2778, 'Kahlil Gibran', 'Knowledge cultivates your seeds and does not sow in you seeds.');
INSERT INTO `fam_quotes` VALUES (2779, 'Kahlil Gibran', 'Art is a step from what is obvious and well-known toward what is arcane and concealed.');
INSERT INTO `fam_quotes` VALUES (2780, 'Kahlil Gibran', 'Rebellion without truth is like spring in a bleak, arid desert.');
INSERT INTO `fam_quotes` VALUES (2781, 'Kahlil Gibran', 'Nor shall derision prove powerful against those who listen to humanity or those who follow in the footsteps of divinity, for they shall live forever. Forever.');
INSERT INTO `fam_quotes` VALUES (2782, 'Kahlil Gibran', 'All that spirits desire, spirits attain.');
INSERT INTO `fam_quotes` VALUES (2783, 'Kahlil Gibran', 'Wisdom stands at the turn in the road and calls upon us publicly, but we consider it false and despise its adherents.');
INSERT INTO `fam_quotes` VALUES (2784, 'Kahlil Gibran', 'Would that I were a dry well, and that the people tossed stones into me, for that would be easier than to be a spring of flowing water that the thirsty pass by, and from which they avoid drinking.');
INSERT INTO `fam_quotes` VALUES (2785, 'Kahlil Gibran', 'I wash my hands of those who imagine chattering to be knowledge, silence to be ignorance, and affection to be art.');
INSERT INTO `fam_quotes` VALUES (2786, 'Kahlil Gibran', 'I love you when you bow in your mosque, kneel in your temple, pray in your church. For you and I are sons of one religion, and it is the spirit.');
INSERT INTO `fam_quotes` VALUES (2787, 'Kahlil Gibran', 'If my survival caused another to perish, then death would be sweeter and more beloved.');
INSERT INTO `fam_quotes` VALUES (2788, 'Kahlil Gibran', 'Zeal is a volcano, the peak of which the grass of indecisiveness does not grow.');
INSERT INTO `fam_quotes` VALUES (2789, 'Kahlil Gibran', 'Poverty is a veil that obscures the face of greatness. An appeal is a mask covering the face of tribulation.');
INSERT INTO `fam_quotes` VALUES (2790, 'Kahlil Gibran', 'Where is the justice of political power if it executes the murderer and jails the plunderer, and then itself marches upon neighboring lands, killing thousands and pillaging the very hills');
INSERT INTO `fam_quotes` VALUES (2791, 'Kahlil Gibran', 'Life without love is like a tree without blossoms or fruit.');
INSERT INTO `fam_quotes` VALUES (2792, 'Kahlil Gibran', 'What do the nationalists say about killers punishing murderers and thieves sentencing looters');
INSERT INTO `fam_quotes` VALUES (2793, 'Kahlil Gibran', 'Knowledge of the self is the mother of all knowledge. So it is incumbent on me to know my self, to know it completely, to know its minutiae, its characteristics, its subtleties, and its very atoms.');
INSERT INTO `fam_quotes` VALUES (2794, 'Kahlil Gibran', 'Pain and foolishness lead to great bliss and complete knowledge, for Eternal Wisdom created nothing under the sun in vain.');
INSERT INTO `fam_quotes` VALUES (2795, 'Kahlil Gibran', 'If the grandfather of the grandfather of Jesus had known what was hidden within him, he would have stood humble and awe-struck before his soul.');
INSERT INTO `fam_quotes` VALUES (2796, 'Kahlil Gibran', 'We choose our joys and sorrows long before we experience them.');
INSERT INTO `fam_quotes` VALUES (2797, 'Kahlil Gibran', 'They consider me to have sharp and penetrating vision because I see them through the mesh of a sieve.');
INSERT INTO `fam_quotes` VALUES (2798, 'Kahlil Gibran', 'Time has been transformed, and we have changed it has advanced and set us in motion it has unveiled its face, inspiring us with bewilderment and exhilaration.');
INSERT INTO `fam_quotes` VALUES (2799, 'Kahlil Gibran', 'I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind yet strange, I am ungrateful to these teachers.');
INSERT INTO `fam_quotes` VALUES (2800, 'Kahlil Gibran', 'Work is love made visible. And if you cannot work with love but only with distaste, it is better that you should leave your work and sit at the gate of the temple and take alms of those who work with joy.');
INSERT INTO `fam_quotes` VALUES (2801, 'Kahlil Gibran', 'What is this world that is hastening me toward I know not what, viewing me with contempt');
INSERT INTO `fam_quotes` VALUES (2802, 'Kahlil Gibran', 'The eye of a human being is a microscope, which makes the world seem bigger than it really is.');
INSERT INTO `fam_quotes` VALUES (2803, 'Kahlil Gibran', 'I existed from all eternity and, behold, I am here and I shall exist till the end of time, for my being has no end.');
INSERT INTO `fam_quotes` VALUES (2804, 'Kahlil Gibran', 'Death most resembles a prophet who is without honor in his own land or a poet who is a stranger among his people.');
INSERT INTO `fam_quotes` VALUES (2805, 'Kahlil Gibran', 'What difference is there between us, save a restless dream that follows my soul but fears to come near you');
INSERT INTO `fam_quotes` VALUES (2806, 'Kahlil Gibran', 'A poet is a bird of unearthly excellence, who escapes from his celestial realm arrives in this world warbling. If we do not cherish him, he spreads his wings and flies back into his homeland.');
INSERT INTO `fam_quotes` VALUES (2807, 'Kahlil Gibran', 'Progress lies not in enhancing what is, but in advancing toward what will be.');
INSERT INTO `fam_quotes` VALUES (2808, 'Kahlil Gibran', 'The tears that you spill, the sorrowful, are sweeter than the laughter of snobs and the guffaws of scoffers.');
INSERT INTO `fam_quotes` VALUES (2809, 'Kahlil Gibran', 'Coming generations will learn equality from poverty, and love from woes.');
INSERT INTO `fam_quotes` VALUES (2810, 'Kahlil Gibran', 'The person you consider ignorant and insignificant is the one who came from God, that he might learn bliss from grief and knowledge from gloom.');
INSERT INTO `fam_quotes` VALUES (2811, 'Kahlil Gibran', 'The light of the stars that were extinguished ages ago still reaches us. So is it with great men who died centuries ago, but still reach us with the radiations of their personality.');
INSERT INTO `fam_quotes` VALUES (2812, 'Kahlil Gibran', 'Keep me away from the wisdom that does not cry, the philosophy which does not laugh and the greatness which does not bow before children.');
INSERT INTO `fam_quotes` VALUES (2813, 'Kahlil Gibran', 'If you reveal your secrets to the wind you should not blame the wind for revealing them to the trees.');
INSERT INTO `fam_quotes` VALUES (2814, 'Kahlil Gibran', 'Art arises when the secret vision of the artist and the manefestation of nature agree to find new shapes.');
INSERT INTO `fam_quotes` VALUES (2815, 'Kahlil Gibran', 'The optimist sees the rose and not its thorns the pessimist stares at the thorns, oblivious to the rose.');
INSERT INTO `fam_quotes` VALUES (2816, 'Kahlil Gibran', 'Ever has it been that love knows not its own depth until the hour of separation.');
INSERT INTO `fam_quotes` VALUES (2817, 'Kahlil Gibran', 'Perplexity is the beginning of knowledge.');
INSERT INTO `fam_quotes` VALUES (2818, 'Kahlil Gibran', 'The timeless in you is aware of life\'s timelessness and knows that yesterday is but today\'s memory and tomorrow is today\'s dream.');
INSERT INTO `fam_quotes` VALUES (2819, 'Kahlil Gibran', 'The deeper that sorrow carves into your being, the more joy you can contain.');
INSERT INTO `fam_quotes` VALUES (2820, 'Kahlil Gibran', 'When you are sorrowful look again in your heart, and you shall see that in truth you are weeping for that which has been your delight.');
INSERT INTO `fam_quotes` VALUES (2821, 'Kahlil Gibran', 'When we turn to one another for counsel we reduce the number of our enemies.');
INSERT INTO `fam_quotes` VALUES (2822, 'Kahlil Gibran', 'Your pain is the breaking of the shell that encloses your understanding. Even as the stone of the fruit must break, that its heart may stand in the sun, so must you know pain.');
INSERT INTO `fam_quotes` VALUES (2823, 'Kahlil Gibran', 'A man\'s true wealth is the good he does in the world. Beauty is eternity gazing at itself in a mirror. But you are eternity and you are the mirror.');
INSERT INTO `fam_quotes` VALUES (2824, 'Kahlil Gibran', 'The giving and receiving of pleasure is a need and an ecstasy.');
INSERT INTO `fam_quotes` VALUES (2825, 'Kahlil Gibran', 'It is wrong to think that love comes from long companionship and persevering courtship. Love is the offspring of spiritual affinity and unless that affinity is created in a moment, it will not be created for years or even generations.');
INSERT INTO `fam_quotes` VALUES (2826, 'Kahlil Gibran', 'You see but your shadow when you turn your back to the sun.');
INSERT INTO `fam_quotes` VALUES (2827, 'Kahlil Gibran', 'Generosity is giving more than you can, and pride is taking less than you need.');
INSERT INTO `fam_quotes` VALUES (2828, 'Kahlil Gibran', 'I am indeed rich, since my income is superior to my expense, and my expense is equal to my wishes.');
INSERT INTO `fam_quotes` VALUES (2829, 'Kahlil Gibran', 'You give but little when you give of your possessions. It is when you give of yourself that you truly give.');
INSERT INTO `fam_quotes` VALUES (2830, 'Kahlil Gibran', 'When you work you fulfil a part of earth\'s furthest dream, assigned to you when that dream was born. And in keeping yourself with labour you are in truth loving life, And to love life through labour is to be intimate with life\'s inmost secret.');
INSERT INTO `fam_quotes` VALUES (2831, 'Kahlil Gibran', 'In the depth of my soul there is a wordless song.');
INSERT INTO `fam_quotes` VALUES (2832, 'Kahlil Gibran', 'Love has no other desire but to fulfill itself. To melt and be like a running brook that sings its melody to the night. To wake at dawn with a winged heart and give thanks for another day of loving.');
INSERT INTO `fam_quotes` VALUES (2833, 'Kahlil Gibran', 'If you cannot work with love but only with distaste, it is better that you should leave your work.');
INSERT INTO `fam_quotes` VALUES (2834, 'Kahlil Gibran', 'Many a doctrine is like a window pane. We see truth through it but it divides us from truth.');
INSERT INTO `fam_quotes` VALUES (2835, 'Kahlil Gibran', 'Poetry is a deal of joy and pain and wonder, with a dash of the dictionary.');
INSERT INTO `fam_quotes` VALUES (2836, 'Kahlil Gibran', 'Sadness is but a wall between two gardens.');
INSERT INTO `fam_quotes` VALUES (2837, 'Kahlil Gibran', 'To be able to look back upon ones life in satisfaction, is to live twice.');
INSERT INTO `fam_quotes` VALUES (2838, 'Kahlil Gibran', 'My friends and my road-fellows, pity the nation that is full of beliefs and empty of religion. Pity the nation that wears a cloth it does not weave, eats a bread it does not harvest, and drinks a wine that flows not from its own winepress. Pity the nation that acclaims the bully as hero, and that deems the glittering conqueror bountiful. Pity the nation that raises not its voice save when it walks in a funeral, boasts not except among its ruins, and will rebel not save when its neck is laid between the sword and the block. Pity the nation whose statesman is a fox, whose philosopher is a juggler, and whose art is the art of patching and mimicking. Pity the nation that welcomes its new ruler with trumpetings, and farewells him with hootings, only to welcome another with trumpetings again. Pity the nation divided into fragments, each fragment deeming itself a nation.');
INSERT INTO `fam_quotes` VALUES (2839, 'Kahlil Gibran', 'Yesterday is but today\'s memory, and tomorrow is today\'s dream.');
INSERT INTO `fam_quotes` VALUES (2840, 'Kahlil Gibran', 'Music is the language of the spirit. It opens the secret of life bringing peace, abolishing strife.');
INSERT INTO `fam_quotes` VALUES (2841, 'Kahlil Gibran', 'He who has not looked on Sorrow will never see Joy.');
INSERT INTO `fam_quotes` VALUES (2842, 'Kahlil Gibran', 'In one drop of water are found all the secrets of all the oceans.');
INSERT INTO `fam_quotes` VALUES (2843, 'Kahlil Gibran', 'Your children are not your children. They are the sons and daughters of Life\'s longing for itself... You may house their bodies but not their souls, for their souls dwell in the house of tomorrow, which you cannot visit, not even in your dreams.');
INSERT INTO `fam_quotes` VALUES (2844, 'Kahlil Gibran', 'Friendship is always a sweet responsibility never an opportunity.');
INSERT INTO `fam_quotes` VALUES (2845, 'Kahlil Gibran', 'Half of what I say is meaningless but I say it so that the other half may reach you.');
INSERT INTO `fam_quotes` VALUES (2846, 'Kahlil Gibran', 'Of life\'s two chief prizes, beauty and truth, I found the first in a loving heart and the second in a laborer\'s hand.');
INSERT INTO `fam_quotes` VALUES (2847, 'Kahlil Gibran', 'Enthusiasm is a volcano on whose top never grows the grass of hesitation.');
INSERT INTO `fam_quotes` VALUES (2848, 'Kahlil Gibran', 'Education sows not seeds in you, but makes your seeds grow.');
INSERT INTO `fam_quotes` VALUES (2849, 'Kahlil Gibran', 'Tenderness and kindness are not signs of weakness and despair, but manifestations of strength and resolution.');
INSERT INTO `fam_quotes` VALUES (2850, 'Kahlil Gibran', 'You progress not through improving what has been done, but reaching toward what has yet to be done.');
INSERT INTO `fam_quotes` VALUES (2851, 'Kahlil Gibran', 'God made Truth with many doors to welcome every believer who knocks on them.');
INSERT INTO `fam_quotes` VALUES (2852, 'Kahlil Gibran', 'Oh, heart, I the ignorant say to you that the soul perishes like the body, answer that the flower perishes, but the seeds remain. This is the law of God.');
INSERT INTO `fam_quotes` VALUES (2853, 'Kahlil Gibran', 'Fear of the devil is one way of doubting God.');
INSERT INTO `fam_quotes` VALUES (2854, 'Kahlil Gibran', 'No lower can a man descend than to interpret his dreams into gold and silver.');
INSERT INTO `fam_quotes` VALUES (2855, 'Kahlil Gibran', 'Forget not that the earth delights to feel your bare feet and the winds long to play with your hair.');
INSERT INTO `fam_quotes` VALUES (2856, 'Kahlil Gibran', 'I prefer to be a dreamer among the humblest, with visions to be realized, than lord among those without dreams and desires.');
INSERT INTO `fam_quotes` VALUES (2857, 'Kahlil Gibran', 'If you are poor, shun association with him who measures men with the yardstick of riches.');
INSERT INTO `fam_quotes` VALUES (2858, 'Kahlil Gibran', 'As one\'s gifts increase, his friends decrease.');
INSERT INTO `fam_quotes` VALUES (2859, 'Kahlil Gibran', 'Where can I find a man governed by reason instead of habits and urges');
INSERT INTO `fam_quotes` VALUES (2860, 'Kahlil Gibran', 'Doubt is a pain too lonely to know that faith is his twin brother.');
INSERT INTO `fam_quotes` VALUES (2861, 'Kahlil Gibran', 'Life can only be understood backwards but it must be lived forwards.');
INSERT INTO `fam_quotes` VALUES (2862, 'Kahlil Gibran', 'When you have solved all the mysteries of life you long for death, for it is but another mystery of life.');
INSERT INTO `fam_quotes` VALUES (2863, 'Kahlil Gibran', 'To be closer to God, be closer to people.');
INSERT INTO `fam_quotes` VALUES (2864, 'Kahlil Gibran', 'God has placed in each soul an apostle to lead us upon the illumined path. Yet many seek life from without, unaware that is within them.');
INSERT INTO `fam_quotes` VALUES (2865, 'Kahlil Gibran', 'During the first period of a man\'s life the greatest danger is not to take the risk. When once the risk has really been taken, then the greatest danger is to risk too much.');
INSERT INTO `fam_quotes` VALUES (2866, 'Kahlil Gibran', 'The reality of the other person lies not in what he reveals to you but in what he cannot reveal to you. Therefore, if you would understand him, listen not to what he says but rather to what he does not say.');
INSERT INTO `fam_quotes` VALUES (2867, 'Kahlil Gibran', 'Let there be spaces in your togetherness.');
INSERT INTO `fam_quotes` VALUES (2868, 'Kahlil Gibran', 'To realize that prophecy in the people is like fruit in the tree is to know the unity of life.');
INSERT INTO `fam_quotes` VALUES (2869, 'Kahlil Gibran', 'Wailing and lamentation befit those who stand before the throne of life and depart without leaving in its hands a drop of the sweat of their brows or the blood of their hearts.');
INSERT INTO `fam_quotes` VALUES (2870, 'Kahlil Gibran', 'The truly religious man does not embrace a religion and he who embraces one has no religion.');
INSERT INTO `fam_quotes` VALUES (2871, 'Kahlil Gibran', 'The most solid stone in the structure is the lowest one in the foundation.');
INSERT INTO `fam_quotes` VALUES (2872, 'Kahlil Gibran', 'Our worst fault is our preoccupation with the faults of others.');
INSERT INTO `fam_quotes` VALUES (2873, 'Kahlil Gibran', 'History does not repeat itself except in the minds of those who do not know history.');
INSERT INTO `fam_quotes` VALUES (2874, 'Kahlil Gibran', 'The bird has an honor that man does not have. Man lives in the traps of his abdicated laws and traditions but the birds live according to the natural law of God who causes the earth to turn around the sun.');
INSERT INTO `fam_quotes` VALUES (2875, 'Kahlil Gibran', 'Faith, is a knowledge within the heart, beyond the reach of proof.');
INSERT INTO `fam_quotes` VALUES (2876, 'Kahlil Gibran', 'Man merely discovers\' he never can and never will invent.');
INSERT INTO `fam_quotes` VALUES (2877, 'Kahlil Gibran', 'To understand the heart and mind of a person, look not at what he has already achieved, but at what he aspires to do.');
INSERT INTO `fam_quotes` VALUES (2878, 'Kahlil Gibran', 'The best of men is he who blushes when you praise him and remains silent when you defame him.');
INSERT INTO `fam_quotes` VALUES (2879, 'Kahlil Gibran', 'He who requires urging to do a noble act will never accomplish it.');
INSERT INTO `fam_quotes` VALUES (2880, 'Kahlil Gibran', 'We fear death, yet we long for slumber and beautiful dreams.');
INSERT INTO `fam_quotes` VALUES (2881, 'Kahlil Gibran', 'Your confidence in the people, and your doubt about them, are closely related to your self-confidence and your self-doubt.');
INSERT INTO `fam_quotes` VALUES (2882, 'Kahlil Gibran', 'In battling evil, excess is good for he who is moderate in announcing the truth is presenting half-truth. He conceals the other half out of fear of the people\'s wrath.');
INSERT INTO `fam_quotes` VALUES (2883, 'Kahlil Gibran', 'Say not, \'I have found the truth,\' but rather, \'I have found a truth.\'');
INSERT INTO `fam_quotes` VALUES (2884, 'Kahlil Gibran', 'It is well to give when asked but it is better to give unasked, through understanding.');
INSERT INTO `fam_quotes` VALUES (2885, 'Kahlil Gibran', 'It is well to give when asked, but it is better to give unasked, through understanding.');
INSERT INTO `fam_quotes` VALUES (2886, 'Kahlil Gibran', 'If indeed you must be candid, be candid beautifully.');
INSERT INTO `fam_quotes` VALUES (2887, 'G. W. F. Hegel', 'Nothing great in the world has ever been accomplished without passion.');
INSERT INTO `fam_quotes` VALUES (2888, 'Sir Arthur Eddington', 'If an army of monkeys were strumming on typewriters, they might write all the books in the British Museum.');
INSERT INTO `fam_quotes` VALUES (2889, 'Sir Arthur Eddington', 'It is impossible to trap modern physics into predicting anything with perfect determinism because it deals with probabilities from the outset.');
INSERT INTO `fam_quotes` VALUES (2890, 'Sir Arthur Eddington', 'I ask you to look both ways. For the road to a knowledge of the stars leads through the atom and important knowledge of the atom has been reached through the stars.');
INSERT INTO `fam_quotes` VALUES (2891, 'Sir Arthur Eddington', 'Proof is the idol before whom the pure mathematician tortures himself.');
INSERT INTO `fam_quotes` VALUES (2892, 'Sir Arthur Eddington', 'Something unknown is doing we don\'t know what.');
INSERT INTO `fam_quotes` VALUES (2893, 'Sir Arthur Eddington', 'We have found a strange footprint on the shores of the unknown. We have devised profound theories, one after another, to account for its origins. At last, we have succeeded in reconstructing the creature that made the footprint. And lo It is our own.');
INSERT INTO `fam_quotes` VALUES (2894, 'Sir Arthur Eddington', 'We are bits of stellar matter that got cold by accident, bits of a star gone wrong.');
INSERT INTO `fam_quotes` VALUES (2895, 'Sir Arthur Eddington', 'We used to think that if we knew one, we knew two, because one and one are two. We are finding that we must learn a great deal more about \'and\'.');
INSERT INTO `fam_quotes` VALUES (2896, 'Sir Arthur Eddington', 'Science is one thing, wisdom is another. Science is an edged tool, with which men play like children, and cut their own fingers.');
INSERT INTO `fam_quotes` VALUES (2897, 'Sir Arthur Eddington', 'For the truth of the conclusions of physical science, observation is the supreme Court of Appeal. It does not follow that every item which we confidently accept as physical knowledge has actually been certified by the Court our confidence is that it would be certified by the Court if it were submitted. But it does follow that every item of physical knowledge is of a form which might be submitted to the Court. It must be such that we can specify (although it may be impracticable to carry out) an observational procedure which would decide whether it is true or not. Clearly a statement cannot be tested by observation unless it is an assertion about the results of observation. Every item of physical knowledge must therefore be an assertion of what has been or would be the result of carrying out a specified observational procedure.');
INSERT INTO `fam_quotes` VALUES (2898, 'Sir Arthur Eddington', 'Not only is the universe stranger than we imagine, it is stranger than we can imagine.');
INSERT INTO `fam_quotes` VALUES (2899, 'Sir Arthur Eddington', 'The mathematics is not there till we put it there.');
INSERT INTO `fam_quotes` VALUES (2900, 'Keven Kwaku', 'Information Superhighway is really an acronym for \'Interactive Network For Organizing, Retrieving, Manipulating, Accessing And Transferring Information On National Systems, Unleashing Practically Every Rebellious Human Intelligence, Gratifying Hackers, Wiseacres, And Yahoos\'.');
INSERT INTO `fam_quotes` VALUES (2901, 'Charles H. Duell', 'Everything that can be invented, has been invented.');
INSERT INTO `fam_quotes` VALUES (2902, 'George Orwell', 'Society has always seemed to demand a little more from human beings than it will get in practice.');
INSERT INTO `fam_quotes` VALUES (2903, 'George Orwell', 'He who controls the past commands the future. He who commands the future conquers the past.');
INSERT INTO `fam_quotes` VALUES (2904, 'George Orwell', 'For the ordinary man is passive. Within a narrow circle (home life, and perhaps the trade unions or local politics) he feels himself master of his fate, but against major events he is as helpless as against the elements. So far from endeavouring to influence the future, he simply lies down and lets things happen to him.');
INSERT INTO `fam_quotes` VALUES (2905, 'George Orwell', 'Part of the reason for the ugliness of adults, in a child\'s eyes, is that the child is usually looking upwards, and few faces are at their best when seen from below.');
INSERT INTO `fam_quotes` VALUES (2906, 'George Orwell', 'The essence of being human is that one does not seek perfection  that one is prepared in the end to be defeated and broken up by life, which is the inevitable price of fastening one\'s love upon other human individuals.');
INSERT INTO `fam_quotes` VALUES (2907, 'George Orwell', 'The aim of a joke is not to degrade the human being but to remind him that he is already degraded.');
INSERT INTO `fam_quotes` VALUES (2908, 'George Orwell', 'Anyone who challenges the prevailing orthodoxy finds himself silenced with surprising effectiveness. A genuinely unfashionable opinion is almost never given a fair hearing.');
INSERT INTO `fam_quotes` VALUES (2909, 'George Orwell', '...Two and two are four. Sometimes, Winston. Sometimes they are five. Sometimes they are three. Sometimes they are all of them at once. You must try harder. It is not easy to become sane.');
INSERT INTO `fam_quotes` VALUES (2910, 'George Orwell', 'Who controls the past controls the future. Who controls the present controls the past.');
INSERT INTO `fam_quotes` VALUES (2911, 'George Orwell', 'It is a commonplace that the history of civilisation is largely the history of weapons. In particular, the connection between the discovery of gunpowder and the overthrow of feudalism by the bourgeoisie has been pointed out over and over again. And though I have no doubt exceptions can be brought forward, I think the following rule would be found to be generally true that ages in which the dominant weapon is expensive or difficult to make will be ages of despotism, whereas when the dominant weapon is cheap and simple, the common people have a chance. Thus, for example, tanks, battleships and bombing planes are inherently tyrannical weapons, while rifles, muskets, long-bows and hand-grenades are inherently democratic weapons. A complex weapon makes the strong stronger, while a simple weapon --so long as there is no answer to it-- gives claws to the weak.');
INSERT INTO `fam_quotes` VALUES (2912, 'George Orwell', 'Enlightened people seldom or never possess a sense of responsibility.');
INSERT INTO `fam_quotes` VALUES (2913, 'George Orwell', 'On the whole human beings want to be good, but not too good, and not quite all the time.');
INSERT INTO `fam_quotes` VALUES (2914, 'George Orwell', 'Doublethink means the power of holding two contradictory beliefs in one\'s mind simultaneously, and accepting both of them.');
INSERT INTO `fam_quotes` VALUES (2915, 'George Orwell', 'Orthodoxy is Unconsciousness.');
INSERT INTO `fam_quotes` VALUES (2916, 'George Orwell', 'People sleep peacably in their beds at night only because rough men stand ready to do violence on their behalf.');
INSERT INTO `fam_quotes` VALUES (2917, 'George Orwell', 'To see what is in front of one\'s nose needs a constant struggle.');
INSERT INTO `fam_quotes` VALUES (2918, 'George Orwell', 'All animals are equal but some animals are more equal than others.');
INSERT INTO `fam_quotes` VALUES (2919, 'George Orwell', 'The quickest way of ending a war is to lose it.');
INSERT INTO `fam_quotes` VALUES (2920, 'George Orwell', 'Every generation imagines itself to be more intelligent than the one that went before it, and wiser than the one that comes after it.');
INSERT INTO `fam_quotes` VALUES (2921, 'Jacob Getlar Smith', 'The artist should be a seeing-eye dog for a myopic civilization.');
INSERT INTO `fam_quotes` VALUES (2922, 'Finley Peter Dunne', 'Th\' newspaper does ivrything f\'r us. It runs th\' polis foorce an\' th\' banks, commands th\' milishy, controls th\'ligislachure, baptizes th\' young, marries th\' foolish, comforts th\' afflicted, afflicts th\' comfortable, buries th\' dead an\' roasts thim aftherward.');
INSERT INTO `fam_quotes` VALUES (2923, 'Finley Peter Dunne', 'The past always looks better than it was. It\'s only pleasant because it isn\'t here.');
INSERT INTO `fam_quotes` VALUES (2924, 'Finley Peter Dunne', 'Many a man that couldn\'t direct you to the drug store on the corner when he was 3 will get a respectful hearing when age has further impaired his mind.');
INSERT INTO `fam_quotes` VALUES (2925, 'Herman Melville', 'We cannot live only for ourselves. A thousand fibers connect us with our fellow men.');
INSERT INTO `fam_quotes` VALUES (2926, 'Herman Melville', 'There are certain queer times and occasions in this strange mixed affair we call life when a man takes the whole universe for a vast practical joke.');
INSERT INTO `fam_quotes` VALUES (2927, 'Herman Melville', 'We cannot live only for ourselves. A thousand fibers connect us with our fellow men and among those fibers, as sympathetic threads, our actions run as causes, and they come back to us as effects.');
INSERT INTO `fam_quotes` VALUES (2928, 'Herman Melville', 'It is better to fail in originality than to succeed in imitation.');
INSERT INTO `fam_quotes` VALUES (2929, 'Herman Melville', 'Life\'s a voyage that\'s homeward bound.');
INSERT INTO `fam_quotes` VALUES (2930, 'Herman Melville', 'A man thinks that by mouthing hard words he understands hard things.');
INSERT INTO `fam_quotes` VALUES (2931, 'Herman Melville', 'Of all the preposterous assumptions of humanity over humanity, nothing exceeds most of the criticisms made on the habits of the poor by the well-housed, well- warmed, and well-fed.');
INSERT INTO `fam_quotes` VALUES (2932, 'Norman Mailer', 'The function of socialism is to raise suffering to a higher level.');
INSERT INTO `fam_quotes` VALUES (2933, 'Norman Mailer', 'There was that law of life, so cruel and so just, that one must grow or else pay more for remaining the same.');
INSERT INTO `fam_quotes` VALUES (2934, 'Norman Mailer', 'Every moment of one\'s existence one is growing into more or retreating into less. One is always living a little more or dying a little bit.');
INSERT INTO `fam_quotes` VALUES (2935, 'Norman Mailer', 'People move forward into the future out of the way they comprehend the past. When we don\'t understand something in our past, we are therefore crippled.');
INSERT INTO `fam_quotes` VALUES (2936, 'Norman Mailer', 'Once a newspaper touches a story, the facts are lost forever, even to the protagonists.');
INSERT INTO `fam_quotes` VALUES (2937, 'Norman Mailer', 'Every moment of one\'s existence one is growing into more or retreating into less.');
INSERT INTO `fam_quotes` VALUES (2938, 'Norman Mailer', 'One thing I\'ve learned in all these years is not to make love when you really don\'t feel it there\'s probably nothing worse you can do to yourself than that.');
INSERT INTO `fam_quotes` VALUES (2939, 'Ethel Barrymore', 'For an actress to be a success, she must have the face of a Venus, the brains of a Minerva, the grace of Terpsichore, the memory of a MaCaulay, the figure of Juno, and the hide of a rhinoceros.');
INSERT INTO `fam_quotes` VALUES (2940, 'Ethel Barrymore', 'You must learn day by day, year by year to broaden your horizon. The more things you love, the more you are interested in, the more you enjoy, the more you are indignant about, the more you have left when anything happens.');
INSERT INTO `fam_quotes` VALUES (2941, 'Ethel Barrymore', 'You grow up the day you have your first real laugh at yourself.');
INSERT INTO `fam_quotes` VALUES (2942, 'Dan Cook', 'The opera isn\'t over till the fat lady sings.');
INSERT INTO `fam_quotes` VALUES (2943, 'Benjamin Disraeli', 'We are all born for love. It is the principle of existence, and its only end.');
INSERT INTO `fam_quotes` VALUES (2944, 'Benjamin Disraeli', 'Nurture your mind with great thoughts.');
INSERT INTO `fam_quotes` VALUES (2945, 'Benjamin Disraeli', 'Action may not always bring happiness but there is no happiness without action.');
INSERT INTO `fam_quotes` VALUES (2946, 'Benjamin Disraeli', 'A man who loses his money, gains, at the least, experience, and sometimes, something better.');
INSERT INTO `fam_quotes` VALUES (2947, 'Benjamin Disraeli', 'Time is precious, but truth is more precious than time.');
INSERT INTO `fam_quotes` VALUES (2948, 'Benjamin Disraeli', 'Knowledge must be gained by ourselves. Mankind may supply us with the facts but the results, even if they agree with previous ones, must be the work of our mind.');
INSERT INTO `fam_quotes` VALUES (2949, 'Benjamin Disraeli', 'Courage is fire, and bullying is smoke.');
INSERT INTO `fam_quotes` VALUES (2950, 'Benjamin Disraeli', 'Never complain and never explain.');
INSERT INTO `fam_quotes` VALUES (2951, 'Benjamin Disraeli', 'Like all great travellers, I have seen more than I remember, and remember more than I have seen.');
INSERT INTO `fam_quotes` VALUES (2952, 'Benjamin Disraeli', 'Mediocrity can talk but it is for genius to observe.');
INSERT INTO `fam_quotes` VALUES (2953, 'Benjamin Disraeli', 'We live in an age when to be young and indifferent can no longer be synonymous. We must prepare for the coming hour. The claims of the Future are represented by suffering millions and the Youth of a Nation are the trustees of Posterity.');
INSERT INTO `fam_quotes` VALUES (2954, 'Benjamin Disraeli', 'Conservatism discards Prescription, shrinks from Principle, disavows Progress having rejected all respect for antiquity, it offers no redress for the present, and makes no preparation for the future.');
INSERT INTO `fam_quotes` VALUES (2955, 'Benjamin Disraeli', 'Man is not the creature of circumstances. Circumstances are the creatures of men.');
INSERT INTO `fam_quotes` VALUES (2956, 'Benjamin Disraeli', 'Said Waldershare, \'Sensible men are all of the same religion.\' \'And pray what is that\' ... \'Sensible men never tell.\'');
INSERT INTO `fam_quotes` VALUES (2957, 'Benjamin Disraeli', 'The wisdom of the wise and the experience of the ages are perpetuated by quotations.');
INSERT INTO `fam_quotes` VALUES (2958, 'Benjamin Disraeli', 'The secret of success in life is for a man to be ready for his opportunity when it comes.');
INSERT INTO `fam_quotes` VALUES (2959, 'Benjamin Disraeli', 'He is a self-made man, very much in love with his creator.');
INSERT INTO `fam_quotes` VALUES (2960, 'Benjamin Disraeli', 'Change is inevitable. In a progressive country change is constant.');
INSERT INTO `fam_quotes` VALUES (2961, 'Benjamin Disraeli', 'Whenever is found what is called a paternal government, there is found state education. It has been discovered that the best way to ensure implicit obedience is to commence tyranny in the nursery.');
INSERT INTO `fam_quotes` VALUES (2962, 'Benjamin Disraeli', 'Nothing can resist the human will that will stake even its existence on its stated purpose.');
INSERT INTO `fam_quotes` VALUES (2963, 'Benjamin Disraeli', 'I must follow the people. Am I not their leader');
INSERT INTO `fam_quotes` VALUES (2964, 'Benjamin Disraeli', 'Assassination has never changed the history of the world.');
INSERT INTO `fam_quotes` VALUES (2965, 'Benjamin Disraeli', 'Every great decision creates ripples--like a huge boulder dropped in a lake. The ripples merge, rebound off the banks in unforseeable ways. The heavier the decision, the larger the waves, the more uncertain the consequences.');
INSERT INTO `fam_quotes` VALUES (2966, 'Benjamin Disraeli', 'The greatest good you can do for another is not just share your riches, but to reveal to him his own.');
INSERT INTO `fam_quotes` VALUES (2967, 'Benjamin Disraeli', 'Nurture your mind with great thoughts, For you will never go any higher that you think...');
INSERT INTO `fam_quotes` VALUES (2968, 'Benjamin Disraeli', 'Through perseverance many people win success out of what seemed destined to be certain failure.');
INSERT INTO `fam_quotes` VALUES (2969, 'Benjamin Disraeli', 'There are three kinds of lies lies, damned lies, and statistics.');
INSERT INTO `fam_quotes` VALUES (2970, 'Benjamin Disraeli', 'Desperation is sometimes as powerful an inspirer as genius.');
INSERT INTO `fam_quotes` VALUES (2971, 'Benjamin Disraeli', 'There is an art of reading, as well as an art of thinking, and an art of writing.');
INSERT INTO `fam_quotes` VALUES (2972, 'Benjamin Disraeli', 'Nurture your mind with great thoughts to believe in the heroic makes heroes.');
INSERT INTO `fam_quotes` VALUES (2973, 'Benjamin Disraeli', 'Little things affect little minds.');
INSERT INTO `fam_quotes` VALUES (2974, 'Benjamin Disraeli', 'To be conscious that you are ignorant is a great step to knowledge.');
INSERT INTO `fam_quotes` VALUES (2975, 'Benjamin Disraeli', 'Fear makes us feel our humanity.');
INSERT INTO `fam_quotes` VALUES (2976, 'Benjamin Disraeli', 'Man is a being born to believe. And if no church comes forward with its title-deeds of truth to guide him, he will find altars and idols in his own heart and his own imagination.');
INSERT INTO `fam_quotes` VALUES (2977, 'Benjamin Disraeli', 'Success is the child of audacity.');
INSERT INTO `fam_quotes` VALUES (2978, 'Benjamin Disraeli', 'The secret of success is constancy of purpose.');
INSERT INTO `fam_quotes` VALUES (2979, 'Benjamin Disraeli', 'Never apologize for showing feeling. When you do so, you apologize for truth.');
INSERT INTO `fam_quotes` VALUES (2980, 'Benjamin Disraeli', 'I never deny, I never contradict. I sometimes forget.');
INSERT INTO `fam_quotes` VALUES (2981, 'Benjamin Disraeli', 'As a rule, he or she who has the most information will have the greatest success in life.');
INSERT INTO `fam_quotes` VALUES (2982, 'Benjamin Disraeli', 'Sir, I say that justice is truth in action.');
INSERT INTO `fam_quotes` VALUES (2983, 'Benjamin Disraeli', 'Seeing much, suffering much, and studying much, are the three pillars of learning.');
INSERT INTO `fam_quotes` VALUES (2984, 'Benjamin Disraeli', 'It destroys one\'s nerves to be amiable everyday to the same human being.');
INSERT INTO `fam_quotes` VALUES (2985, 'Benjamin Disraeli', 'What we anticipate seldom occurs what we least expected generally happens.');
INSERT INTO `fam_quotes` VALUES (2986, 'Benjamin Disraeli', 'It is well-known what a middleman is he is a man who bamboozles one party and plunders the other.');
INSERT INTO `fam_quotes` VALUES (2987, 'Benjamin Disraeli', 'Youth is a blunder Manhood a struggle Old Age a regret.');
INSERT INTO `fam_quotes` VALUES (2988, 'Benjamin Disraeli', 'As a general rule the most successful man in life is the man who has the best information.');
INSERT INTO `fam_quotes` VALUES (2989, 'Benjamin Disraeli', 'Ignorance never settles a question.');
INSERT INTO `fam_quotes` VALUES (2990, 'Benjamin Disraeli', 'Grief is the agony of an instant, the indulgence of grief the blunder of a life.');
INSERT INTO `fam_quotes` VALUES (2991, 'Benjamin Disraeli', 'Great services are not canceled by one act or by one single error.');
INSERT INTO `fam_quotes` VALUES (2992, 'Benjamin Disraeli', 'I repeat...that all power is a trust that we are accountable for its exercise that from the people, and for the people all springs, and all must exist.');
INSERT INTO `fam_quotes` VALUES (2993, 'Benjamin Disraeli', 'My idea of an agreeable person is a person who agrees with me.');
INSERT INTO `fam_quotes` VALUES (2994, 'Benjamin Disraeli', 'It is knowledge that influences and equalizes the social condition of man that gives to all, however different their political position, passions which are in common, and enjoyments which are universal.');
INSERT INTO `fam_quotes` VALUES (2995, 'Benjamin Disraeli', 'A precedent embalms a principle.');
INSERT INTO `fam_quotes` VALUES (2996, 'Benjamin Disraeli', 'Individuals may form communities, but it is institutions alone that can create a nation.');
INSERT INTO `fam_quotes` VALUES (2997, 'Benjamin Disraeli', 'Cleanliness and order are not matters of instinct they are matters of education, and like most great things, you must cultivate a taste for them.');
INSERT INTO `fam_quotes` VALUES (2998, 'Benjamin Disraeli', 'Next to knowing when to seize an opportunity, the most important thing in life is to know when to forgo an advantage.');
INSERT INTO `fam_quotes` VALUES (2999, 'Benjamin Disraeli', 'The magic of first love is our ignorance that it can never end.');
INSERT INTO `fam_quotes` VALUES (3000, 'Benjamin Disraeli', 'The hare-brained chatter of irresponsible frivolity.', 0);
INSERT INTO `fam_quotes` VALUES 
INSERT INTO `fam_quotes` VALUES insert  into quotedb values 
INSERT INTO `fam_quotes` VALUES (3001, 'Benjamin Disraeli', 'The best way to become acquainted with a subject is to write a book about it.');
INSERT INTO `fam_quotes` VALUES (3002, 'Benjamin Disraeli', 'The more extensive a man\'s knowledge of what has been done, the greater will be his power of knowing what to do.');
INSERT INTO `fam_quotes` VALUES (3003, 'Benjamin Disraeli', 'No government can be long secure without formidable opposition.');
INSERT INTO `fam_quotes` VALUES (3004, 'Benjamin Disraeli', 'The difference of race is one of the reasons why I fear war may always exist because race implies difference, difference implies superiority, and superiority leads to predominance.');
INSERT INTO `fam_quotes` VALUES (3005, 'Benjamin Disraeli', 'The wisdom of the wise, and the experience of ages, may be preserved by quotation.');
INSERT INTO `fam_quotes` VALUES (3006, 'Benjamin Disraeli', 'It is much easier to be critical than to be correct.');
INSERT INTO `fam_quotes` VALUES (3007, 'Benjamin Disraeli', 'When men are pure, laws are useless when men are corrupt, laws are broken.');
INSERT INTO `fam_quotes` VALUES (3008, 'Benjamin Disraeli', 'The most dangerous strategy is to jump a chasm in two leaps.');
INSERT INTO `fam_quotes` VALUES (3009, 'Benjamin Disraeli', 'When we would prepare the mind by a forcible appeal, an opening quotation is a symphony preluding on the chords those tones we are about to harmonize.');
INSERT INTO `fam_quotes` VALUES (3010, 'Benjamin Disraeli', 'A conservative government is an organized hypocrisy.');
INSERT INTO `fam_quotes` VALUES (3011, 'Benjamin Disraeli', 'I am a Conservative to preserve all that is good in our constitution, a Radical to remove all that is bad. I seek to preserve property and to respect order, and I equally decry the appeal to the passions of the many of the prejudices of the few.');
INSERT INTO `fam_quotes` VALUES (3012, 'John Donne', 'Come live with me, and be my love, And we will some new pleasures prove Of golden sands, and crystal brooks, With silken lines, and silver hooks.');
INSERT INTO `fam_quotes` VALUES (3013, 'John Donne', 'No man is an island, entire of itself every man is a piece of the continent.');
INSERT INTO `fam_quotes` VALUES (3014, 'John Donne', 'Twice or thrice had I loved thee, Before I knew thy face or name.');
INSERT INTO `fam_quotes` VALUES (3015, 'John Donne', 'Death comes equally to us all, and makes us all equal when it comes.');
INSERT INTO `fam_quotes` VALUES (3016, 'John Donne', 'Love built on beauty, soon as beauty, dies.');
INSERT INTO `fam_quotes` VALUES (3017, 'John Donne', 'More than kisses, letters mingle souls.');
INSERT INTO `fam_quotes` VALUES (3018, 'John Donne', 'No man is an Island, entire of itself every man is a piece of the Continent, a part of the main if a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friends or of thine own were any man\'s death diminishes me, because I am involved in Mankind And therefore never send to know for whom the bell tolls It tolls for thee.');
INSERT INTO `fam_quotes` VALUES (3019, 'John Donne', 'Love all love of other sights controls, And makes one little room an everywhere.');
INSERT INTO `fam_quotes` VALUES (3020, 'John Donne', 'Our fear of death is like our fear that summer will be short, but when we have had our swing of pleasure, our fill of fruit, and our swelter of heat, we say we have had our day.');
INSERT INTO `fam_quotes` VALUES (3021, 'John Donne', 'Death be not proud, though some have called thee Mighty and dreadfull, for thou art not so, For, those, whom thou thinkst, thou dost overthrow, die not, poor death, nor yet canst thou kill me.');
INSERT INTO `fam_quotes` VALUES (3022, 'Dazed and Confused', 'Pink All I\'m saying is that if I ever start referring to these as the best years of my life - remind me to kill myself.');
INSERT INTO `fam_quotes` VALUES (3023, 'Dazed and Confused', 'Wooderson The older you get the more rules they are going to try and get you to follow. You just gotta keep on livin man. L-I-V-I-N.');
INSERT INTO `fam_quotes` VALUES (3024, 'Dazed and Confused', 'Slater Behind every good man there is a woman, and that woman was Martha Washington man, and everyday George would come home, she would have a big fat bowl waiting for him, man when he come in the door, man she was a hip, hip, hip lady, man.');
INSERT INTO `fam_quotes` VALUES (3025, 'Dazed and Confused', 'Slater Didja ever look at a dollar bill man There\'s some spooky shit goin\' on there. And it\'s green too.');
INSERT INTO `fam_quotes` VALUES (3026, 'Dazed and Confused', 'Dawson Well, all I\'m saying is that I want to look back and say that I did it the best I could while I was stuck in this place. Had as much fun as I could while I was stuck in this place. Played as hard as I could while I was stuck in this place. Dogged as many girls as I could while I was stuck in this place.');
INSERT INTO `fam_quotes` VALUES (3027, 'Dazed and Confused', 'Wooderson That\'s what I like about these high school girls, I keep getting older, they stay the same age.');
INSERT INTO `fam_quotes` VALUES (3028, 'Harry S Truman', 'You can never get all the facts from just one newspaper, and unless you have all the facts, you cannot make proper judgements about what is going on.');
INSERT INTO `fam_quotes` VALUES (3029, 'Harry S Truman', 'All the president is, is a glorified public relations man who spends his time flattering, kissing, and kicking people to get them to do what they are supposed to do anyway.');
INSERT INTO `fam_quotes` VALUES (3030, 'Harry S Truman', 'It\'s a recession when your neighbor loses his job it\'s a depression when you lose yours.');
INSERT INTO `fam_quotes` VALUES (3031, 'Harry S Truman', 'If you tell Congress everything about the world situation, they get hysterical. If you tell them nothing, they go fishing.');
INSERT INTO `fam_quotes` VALUES (3032, 'Harry S Truman', 'Study men, not historians.');
INSERT INTO `fam_quotes` VALUES (3033, 'Harry S Truman', 'Most of the problems a President has to face have their roots in the past.');
INSERT INTO `fam_quotes` VALUES (3034, 'Harry S Truman', 'It was the same with those old birds in Greece and Rome as it is now. The only thing new in the world is the history you don\'t know.');
INSERT INTO `fam_quotes` VALUES (3035, 'Harry S Truman', 'Intense feeling too often obscures the truth.');
INSERT INTO `fam_quotes` VALUES (3036, 'Harry S Truman', 'How far would have Moses gone if he had taken a poll in Egypt');
INSERT INTO `fam_quotes` VALUES (3037, 'Harry S Truman', 'Nixon is a shifty-eyed goddamn liar. . . . .He\'s one of the few in the history of this country to run for high office talking out of both sides of his mouth at the same time and lying out of both sides.');
INSERT INTO `fam_quotes` VALUES (3038, 'Harry S Truman', 'I sit here all day trying to persuade people to do the things they ought to have the sense to do without my persuading them. That\'s all the powers of the President amount to.');
INSERT INTO `fam_quotes` VALUES (3039, 'Harry S Truman', 'If you can\'t stand the heat, get out of the kitchen.');
INSERT INTO `fam_quotes` VALUES (3040, 'Harry S Truman', 'Whenever you have an efficient government you have a dictatorship.');
INSERT INTO `fam_quotes` VALUES (3041, 'Harry S Truman', 'The White House is the finest prison in the world.');
INSERT INTO `fam_quotes` VALUES (3042, 'Harry S Truman', 'Carry the battle to them. Don\'t let them bring it to you. Put them on the defensive. And don\'t ever apologize for anything.');
INSERT INTO `fam_quotes` VALUES (3043, 'Harry S Truman', 'In reading the lives of great men, I found that the first victory they won was over themselves...self-discipline with all of them came first.');
INSERT INTO `fam_quotes` VALUES (3044, 'Harry S Truman', 'It is amazing what you can accomplish if you do not care who gets the credit.');
INSERT INTO `fam_quotes` VALUES (3045, 'Harry S Truman', 'A leader in the Democratic Party is a boss, in the Republican Party he is a leader.');
INSERT INTO `fam_quotes` VALUES (3046, 'Harry S Truman', 'I always remember an epitaph which is in the cemetery at Tombstone, Arizona. It says \'Here lies Jack Williams. He done his damnedest.\' I think that is the greatest epitaph a man can have.');
INSERT INTO `fam_quotes` VALUES (3047, 'Harry S Truman', 'I never did give them hell. I just told the truth, and they thought it was hell.');
INSERT INTO `fam_quotes` VALUES (3048, 'Harry S Truman', 'I have found the best way to give advice to your children is to find out what they want and then advise them to do it.');
INSERT INTO `fam_quotes` VALUES (3049, 'Harry S Truman', 'The only new thing is history we don\'t know.');
INSERT INTO `fam_quotes` VALUES (3050, 'Harry S Truman', 'The absence of war is not peace.');
INSERT INTO `fam_quotes` VALUES (3051, 'Harry S Truman', 'It\'s not the hand that signs the laws that holds the destiny of America. It\'s the hand that casts the ballot.');
INSERT INTO `fam_quotes` VALUES (3052, 'Harry S Truman', 'Well, I wouldn\'t say I was in the \'great\' class, but I had a great time while I was trying to be great.');
INSERT INTO `fam_quotes` VALUES (3053, 'Harry S Truman', 'When even one American -- who has done nothing wrong -- is forced by fear to shut his mind and close his mouth -- then all Americans are in peril.');
INSERT INTO `fam_quotes` VALUES (3054, 'Harry S Truman', 'Those who want the Government to regulate matters of the mind and spirit are like men who are so afraid of being murdered that they commit suicide to avoid assassination.');
INSERT INTO `fam_quotes` VALUES (3055, 'Harry S Truman', 'You know that being an American is more than a matter of where your parents came from. It is a belief that all men are created free and equal and that everyone deserves an even break.');
INSERT INTO `fam_quotes` VALUES (3056, 'Harry S Truman', 'Three things ruin a man power, money, and women. I never wanted power. I never had any money, and the only woman in my life is up at the house right now.');
INSERT INTO `fam_quotes` VALUES (3057, 'Harry S Truman', 'America was not built on fear. America was built on courage, on imagination, and unbeatable determination to do the job at hand.');
INSERT INTO `fam_quotes` VALUES (3058, 'Harry S Truman', 'I have had enough experience in all my years, and have read enough of the past, to know that advice to grandchildren is usually wasted.');
INSERT INTO `fam_quotes` VALUES (3059, 'Harry S Truman', 'I come to the office each morning and stay for long hours doing what has to be done to the best of my ability. And when you\'ve done the best you can you can\'t do any better.');
INSERT INTO `fam_quotes` VALUES (3060, 'Harry S Truman', 'Any man who has had the job I\'ve had and didn\'t have a sense of humor wouldn\'t still be here.');
INSERT INTO `fam_quotes` VALUES (3061, 'Harry S Truman', 'Once a government is committed to the principle of silencing the voice of opposition, it has only one way to go, and that is down the path of increasingly repressive measures, until it becomes a source of terror to all its citizens and creates a country where everyone lives in fear.');
INSERT INTO `fam_quotes` VALUES (3062, 'Harry S Truman', 'Take a two-mile walk every morning before breakfast.');
INSERT INTO `fam_quotes` VALUES (306
