var quotenumber = 12 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array

quotes[1] = "It is never too late to be what you might have been. - <i>George Eliot</i>"

quotes[2] = "Even if you're on the right track, you'll get run over if you just sit there. - <i>Will Rogers</i>"

quotes[3] = "Never let a computer know you're in a hurry - Unknown"

quotes[4] = "A man can succeed at almost anything for which he has unlimited enthusiasm. - <i>Charles M. Schwab</i>" 

quotes[5] = "Never confuse motion with action. - <i>Benjamin Franklin</i>" 

quotes[6] = "Success comes before work only in the dictionary. - <i>Anonymous</i>"

quotes[7] = "The secret of getting ahead is getting started. - <i>Sally Berger</i>"

quotes[8] = "What we see depends mainly on what we look for. - <i>John Lubbock</i>"

quotes[9] = "Man's mind, once stretched by a new idea, never regains its original dimensions. - <i>Oliver Wendell Holmes</i>"

quotes[10] = "The greatest discovery of my generation is that man can alter his life simply by altering his attitude of mind. - <i>William James</i>"

quotes[11] = "The ideal never comes. Today is ideal for him who makes it so. - <i>Horatio W. Dresser</i>"

quotes[12] = "There are two ways of spreading light: to be the candle or the mirror that reflects it. - <i>Edith Wharton</i>"

var quote = quotes[rand1]