questions = new Array();
answers = new Array();
rightanswers = new Array();

rightanswers[0] = 5
rightanswers[1] = 2
rightanswers[2] = 2
rightanswers[3] = 3
rightanswers[4] = 1
rightanswers[5] = 1
rightanswers[6] = 3
rightanswers[7] = 1
rightanswers[8] = 2
rightanswers[9] = 0
rightanswers[10] = 4
rightanswers[11] = 3
rightanswers[12] = 5
rightanswers[13] = 0
rightanswers[14] = 1
rightanswers[15] = 2
rightanswers[16] = 1
rightanswers[17] = 3
rightanswers[18] = 4
rightanswers[19] = 0
rightanswers[20] = 5
rightanswers[21] = 4
rightanswers[22] = 0
rightanswers[23] = 2
rightanswers[24] = 2
rightanswers[25] = 4
rightanswers[26] = 0
rightanswers[27] = 2
rightanswers[28] = 2
rightanswers[29] = 5

questions[0] = "Name the creature that Luke battles under Jabba's palace.";
answers[0] = new Array();
answers[0][0] = "Mynock";
answers[0][1] = "Shaak";
answers[0][2] = "Ronto";
answers[0][3] = "Dia Noga";
answers[0][4] = "Wampa";
answers[0][5] = "Rancor";

questions[1] = "In A New Hope, what is a Dewback?";
answers[1] = new Array();
answers[1][0] = "The squat alien that waddles through the sandcrawler";
answers[1][1] = "The beast of burden that rears up on the entry to Mos Eisley";
answers[1][2] = "A lizard ridden by stormtrooper patrols";
answers[1][3] = "A small robot that Chewbacca roars at";
answers[1][4] = "The creatures ridden by Sandpeople";
answers[1][5] = "A root vegetable used by Aunt Beru";

questions[2] = "Name the blue-skinned alien keyboard player who fronted the band at Jabba's palace.";
answers[2] = new Array();
answers[2][0] = "Sy Snootles";
answers[2][1] = "Droopy McCool";
answers[2][2] = "Max Rebo";
answers[2][3] = "Filgrin D’an";
answers[2][4] = "Jah Yowza";
answers[2][5] = "Rufus Wainwright";

questions[3] = "In which one of these categories did A New Hope NOT win an Oscar?";
answers[3] = new Array();
answers[3][0] = "Editing";
answers[3][1] = "Costume Design";
answers[3][2] = "Art Direction/Set Decoration";
answers[3][3] = "Cinematography";
answers[3][4] = "Music";
answers[3][5] = "Sound";

questions[4] = "What is the first line in the opening crawl for The Empire Strikes Back?";
answers[4] = new Array();
answers[4][0] = "Luke Skywalker has returned home to his planet of Tatooine";
answers[4][1] = "It is a dark time for the Rebellion";
answers[4][2] = "It is a period of unrest in the galaxy";
answers[4][3] = "Following the destruction of the Death Star, the Empire has regrouped";
answers[4][4] = "The Rebel forces have gathered on the frozen wastelands of Hoth";
answers[4][5] = "The first one did so well we made another one";

questions[5] = "What is Grand Moff Tarkin’s first name?";
answers[5] = new Array();
answers[5][0] = "Moff";
answers[5][1] = "Wilhuf";
answers[5][2] = "Davik";
answers[5][3] = "Thrawn";
answers[5][4] = "Jerjerrod";
answers[5][5] = "Keith";

questions[6] = "During the Millennium Falcon’s escape from the Death Star, what does Princess Leia say the Falcon loses?";
answers[6] = new Array();
answers[6][0] = "Hyperdrive";
answers[6][1] = "Laser turrets";
answers[6][2] = "Rear deflectors";
answers[6][3] = "Lateral controls";
answers[6][4] = "The navi-computer";
answers[6][5] = "Auxilliary power";

questions[7] = "Which of the following droids suffered from a bad motivator?";
answers[7] = new Array();
answers[7][0] = "R2-D2";
answers[7][1] = "R5-D4";
answers[7][2] = "C-3P0";
answers[7][3] = "4-LOM";
answers[7][4] = "IG-88";
answers[7][5] = "2-1B";

questions[8] = "In Episode VI, what is the name of the Rebel officer who says a strike team will land on Endor?";
answers[8] = new Array();
answers[8][0] = "General Riekan";
answers[8][1] = "General Taskeen";
answers[8][2] = "General Madine";
answers[8][3] = "General Dodonna";
answers[8][4] = "Major Derlin";
answers[8][5] = "General Yavid";

questions[9] = "Where on Tatooine might you go to have a droid's memory erased?";
answers[9] = new Array();
answers[9][0] = "Anchorhead";
answers[9][1] = "Toshi Station";
answers[9][2] = "Mos Espa";
answers[9][3] = "Mos Eisley";
answers[9][4] = "Beggar's Canyon";
answers[9][5] = "The Jundland Wastes";

questions[10] = "Which stormtrooper was not at his post in the Death Star hangar?";
answers[10] = new Array();
answers[10][0] = "CP-561";
answers[10][1] = "VX-345";
answers[10][2] = "TP-436";
answers[10][3] = "CK-168";
answers[10][4] = "TK-421";
answers[10][5] = "GA-985";

questions[11] = "What substance does Lando’s facility mine on Cloud City?";
answers[11] = new Array();
answers[11][0] = "Bacta";
answers[11][1] = "Tiberium Ore";
answers[11][2] = "Dilithium crystals";
answers[11][3] = "Tibanna gas";
answers[11][4] = "Kessel spice";
answers[11][5] = "Bantha poodoo";

questions[12] = "What is the first sentence in the original trilogy?";
answers[12] = new Array();
answers[12][0] = "There’ll be no escape for the princess this time.";
answers[12][1] = "They’ve shut down the main reactor.";
answers[12][2] = "We’ll be destroyed for sure.";
answers[12][3] = "Several transmissions were beamed to this ship by Rebel spies.";
answers[12][4] = "There’s one, set for stun.";
answers[12][5] = "Did you hear that?";

questions[13] = "How many credits was Han due to be paid upon arrival at Alderaan?";
answers[13] = new Array();
answers[13][0] = "15,000";
answers[13][1] = "7,000";
answers[13][2] = "10,000";
answers[13][3] = "17,000";
answers[13][4] = "2,000";
answers[13][5] = "20,000";

questions[14] = "During the battle of Yavin, which Rebel fighter is the first to die?";
answers[14] = new Array();
answers[14][0] = "Biggs";
answers[14][1] = "Porkins";
answers[14][2] = "Red Leader";
answers[14][3] = "Gold Leader";
answers[14][4] = "Red 7";
answers[14][5] = "Gold 9";

questions[15] = "What is the name of Darth Vader's flagship?";
answers[15] = new Array();
answers[15][0] = "The Avenger";
answers[15][1] = "The Excelsior";
answers[15][2] = "The Executor";
answers[15][3] = "The Accuser";
answers[15][4] = "The Chimaera";
answers[15][5] = "The Emperor's Will";

questions[16] = "Where specifically would one find the all-powerful Sarlacc?";
answers[16] = new Array();
answers[16][0] = "The Jundland Wastes";
answers[16][1] = "The Pit of Carkoon";
answers[16][2] = "The Dune Sea";
answers[16][3] = "The Zabrash abyss";
answers[16][4] = "The Badlands";
answers[16][5] = "The Huttren Desert";

questions[17] = "What does Luke Skywalker use to destroy an<br>AT-AT in Episode V?";
answers[17] = new Array();
answers[17][0] = "A tow cable";
answers[17][1] = "His lightsaber";
answers[17][2] = "A blaster";
answers[17][3] = "A grenade";
answers[17][4] = "A turbo laser";
answers[17][5] = "He engages the self-destruct";

questions[18] = "Who directed Return Of The Jedi?";
answers[18] = new Array();
answers[18][0] = "Lawrence Kasdan";
answers[18][1] = "Irwin Kershner";
answers[18][2] = "George Lucas";
answers[18][3] = "Frank Oz";
answers[18][4] = "Richard Marquand";
answers[18][5] = "Ben Burtt";

questions[19] = "After the dissolution of the Senate, what was to keep the local systems in line?";
answers[19] = new Array();
answers[19][0] = "Fear of the Death Star";
answers[19][1] = "The regional governors";
answers[19][2] = "The Emperor";
answers[19][3] = "The Imperial Navy";
answers[19][4] = "Grand Moff Tarkin";
answers[19][5] = "Taxation";

questions[20] = "Which of these planets is not shown during the celebrations at the end of the 2004 DVD release of Episode VI?";
answers[20] = new Array();
answers[20][0] = "Endor";
answers[20][1] = "Bespin";
answers[20][2] = "Tatooine";
answers[20][3] = "Coruscant";
answers[20][4] = "Naboo";
answers[20][5] = "Hoth";

questions[21] = "Which Death Star detention block is Princess Leia held in?";
answers[21] = new Array();
answers[21][0] = "1138";
answers[21][1] = "DB-94";
answers[21][2] = "4653";
answers[21][3] = "Z-81";
answers[21][4] = "AA-23";
answers[21][5] = "ZX-81";

questions[22] = "Who is the first character in the original trilogy to say \"May the Force be with you\"?";
answers[22] = new Array();
answers[22][0] = "General Dodonna";
answers[22][1] = "Obi-Wan Kenobi";
answers[22][2] = "Princess Leia";
answers[22][3] = "Luke Skywalker";
answers[22][4] = "Han Solo";
answers[22][5] = "Biggs Darklighter";

questions[23] = "\"It's a trap!\" Where exactly were the Imperial ships detected during the battle of Endor?";
answers[23] = new Array();
answers[23][0] = "Sector 14";
answers[23][1] = "Sector 32";
answers[23][2] = "Sector 47";
answers[23][3] = "Sector 5";
answers[23][4] = "Sector 58";
answers[23][5] = "Sector 66";

questions[24] = "What creature sound does Ben Kenobi make to scare off the Sand People in Episode IV?";
answers[24] = new Array();
answers[24][0] = "Dianoga";
answers[24][1] = "Kath Hound";
answers[24][2] = "Krayt Dragon";
answers[24][3] = "Nexu";
answers[24][4] = "Rancor";
answers[24][5] = "Tuskcat";

questions[25] = "Which of the following changes was not added to the 1997 Special Edition release of the trilogy?";
answers[25] = new Array();
answers[25][0] = "Luke meeting Biggs on Yavin IV.";
answers[25][1] = "Boba Fett flirting with a dancer in Jabba's palace.";
answers[25][2] = "The Emperor's statue being toppled on Coruscant.";
answers[25][3] = "A shockwave emanating from the Death Star explosion.";
answers[25][4] = "Ian McDiarmid replacing Clive Revill as the Emperor in Episode III.";
answers[25][5] = "Greedo shooting first.";

questions[26] = "In Episode V Han Solo refers to a recent run-in with Jabba's bounty hunters. On which planet did this take place?";
answers[26] = new Array();
answers[26][0] = "Ord Mantrell";
answers[26][1] = "Tatooine";
answers[26][2] = "Haruun Kal";
answers[26][3] = "Palanhi";
answers[26][4] = "Utapau";
answers[26][5] = "Dromund Kaas";

questions[27] = "What race was the dancing girl in Jabba's palace?";
answers[27] = new Array();
answers[27][0] = "Bith";
answers[27][1] = "Rodian";
answers[27][2] = "Twi'lek";
answers[27][3] = "Zabrak";
answers[27][4] = "Snivvian";
answers[27][5] = "Teek";

questions[28] = "How much does the disguised Leia finally accept as bounty for the 'captured' Chewbacca?";
answers[28] = new Array();
answers[28][0] = "15,000 credits";
answers[28][1] = "5,000 credits";
answers[28][2] = "35,000 credits";
answers[28][3] = "25,000 credits";
answers[28][4] = "45,000 credits";
answers[28][5] = "55,000 credits";

questions[29] = "To free Han from Jabba's palace, Leia adopts a disguise. What race is the bounty hunter she poses as?";
answers[29] = new Array();
answers[29][0] = "Veknoid";
answers[29][1] = "Zhell";
answers[29][2] = "Satarin";
answers[29][3] = "Noghri";
answers[29][4] = "Trianii";
answers[29][5] = "Ubese";