quotes = new Array() ;
authors = new Array() ;

quotes[0] = "An artist is at<br/>home everywhere." ;
authors[0] = "Proverbs" ;
 
quotes[1] = "One writes to make a home<br/>for oneself, on paper, in<br/>time and in other's minds." ;
authors[1] = "Alfred Kazin" ;
 
quotes[2] = "A hundred men may make<br/>an encampment, but it takes<br/>a woman to make a home." ;
authors[2] = "Chinese Proverb" ;
 
quotes[3] = "There's no place like home." ;
authors[3] = "The Wizard of Oz" ;
 
quotes[4] = "Ask not what your rest<br/>home can do for you.<br/>Ask what you can do<br/>for your rest home." ;
authors[4] = "Elvis, Bubba Ho-tep" ;
 
quotes[5] = "Ah yes, home sweet hell." ;
authors[5] = "Lorne the Host, Angel" ;
 
quotes[6] = "It's not so weird<br/>when that hole in<br/>the ground is home." ;
authors[6] = "Vincent, Beauty<br/>and the Beast" ;
 
quotes[7] = "And what if you can't<br/>find your way home?" ;
authors[7] = "Quinn M Mallory, Sliders" ;
 
quotes[8] = "Screw you guys,<br/>I'm going home." ;
authors[8] = "Cartman, South Park" ;
 
quotes[9] = "I am taking the applause<br/>sign home, putting<br/>it in the bedroom." ;
authors[9] = "Johnny Carson,<br/>The Tonight Show" ;
 
quotes[10] = "What if you ran away from<br/>home, and nobody noticed?" ;
authors[10] = "Tess, Touched By An Angel" ;
 
quotes[11] = "The woman keeps a<br/>chicken in her home,<br/>how normal can she be?" ;
authors[11] = "Dorothy, The Golden Girls" ;
 
quotes[12] = "That's it.  I officially<br/>want to go home." ;
authors[12] = "The Flash, Justice League" ;
  
quotes[13] = "I'm lost...three million<br/>years from home. Just me...<br/>and 3 1/2 tons of curry." ;
authors[13] = "Lister, Red Dwarf" ;

quotes[14] = "I'm sure she's mounted<br/>on a nice wall in a<br/>fine home somewhere." ;
authors[14] = "C.C., The Nanny" ;
 
quotes[15] = "Honey I'm home. Oh,<br/>I forgot I'm not married." ;
authors[15] = "Catwoman, Batman Returns" ;

quotes[16] = "That's it, go ahead and run.<br/>Run home and cry to mama!" ;
authors[16] = "Ash, Army of Darkness" ;

quotes[17] = "Because you don't<br/>get to go home." ;
authors[17] = "Hades, Hercules" ;

