<!--
var words = new Array("When I was born I was so surprised I didn't talk for a year and a half.\n \nGracie Allen", "Too bad the only people who know how to run the country are busy driving cabs and cutting hair. \n \nGeorge Burns","Tragedy is when I cut my finger. Comedy is when you walk into an open sewer and die. \n \nMel Brooks","If your parents never had children, chances are you won't, either. \n \nDick Cavett","I'm living so far beyond my income that we may almost be said to be living apart. \n \nE. e. cummings","A bank is a place that will lend you money if you can prove that you don't need it. \n \nBob Hope", "Age to women is like Kryptonite to Superman. \n \nKathy Lette", "I'm so old they've cancelled my blood type. \n \nBob Hope", "As you get older three things happen. The first is your memory goes, and I can't remember the other two... \n \nSir Norman Wisdom", "Yes time flies. And where did it leave you? Old too soon...smart too late.\n \nMike Tyson", "You know you're getting fat when you can pinch an inch on your forehead. \n \nJohn Mendoza", "As you get older, the pickings get slimmer, but the people dont. \n \nCarrie Fisher", "Brigands demand your money or your life; women require both. \n \nSamuel Butler", "I only go to work on days that don't end in a 'Y'. \n \nRobert Paul", "Never stand between a dog and the hydrant. \n \nJohn Peers", "Never take a job where winter winds can blow up your pants. \n \nGeraldo Rivera", "Never give up. And never, under any circumstances, face the facts. \n \nRuth Gordon", "Never pick a fight with anyone who buys ink by the barrel. \n \nAmerican adage about antagonizing newspaper editors", "They're multipurpose. Not only do they put the clips on, but they take them off. \n \nPratt and Whitney spokesperson explaining why the company charged the Air Force nearly $1000 for an ordinary pair of pliers.", "The President has kept all of the promises he intended to keep. \n \nClinton aide George Stephanopolous speaking on Larry King Live", "I'm not going to have some reporters pawing through our papers. We are the president. \n \nHillary Clinton commenting on the release of subpoenaed documents", "Were going to turn this team around 360 degrees. \n \nJason Kidd, upon his drafting to the Dallas Mavericks", "When more and more people are thrown out of work unemployment results. \n \nFormer US President Calvin Coolidge", "It's like deja vu all over again. \n \nYogi Berra", "China is a big country, inhabited by many Chinese. \n \nFormer French President Charles De Gaulle", "It is necessary for me to establish a winner image. Therefore, I have to beat somebody. \n \nRichard M. Nixon", "A billion here, a billion there, sooner or later it adds up to real money. \n \nEverett Dirksen", "A verbal contract isn't worth the paper its written on. \n \nSamuel Goldwyn", "Half this game is ninety percent mental. \n \nPhiladelphia Phillies manager Danny Ozark", "Without censorship, things can get terribly confused in the public mind. \n \nGeneral William Westmoreland", "If you let that sort of thing go on, your bread and butter will be cut right out from under your feet. \n \nFormer British foreign minister Ernest Bevin", "Do you know why God withheld the sense of humor from women? So that we may love you instead of laugh at you. \n \nMrs. Patrick Campbell", "When women hold off from marrying men, we call it independence. When men hold off from marrying women, we call it fear of commitment. \n \nWarren Farrell", "Only two things are necessary to keep ones wife happy. One is to let her think she is having her own way, and the other is to let her have it. \n \nLyndon B. Johnson", "God made man before woman to give him time to think of an answer for her first question. \n \nAnonymous", "The trouble with being punctual is that nobodys there to appreciate it. \n \nFranklin P. Jones");

var maxv = words.length;
var startnum=parseInt(eval(Math.random()*maxv));
var num=startnum;

var x=200


 // var time = new Array("2000", "1000", "150", "150", "150", "150", "150", "150", "150", "150", //"150", "150", "150", "150", "150", "150", "150", "150", "150", "150", "150", "150", "150", "150", //"150", "150", "2000", "1000")

var time = "20000"

function bob(form) {
document.box1.box2.value=words[num];
timerID=setTimeout("bob1()",time);
}

function bob1() {
num++
if (num == maxv) {
num = 0
}
bob()
}

// -->