var num_of_quotes = 11;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="A man is what he thinks about all day long.";
title="Ralph Waldo Emerson";
}

if (quotes==1) {
body="Love is not love that alters when it alteration finds.";
title="William Shakespeare";
}

if (quotes==2) {
body="The human race has one really effective weapon, and that is laughter.";
title="Mark Twain ";
}

if (quotes==3) {
body="Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.";
title="Martin Luther King, Jr.";
}

if (quotes==4) {
body="A poem begins in delight and ends in wisdom. ";
title="Robert Frost";
}

if (quotes==5) {
body="The poet's eye, in fine frenzy rolling,<br>Doth glance from heaven to earth, from earth to heaven;<br>And as imagination bodies forth<br>The forms of things unknown, the poet's pen<br>Turns them to shapes and gives to airy nothing<br>A local habitation and a name.";
title="William Shakespeare";
}

if (quotes==6) {
body="Strive to love your neighbors actively and indefatigably.  And the nearer you come to achieving this love, the more convinced you will become of the existence of God and the immortality of the soul.";
title="Fyodor Dostoevsky";
}

if (quotes==7) {
body="omnia vincit amor";
title="Virgil";
}

if (quotes==8) {
body="Poetry is a way of taking life by the throat.";
title="Frost";
}

if (quotes==9) {
body="When I look back, I am so impressed again with the life-giving power of literature. If I were a young person today, trying to gain a sense of myself in the world, I would do that again by reading, just as I did when I was young.";
title="Maya Angelou";
}

if (quotes==10) {
body="Reading is to the mind what exercise is to the body.";
title="Richard Steele";
}

document.write(''+ body +' <img src="../../graphics/general/quote-right.gif" alt="" width="12" height="10" align="texttop" border="0" />');
document.write('<p><span class="quotenametxt">' + title + '');

document.write('<img src="../../graphics/logos/ll-logo_red150.gif" alt="" style="width: 150px; height: 150px;" align="left" border="0" />');

document.write('<a href="http://thequatrain.org/"><img src="../../graphics/home/quatrain.jpg" style="border: 2px solid ;"></a>');


