// JavaScript Document
num1 = Math.floor((14+1)*Math.random()+1);

if (num1 == 1)
{
document.write('<font size=3 face=Arial> <strong>Calvin:</strong> "You cannot just turn on creativity like a faucet. You have to be in the right mood."<br /> <strong>Hobbes:</strong> "What mood is that?" <br > <strong>Calvin:</strong> "Last-minute panic."</font>');
}
if (num1 == 2)
{
document.write('<font size=3 face=Arial> <br >"Why isn’t my life like a situation comedy? <br />Why don’t I have a bunch of friends with nothing better to do but drop by and instigate wacky adventures? <br > Why aren’t my conversations peppered with spontaneous witticisms? <br > Why don’t my friends demonstrate heartfelt concern for my well being when I have problems? <br > <br > ... I gotta get my life some writers." <br><br> –Calvin');
}
if (num1 == 3)
{
document.write('<font size=3 face=Arial> “If you can’t find much wrong with your manuscript, then its probably so awful it should be burnt.”  <br><br>  –Sara Douglass </font>');
}
if (num1 == 4)
{
document.write('<font size=3 face=Arial> “John and Mary had never met. They were like two hummingbirds who had also never met.” <br><br>  –From a list of bad analogies </font>');
}
if (num1 == 5)
{
document.write('<font size=3 face=Arial> “It’s dangerous to go alone! Take this.” <br> <br> –Old Man </font>');
}
if (num1 == 6)
{
document.write('<font size=3 face=Arial> “A lot of guys ignore the laugh, and that’s about standards.” <br><br>  –Dr. Horrible </font>');
}
if (num1 == 7)
{
document.write('<font size=3 face=Arial> “You’ll have to speak up, I’m wearing a towel.” <br><br>  –Homer Simpson </font>');
}
if (num1 == 8)
{
document.write('<font size=3 face=Arial> “Write with the door closed, rewrite with the door open.” <br><br>  –Stephen King </font>');
}
if (num1 == 9)
{
document.write('<font size=3 face=Arial> “The road to hell is paved with adverbs.”  <br><br>  –Stephen King </font>');
}
if (num1 == 10)
{
document.write('<font size=3 face=Arial> “Writing is a socially acceptable form of schizophrenia” <br><br>  –E. L. Doctorow </font>');
}
if (num1 == 11)
{
document.write('<font size=3 face=Arial> “I love deadlines. I like the whooshing sound they make as they fly by.” <br><br>  –Douglas Adams </font>');
}
if (num1 == 12)
{
document.write('<font size=3 face=Arial> “The only thing I was fit for was to be a writer, and this notion rested solely on my suspicion that I would never be fit for real work, and that writing didn’t require any.” <br><br>  –Russell Baker </font>');
}
if (num1 == 13)
{
document.write('<font size=3 face=Arial> “Use your imagination. Trust me, your lives are not interesting. Don’t write them down.” <br><br>  –W. B. Kinsella </font>');
}
if (num1 == 14)
{
document.write("<font size=3 face=Arial> <strong>Q.</strong> Please explain the expression: 'This does not bode well.' <br> <strong> A. </strong> It means that something is not boding the way it should. It could be boding better.<br> <br>  –Dave Barry </font>");
}
if (num1 == 15)
{
document.write('<font size=3 face=Arial> “I realize that I am generalizing here, but as is often the case when I generalize, I don’t care.” <br><br>  –Dave Barry </font>');
}
