questions = new Array();
answers = new Array();
rightanswers = new Array();

rightanswers[0] = 1
rightanswers[1] = 2
rightanswers[2] = 5
rightanswers[3] = 1
rightanswers[4] = 4
rightanswers[5] = 2
rightanswers[6] = 5
rightanswers[7] = 2
rightanswers[8] = 0
rightanswers[9] = 3
rightanswers[10] = 2
rightanswers[11] = 5
rightanswers[12] = 3
rightanswers[13] = 2
rightanswers[14] = 1
rightanswers[15] = 5
rightanswers[16] = 3
rightanswers[17] = 2
rightanswers[18] = 1
rightanswers[19] = 0
rightanswers[20] = 3
rightanswers[21] = 1
rightanswers[22] = 0
rightanswers[23] = 4
rightanswers[24] = 2
rightanswers[25] = 5
rightanswers[26] = 0
rightanswers[27] = 3
rightanswers[28] = 4
rightanswers[29] = 1

questions[0] = "Who is responsible for the death of Anakin's mother?";
answers[0] = new Array();
answers[0][0] = "Corellian smugglers";
answers[0][1] = "Tusken Raiders";
answers[0][2] = "Sebulba";
answers[0][3] = "Owen Lars";
answers[0][4] = "Battle droids";
answers[0][5] = "A runaway pod racer";

questions[1] = "Which Brian Blessed-voiced character leads the Gungan people?";
answers[1] = new Array();
answers[1][0] = "Jar Jar Binks";
answers[1][1] = "General Keel";
answers[1][2] = "Boss Nass";
answers[1][3] = "Boss Gallo";
answers[1][4] = "Captain Tarpals";
answers[1][5] = "Chubby Gungan";

questions[2] = "Which member of the Jedi council is said to have 'good relations with the Wookiees'?";
answers[2] = new Array();
answers[2][0] = "Obi Wan Kenobi";
answers[2][1] = "Sifo-Dyas";
answers[2][2] = "Ki-Adi-Mundi";
answers[2][3] = "Shaak Ti";
answers[2][4] = "Anakin Skywalker";
answers[2][5] = "Yoda";

questions[3] = "In what years were the prequels released?";
answers[3] = new Array();
answers[3][0] = "1998, 2001 and 2005";
answers[3][1] = "1999, 2002 and 2005";
answers[3][2] = "1999, 2003 and 2006";
answers[3][3] = "1998, 2002 and 2006";
answers[3][4] = "2000, 2001 and 2005";
answers[3][5] = "2000, 2002 and 2005";

questions[4] = "Which actor provided his voice and likeness for Jango Fett and the entire clone army?";
answers[4] = new Array();
answers[4][0] = "Jack Purvis";
answers[4][1] = "Jeremy Bulloch";
answers[4][2] = "Clive Revill";
answers[4][3] = "Sebastian Shaw";
answers[4][4] = "Temuera Morrison";
answers[4][5] = "Silas Carson";

questions[5] = "Which expanded universe character makes a brief cameo appearance during the Podrace in Episode I?";
answers[5] = new Array();
answers[5][0] = "Grand Admiral Thrawn";
answers[5][1] = "Mara Jade";
answers[5][2] = "Aurra Sing";
answers[5][3] = "Kyle Katarn";
answers[5][4] = "Dash Rendar";
answers[5][5] = "Talon Karrde";

questions[6] = "Who of the following did not make an onscreen appearance in the prequel trilogy?";
answers[6] = new Array();
answers[6][0] = "Keira Knightley";
answers[6][1] = "Sofia Coppola";
answers[6][2] = "Celia Imrie";
answers[6][3] = "Rick McCallum";
answers[6][4] = "George Lucas";
answers[6][5] = "Rose McGowan";

questions[7] = "Who provides the voice of Darth Maul?";
answers[7] = new Array();
answers[7][0] = "James Earl Jones";
answers[7][1] = "Ray Park";
answers[7][2] = "Peter Serafinowicz";
answers[7][3] = "Matthew Wood";
answers[7][4] = "Frank Oz";
answers[7][5] = "Ahmed Best";

questions[8] = "A communication disruption can mean only one thing, what is it?";
answers[8] = new Array();
answers[8][0] = "Invasion";
answers[8][1] = "Annihilation";
answers[8][2] = "Escape";
answers[8][3] = "Evasion";
answers[8][4] = "A jamming signal";
answers[8][5] = "Poor reception";

questions[9] = "What was the name of the order to exterminate the Jedi?";
answers[9] = new Array();
answers[9][0] = "Order 77";
answers[9][1] = "Order 99";
answers[9][2] = "Order 11";
answers[9][3] = "Order 66";
answers[9][4] = "Order 55";
answers[9][5] = "Order 33";

questions[10] = "Which species controls the Trade Federation?";
answers[10] = new Array();
answers[10][0] = "Kaminoans";
answers[10][1] = "Klatoonians";
answers[10][2] = "Neimoidians";
answers[10][3] = "Geonosians";
answers[10][4] = "Toydarians";
answers[10][5] = "Tyberians";

questions[11] = "Who was the favourite to win the Boonta Eve Podrace?";
answers[11] = new Array();
answers[11][0] = "Anakin Skywalker";
answers[11][1] = "Ratts Tyerell";
answers[11][2] = "Ody Mandrell";
answers[11][3] = "Ben Quadinaros";
answers[11][4] = "Gasgano";
answers[11][5] = "Sebulba";

questions[12] = "What is a Bongo?";
answers[12] = new Array();
answers[12][0] = "The creature ridden by Qui-Gon in Tatooine";
answers[12][1] = "The creature ridden by Gungans on Naboo";
answers[12][2] = "The big fish that nearly eats Obi-Wan, Qui-Gon and Jar Jar";
answers[12][3] = "The submarine Jar Jar pilots";
answers[12][4] = "Anakin's Podracer";
answers[12][5] = "The dye used by junk shop owner Watto";

questions[13] = "Name the bounty hunter hired to assassinate Padme.";
answers[13] = new Array();
answers[13][0] = "Aurra Sing";
answers[13][1] = "Durge";
answers[13][2] = "Zam Wesell";
answers[13][3] = "Asaj Ventress";
answers[13][4] = "Montross";
answers[13][5] = "Neelah";

questions[14] = "Count Dooku is known by what evil alias?";
answers[14] = new Array();
answers[14][0] = "Darth Vader";
answers[14][1] = "Darth Tyranus";
answers[14][2] = "Darth Sidious";
answers[14][3] = "Darth Plageuis";
answers[14][4] = "Darth Bane";
answers[14][5] = "Darth Punk";

questions[15] = "What is the name of the ship Palpatine is held hostage on at the beginning of Episode III?";
answers[15] = new Array();
answers[15][0] = "The Phantom Menace";
answers[15][1] = "The Sinister Spirit";
answers[15][2] = "The Hidden Hunter";
answers[15][3] = "The Dark Executioner";
answers[15][4] = "The Secret Searcher";
answers[15][5] = "The Invisible Hand";

questions[16] = "Name the Australian actor who plays Tion Medden.";
answers[16] = new Array();
answers[16][0] = "Noah Taylor";
answers[16][1] = "Stefan Denis";
answers[16][2] = "Hugo Weaving";
answers[16][3] = "Bruce Spence";
answers[16][4] = "Jack Thompson";
answers[16][5] = "Ralph Brown";

questions[17] = "With what weapon does Obi-Wan kill General Grievous?";
answers[17] = new Array();
answers[17][0] = "Lightsaber";
answers[17][1] = "Quaterstaff";
answers[17][2] = "Blaster";
answers[17][3] = "Portable missile launcher";
answers[17][4] = "The Force";
answers[17][5] = "Vibro Ax";

questions[18] = "What studio did Episodes II and III mostly shoot at?";
answers[18] = new Array();
answers[18][0] = "Pinewood";
answers[18][1] = "Fox Studios Australia";
answers[18][2] = "Cinecitta";
answers[18][3] = "Universal Studios";
answers[18][4] = "Ealing";
answers[18][5] = "Bavaria Film Studios";

questions[19] = "Which was the only scene cut from the UK release of Attack Of The Clones by censors?";
answers[19] = new Array();
answers[19][0] = "Jango Fett head-butting Obi-Wan";
answers[19][1] = "Mace Windu decapitating Jango Fett";
answers[19][2] = "Anakin killing the Tusken raiders";
answers[19][3] = "Padme being clawed by the Nexu";
answers[19][4] = "A scene suggesting drug use in the Coruscant bar";
answers[19][5] = "Obi-Wan being tortured by Count Dooku";

questions[20] = "What race is Darth Maul?";
answers[20] = new Array();
answers[20][0] = "Noghri";
answers[20][1] = "Vaathkree";
answers[20][2] = "Kurtzen";
answers[20][3] = "Zabrak";
answers[20][4] = "Bith";
answers[20][5] = "Rodian";

questions[21] = "Which of the following Jedi survives the Jedi purge at the end of Episode III?";
answers[21] = new Array();
answers[21][0] = "Ki-Adi-Mundi";
answers[21][1] = "Shaak Ti";
answers[21][2] = "Stass Allie";
answers[21][3] = "Aayla Secura";
answers[21][4] = "Plo Koon";
answers[21][5] = "Kit Fisto";

questions[22] = "On what planet is Tipoca City?";
answers[22] = new Array();
answers[22][0] = "Kamino";
answers[22][1] = "Geonosis";
answers[22][2] = "Utapau";
answers[22][3] = "Tatooine";
answers[22][4] = "Coruscant";
answers[22][5] = "Mustafar";

questions[23] = "Name the portly, multi-limbed alien who tips Obi-Wan to the origin of Jango Fett's poison dart.";
answers[23] = new Array();
answers[23][0] = "Zek";
answers[23][1] = "Jax";
answers[23][2] = "Tek";
answers[23][3] = "Rox";
answers[23][4] = "Dex";
answers[23][5] = "Lex";

questions[24] = "What is Anakin's midi-chlorian count?";
answers[24] = new Array();
answers[24][0] = "Over 12,000";
answers[24][1] = "Over 2,000";
answers[24][2] = "Over 20,000";
answers[24][3] = "Over 200,000";
answers[24][4] = "Over 2,000,000";
answers[24][5] = "Over 200";

questions[25] = "Which Jedi is said to have commissioned the creation of the clone army?";
answers[25] = new Array();
answers[25][0] = "Oppo Rancisis";
answers[25][1] = "Plagueis";
answers[25][2] = "Tyranus";
answers[25][3] = "Plo Koon";
answers[25][4] = "Adi Gallia";
answers[25][5] = "Sifo-Dyas";

questions[26] = "Who succeeds Amidala as queen of Naboo?";
answers[26] = new Array();
answers[26][0] = "Jamillia";
answers[26][1] = "Corde";
answers[26][2] = "Apailana";
answers[26][3] = "Shmi";
answers[26][4] = "Passel";
answers[26][5] = "Argente";

questions[27] = "What is the name of Anakin's stepfather?";
answers[27] = new Array();
answers[27][0] = "Garm Lars";
answers[27][1] = "Owen Lars";
answers[27][2] = "Zephram Lars";
answers[27][3] = "Cliegg Lars";
answers[27][4] = "Aks Lars";
answers[27][5] = "Colin Lars";

questions[28] = "After the order for the Jedi purge was given, which Jedi was the first to fall?";
answers[28] = new Array();
answers[28][0] = "Plo Koon";
answers[28][1] = "Shaak Ti";
answers[28][2] = "Stass Allie";
answers[28][3] = "Aayla Secura";
answers[28][4] = "Ki-Adi-Mundi";
answers[28][5] = "Kit Fisto";

questions[29] = "The camera pans up rather than down after which film's opening crawl?";
answers[29] = new Array();
answers[29][0] = "Episode I";
answers[29][1] = "Episode II";
answers[29][2] = "Episode III";
answers[29][3] = "Episode IV";
answers[29][4] = "Episode V";
answers[29][5] = "Episode VI";
