// this file is copyright - Mike Capstick // it adds the quiz questions and answers // load arrays with a set of questions and answers maxterms=15; title='Lord of the Rings'; questions=new Array(); questions[1] ='Who was the Author of Lord of the Rings ?~Raymond Feist~Stephen Donaldson~J.R.R. Tolkien~William Shakespeare~C'; questions[2] ='Frodo and Bilbo are... ? ~Hobbits ~Dwarves ~Humans~Elves~A'; questions[3] ='Bilbo and Frodo were born in ? ~Mordor~The Shire~Lorien~Rivendell~B'; questions[4] ='By what name was Aragorn known when Frodo first met him at the Prancing pony ? ~Beren ~Legolas~Strider ~Durin ~C'; questions[5] ='What was Gollums original name ? ~Smeagol ~Sauron~Deagol ~Sneaker ~A'; questions[6] ='The Destruction of the Ring heralded the end of which Age ? ~The First Age ~The Second Age ~The Third Age ~The Fourth Age ~C'; questions[7] ='What is the name of the sword wielded by Aragorn ? ~Anduril ~Sting ~Glamdring ~Orthanc~A'; questions[8] ='What does the third initial stand for in J.R.R. Tolkien ? ~Ronald ~Roger~Reuel ~Rupert~C'; questions[9] ='What was the Elvish name for Gandalf ? ~Stormcrow ~Beowulf ~Mithrandir ~Istari ~C'; questions[10] ='In which forest does Treebeard live ? ~Fangorn ~Mirkwood ~The Old Forest ~Lothlorien ~A'; questions[11] ='What is the name of the father of Gimli ? ~Durin ~Thorin ~Gloin ~Balin ~C'; questions[12] ='Dernhelm was a name used by ? ~Arwen ~Eowyn~Legolas~Bilbo~B'; questions[13] ='What is the shared birthday of Frodo and of Bilbo ? ~10 March~22 September ~32 December ~20 December ~B'; questions[14] ='What is the name of caverns where Shelob lived ?~Barad Ungol ~Moria~Minas Morgul~Cirith Ungol ~D'; questions[15] ='How many people actually put on the Ring in the Lord of the Rings ?~one ~two ~three ~four ~D';