/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 21;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>I have only one superstition. I touch all the bases when I hit a home run.<hr width=115 color=000000><BR>Babe Ruth <B></FONT></center>";
}

if (quotes==1) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.<hr width=115 color=000000><BR>Albert Einstein <B></FONT></center>";
}

if (quotes==2) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>It is said that power corrupts, but actually it's more true that power attracts the corruptible.<hr width=115 color=000000><BR>David Brin <B></FONT></center>";
}

if (quotes==3) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>I belong to no organized party. I am a Democrat.<hr width=115 color=000000><BR>Will Rogers <B></FONT></center>";
}

if (quotes==4) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>It is the mark of an educated mind to be able to entertain a thought without accepting it. <hr width=115 color=000000><BR>Aristotle <B></FONT></center>";
}

if (quotes==5) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>If you can't run half the people out of the room, then your show's not going to be worth it, you know?<hr width=115 color=000000><BR>Scott Miller<B></FONT></center>";
}

if (quotes==6) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>Songs are literature you can digest while driving.<hr width=115 color=000000><BR>Steve Earle<B></FONT></center>";
}

if (quotes==7) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>The best lack all conviction, while the worst strive with passionate intensity.<hr width=115 color=000000><BR>William Butler Yeats<B></FONT></center>";
}

if (quotes==8) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>I used to think I was an artist, then I realized I was a beer salesman.<hr width=115 color=000000><BR>James McMurtry<B></FONT></center>";
}

if (quotes==9) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>Appreciate your mistakes for what they are: precious life lessons that can only be learned the hard way.<hr width=115 color=000000><BR>Al Franken<B></FONT></center>";
}

if (quotes==10) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>There is nothing so useless as doing efficiently that which should not be done at all.<hr width=115 color=000000><BR>Peter F. Drucker </B></FONT></center>";
}

if (quotes==11) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>We don't see things as they are, we see them as we are.<hr width=115 color=000000><BR>Anaïs Nin </B></FONT></center>";
}

if (quotes==12) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>If you don't read the newspaper, you are uninformed; if you do read the newspaper, you are misinformed.<hr width=115 color=000000><BR>Mark Twain </B></FONT></center>";
}

if (quotes==13) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>The weak can never forgive. Forgiveness is the attribute of the strong.<hr width=115 color=000000><BR>Gandhi </B></FONT></center>";
}

if (quotes==14) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>The large print giveth, but the small print taketh away.<hr width=115 color=000000><BR>Tom Waits </B></FONT></center>";
}

if (quotes==15) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>Buzzards got to eat same as worms.<hr width=115 color=000000><BR>Josey Wales </B></FONT></center>";
}

if (quotes==16) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>If I couldn't count I could live forever.<hr width=115 color=000000><BR>MOONPI </B></FONT></center>";
}

if (quotes==17) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>If you don't stick to your values when they're being tested, they're not values: they're hobbies.<hr width=115 color=000000><BR>Jon Stewart </B></FONT></center>";
}

if (quotes==18) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>The internet is just a world passing notes around a classroom.<hr width=115 color=000000><BR>Jon Stewart </B></FONT></center>";
}

if (quotes==19) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>When you encounter seemingly good advice that contradicts other seemingly good advice, ignore them both.<hr width=115 color=000000><BR>Al Franken</B></FONT></center>";
}

if (quotes==20) {
title="";
body="<center><FONT face=ARIAL size=2 color=ffffff><B><hr width=115 color=000000>You know I wanna do right, but not right now.<hr width=115 color=000000><BR>Gillian Welch</B></FONT></center>";
}







document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
document.write('</div>');

