//quotes stuff
quotes = new Array();

quotes[0] = "\"Frankly, my dear, I don't give a damn.\" -- GONE WITH THE WIND, 1939";
quotes[1] = "\"I'm going to make him an offer he can't refuse.\" -- THE GODFATHER, 1972";
quotes[2] = "\"You don't understand!  I coulda had class. I coulda been a contender. I could've been somebody, instead of a bum, which is what I am.\" -- ON THE WATERFRONT, 1954";
quotes[3] = "\"Toto, I've got a feeling we're not in Kansas anymore.\" -- THE WIZARD OF OZ, 1939";
quotes[4] = "\"Here's looking at you, kid.\" -- CASABLANCA, 1942";
quotes[5] = "\"Go ahead, make my day.\" -- SUDDEN IMPACT, 1983";
quotes[6] = "\"All right, Mr. DeMille, I'm ready for my close-up.\" -- SUNSET BLVD., 1950";
quotes[7] = "\"May the Force be with you.\" -- STAR WARS, 1977";
quotes[8] = "\"Fasten your seatbelts. It's going to be a bumpy night.\" -- ALL ABOUT EVE, 1950";
quotes[9] = "\"You talking to me?\" -- TAXI DRIVER, 1976";

randNum = getRandom(9);




