
//quotes stuff
quotes = new Array();


quotes[0] = "\"No Soup for you...\" -- Soup Nazi";
quotes[1] = "\"So long and thanks for all the fish.\"-- Douglas Adams";
quotes[2] = "\"When will then be now? Soon.  How soon? \" -- Spaceballs";
quotes[3] = "\"Stealing our copyright provisions in the dead of night when no-one is looking is piracy. It's not piracy when kids swap music over the Internet using Napster...\" -- Courtney Love (Hole)";



randNum2 = getRandom(3);