var date    = new Date().getDate();
var quote   = new Array();
 quote[1]   = "When your assets walk out of the building each night, culture is very important.";
 quote[2]   = "The only good is knowledge and the only evil is ignorance.";
 quote[3]   = "We are what we repeatedly do. Excellence, then is not an act, but a habit.";
 quote[4]   = "To conquer fear is the beginning of wisdom.";
 quote[5]   = "He who refuses to embrace a unique opportunity loses the prize as surely as if he had tried and failed."; 
 quote[6]   = "The future has several names. For the weak, it is impossible. For the fainthearted, it is unknown. For the thoughtful and valiant, it is ideal.";
 quote[7]   = "May God grant us the wisdom to discover the right, the will to choose it, and the strength to make it endure.";
 quote[8]   = "Life is not the number of breaths you take. It is the number of moments that take your breath away.";
 quote[9]   = "Winners do the things that losers don't want to do.";
 quote[10]  = "You can never have enough of the things you don't need.";
 quote[11]  = "In times of change, the learners will inherit the Earth while the knowers will find themselves beautifully equipped to deal with a world that no longer exists.";
 quote[12]  = "It's not having what you want, it's wanting what you've got.";
 quote[13]  = "Weakness of attitude becomes weakness of character.";
 quote[14]  = "Failure is simply the opportunity to begin again more intelligently.";
 quote[15]  = "No one can make you feel inferior without your consent.";
 quote[16]  = "It is amazing what you can accomplish if you do not care who gets the credit.";
 quote[17]  = "Do or do not. There is no try.";
 quote[18]  = "Knowledge comes, but wisdom lingers.";
 quote[19]  = "Life would be infinitely happier if we could only be born at the age of eighty and gradually approach eighteen.";
 quote[20]  = "When your assets walk out of the building each night, culture is very important.";
 quote[21]  = "The only good is knowledge and the only evil is ignorance.";
 quote[22]  = "We are what we repeatedly do. Excellence, then is not an act, but a habit.";
 quote[23]  = "To conquer fear is the beginning of wisdom.";
 quote[24]  = "He who refuses to embrace a unique opportunity loses the prize as surely as if he had tried and failed.";
 quote[25]  = "The future has several names. For the weak, it is impossible. For the fainthearted, it is unknown. For the thoughtful and valiant, it is ideal.";
 quote[26]  = "May God grant us the wisdom to discover the right, the will to choose it, and the strength to make it endure.";
 quote[27]  = "Life is not the number of breaths you take. It is the number of moments that take your breath away.";
 quote[28]  = "Winners do the things that losers don't want to do.";
 quote[29]  = "You can never have enough of the things you don't need.";
 quote[30]  = "In times of change, the learners will inherit the Earth while the knowers will find themselves beautifully equipped to deal with a world that no longer exists.";
 quote[31]  = "It's not having what you want, it's wanting what you've got.";
 
 var author   = new Array();
 author[1]   = "David Williams, Deloitte Financial Advisory Services CEO,";
 author[2]   = "Socrates, Greek philosopher";
 author[3]   = "Aristotle, Greek philosopher";
 author[4]   = "Bertrand Russell, Nobel laureate in literature";
 author[5]   = "William James, American psychologist"; 
 author[6]   = "Victor Hugo";
 author[7]   = "King Arthur";
 author[8]   = "'Hitch' Hitchens, from the movie Hitch, 2005";
 author[9]   = "Phil McGraw, 2005";
 author[10]  = "Buckminster Fuller";
 author[11]  = "Eric Hoffer, American Social Writer";
 author[12]  = "Cheryl Crow, American songwriter";
 author[13]  = "Albert Einstein";
 author[14]  = "Henry Ford";
 author[15]  = "Eleanor Roosevelt";
 author[16]  = "Harry S. Truman";
 author[17]  = "Yoda, Star Wars Episode V";
 author[18]  = "Alfred Lord Tennyson, English poet";
 author[19]  = "Mark Twain";
 author[20]  = "David Williams, Deloitte Financial Advisory Services CEO";
 author[21]  = "Socrates, Greek philosopher";
 author[22]  = "Aristotle, Greek philosopher.";
 author[23]  = "Bertrand Russell, Nobel laureate in literature";
 author[24]  = "William James, American psychologist";
 author[25]  = "Victor Hugo";
 author[26]  = "King Arthur";
 author[27]  = "'Hitch' Hitchens, from the movie Hitch, 2005";
 author[28]  = "Phil McGraw, 2005";
 author[29]  = "Buckminster Fuller";
 author[30]  = "Eric Hoffer, American Social Writer";
 author[31]  = "Cheryl Crow, American songwriter";
 
