<!-- Begin
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "There is no frigate like a book<br>To take us lands away.<br><b>- Emily Dickinson</b>"
quotes[2] = "Why do writers write? Because it isn't there.<br><b>- Thomas Berger</b>"
quotes[3] = "There are three rules for writing the novel.<br>Unfortunately, no one knows what they are.<br><b>- W. Somerset Maugham</b>"
quotes[4] = "We do not write because we want to;<br>we write because we have to.<br><b>- W. Somerset Maugham</b>"
quotes[5] = "First you jump off the cliff and<br>you build wings on the way down.<br><b>- Ray Bradbury"
quotes[6] = "Words are, of course, the most powerful<br>drug used by mankind.<br><b>- Rudyard Kipling"
quotes[7] = "I leave out the parts that people skip.<br><b>- Elmore Leonard"
quotes[8] = "If it sounds like writing, I rewrite it.<br><b>- Elmore Leonard"
quotes[9] = "When something can be read without effort,<br>great effort has gone into its writing.<br><b>- Enrique Jardiel Poncela"
quotes[0] = "The discipline of the writer is to learn to be still<br>and listen to what his subject has to tell him.<br><b>-  Rachel Louise Carson"
var quote = quotes[rand1]
document.write("<font face='arial, helvetica' size='-2'>"+quote+"</font>");
// End -->