var quote = new Array(9);

quote[0] = "<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 (1895 - 1948)</B></FONT>";

quote[1] = "<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 (1879 - 1955)</B></FONT>";

quote[2] = "<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 (1950 - )</B></FONT>";

quote[3] = "<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 (1879 - 1935) </B></FONT>";

quote[4] = "<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 (384 BC - 322 BC) </B></FONT>";

quote[5] = "<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>";

quote[6] = "<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>";

quote[7] = "<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>";

quote[8] = "<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>";




now=new Date()

num=(now.getSeconds())%9document.write(quote[num])

