var num_of_quotes = 34;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Rabbi Ibn Ezra";
body="Grow old along with me, the best is yet to be. The last of life for which the first was made. Our times are in H-s hands, who saith a whole I planned. Youth show but half, trust G-d, see all, nor be afraid.";
}

if (quotes==1) {
title="Rabbi Meshulam Jungreis";
body="A long life is not good enough.<br><br> A good life is long enough.";
}

if (quotes==2) {
title="Norman Vincent Peale";
body="Change your thoughts <br><br>and you change your world.";
}

if (quotes==3) {
title="Albert Einstein";
body="There are only two ways to live your life.<br><br>One is as though nothing is a miracle.<br><br>The other is as though everything is a miracle.";
}

if (quotes==4) {
title="William Penn";
body="I expect to pass through life but once. If therefore, there be any kindness I can show, or any good thing I can do to any fellow being, let me do it now, and not defer or neglect it, as I shall not pass this way again.";
}

if (quotes==5) {
title="Talmud";
body="When a man has compassion for others,<br><br>G-d has compassion for him.";
}

if (quotes==6) {
title="Leo Rosten";
body="I think the purpose of life is to be useful, to be responsible, to be honorable, to be compassionate. It is, afterall, to matter: to count, to stand for something, to have made some difference that you have lived at all.";
}

if (quotes==7) {
title="Anonymous";
body="To the whole world,<br><br>you are just one person.<br><br>But to one person,<br><br>you are the whole world";
}

if (quotes==8) {
title="M. Scott Peck";
body="Often the most loving thing we can do when a friend is in pain is to share the pain - to be there even when we have nothing to offer except our presence and even when being there is painful to ourselves.";
}

if (quotes==9) {
title="Anonymous";
body="A dream is in the mind of the believer and in the hands of the doer. You are not given a dream without being given the power to make it come true.";
}

if (quotes==10) {
title="Marcia Wieder";
body="To live on purpose,<br><br>follow your heart<br><br>and live your dreams.";
}

if (quotes==11) {
title="Eleanor Roosevelt";
body="The future belongs to those who believe in the beauty of their dreams.";
}

if (quotes==12) {
title="Anonymous";
body="The ark was built by amateurs<br>and the Titanic by experts.<br>Don't wait for experts.";
}

if (quotes==13) {
title="Mahatma Gandhi";
body="Be the change that you want to see in the world.";
}

if (quotes==14) {
title="Mark Twain";
body="Courage is not the absence of fear,<br>but the mastery of it.";
}

if (quotes==15) {
title="Ruth Smeltzer";
body="You have not lived a perfect day, even though you have earned your money, unless you have done something for someone who will never be able to repay you.";
}

if (quotes==16) {
title="Abraham Lincoln";
body="Nearly all men can stand adversity,<br><br>but if you want to test a man's character,<br><br>give him power.";
}

if (quotes==17) {
title="Anonymous";
body="Experience is a hard teacher.<br><br>She gives the test first,<br><br>and the lessons afterwards.";
}

if (quotes==18) {
title="Oscar Wilde";
body="No man is rich enough<br><br>to buy back his past.";
}

if (quotes==19) {
title="Victor Borge";
body="Laughter is the closest distance<br><br>between two people.";
}

if (quotes==20) {
title="Benjamin Disraeli";
body="The greatest good<br>you can do for another<br>is not to just share your riches,<br>but to reveal to him his own.";
}

if (quotes==21) {
title="Mother Theresa";
body="We cannot all do great things,<br><br>but we can do small things<br><br>with great love.";
}

if (quotes==22) {
title="Erich Fromm";
body="Immature love says:<br>I love you because I need you.<br><br>Mature love says:<br>I need you because I love you.";
}

if (quotes==23) {
title="Anonymous";
body="A real friend is one who walks in<br><br>when the rest of the world<br><br>walks out.";
}

if (quotes==24) {
title="Albert Camus";
body="Don't walk in front of me,<br>I may not follow.<br><br>Don't walk behind me,<br>I may not lead.<br><br>Just walk beside be and be my friend.";
}

if (quotes==25) {
title="Winston Churchill";
body="Success is the ability<br><br>to go from one failure to another<br><br>with no loss of enthusiasm.";
}

if (quotes==26) {
title="Michaelangelo";
body="The danger for most of us<br>lies not in setting our aim to high<br>and falling short,<br>but in setting our aim too low,<br>and achieving our mark.";
}

if (quotes==27) {
title="Ralph Waldo Emerson";
body="What lies behind us<br>and what lies before us<br>are tiny matters<br>compared to what lies within us.";
}

if (quotes==28) {
title="Robert Browning";
body="To do good things in the world,<br><br>first you must know who you are<br><br>and what gives meaning to your life.";
}

if (quotes==29) {
title="Aristotle";
body="We are what we repeatedly do.<br><br>Excellence is therefore,<br><br>not an act but a habit.";
}

if (quotes==30) {
title="Helen Keller";
body="The most pathetic person in the world<br><br>is someone who has sight,<br><br>but has no vision.";
}

if (quotes==31) {
title="Pitacus";
body="The measure of a man<br><br>is what he does with power.";
}

if (quotes==32) {
title="Edmund Burke";
body="All that is necessary for the triumph of evil<br><br>is that good men do nothing.";
}

if (quotes==33) {
title="Pericles";
body="What you leave behind<br>is not what is engraved<br>in stone monuments,<br>but what is woven<br>into the lives others.";
}

if (quotes==34) {
title="Talmud";
body="When a man has compassion for others,<br><br>G-d has compassion for him.";
}

document.write('<div align=left>');
document.write('' + body + '<br><br>');
document.write('</div>');
document.write('<div align=right>');
document.write('<i>'+ title +'</i>');
document.write('</div>');
