// JavaScript Document
var quotes = new Array( );
var author = new Array( );


quotes[0] = "Everyone is born with genius, but most people only keep it a few minutes."
quotes[1] = "The only reason why we ask other people how their weekend was is so we can tell them about our own weekend."
quotes[2] = "To see what is in front of one's nose needs a constant struggle."
quotes[3] = "The great thing about democracy is that it gives every voter a chance to do something stupid."
quotes[4] = "Public office is the last refuge of a scoundrel."
quotes[5] = "In politics, there is no honor."
quotes[6] = "The foundation of every state is the education of its youth."
quotes[7] = "Ugliness is a sin"

author[0] = "Edgard Varese"
author[1] = "Chuck Palahniuk"
author[2] = "George Orwell"
author[3] = "Art Spander"
author[4] = "Boise Penrose" 
author[5] = "Benjamin Disraeli" 
author[6] = "Diogenes" 
author[7] = "Frank Lloyd Wright"
