var AllQ=20; //number of questions. Created by Yi-Tao
var myQ=new Array();
for (i=1;i<=AllQ+1;i++) //makes answer choice for each question
{ temp="choice"+i+"=new Array()";
  eval(temp);
}
var myS=new Array();

//Questions and Answers are below. Pretty simple to figure out
myQ[1]="Like Julius Caesar, Rasputin, and Alexander the Great,\n   Napoleon also had what?"
choice1[1]="Hemophilia";
choice1[2]="Epilepsy";
choice1[3]="Leukemia";
choice1[4]="Tuberculosis";
myS[1]="b"; //use lower case

myQ[2]="After Napoleon became emperor, Beethoven tore out his\n   dedication to Napoleon from what?";
choice2[1]="9th Symphony";
choice2[2]="Fur Elise";
choice2[3]="Ode To Joy";
choice2[4]="Eroica Symphony";
myS[2]="d";

myQ[3]="What did Beethoven substitute the dedication with?";
choice3[1]="The Battle Hymn of The Republic";
choice3[2]="Beethoveen’s 10th Symphonia";
choice3[3]="To the Memory of a Great Man";
choice3[4]="Fur Elise";
myS[3]="c";

myQ[4]="Napoleon sold gave up his dreams for a Western Empire\n   and sold the Louisana Territories after his troops\n   were defeated in a slave revolt on which island?";
choice4[1]="Cuba";
choice4[2]="Haiti";
choice4[3]="Bahamas";
choice4[4]="Jamaica";
myS[4]="b";

myQ[5]="What was the 'Nation of Shopkeepers' that Napoleon tried\n   to crush with the Continental System?";
choice5[1]="Austria";
choice5[2]="Prussia";
choice5[3]="Russia";
choice5[4]="Great Britian";
myS[5]="d";

myQ[6]="What was happening in Britain at the time that caused\n   the Continental System to fail?";
choice6[1]="Agricultural Revolution";
choice6[2]="Great Awakening";
choice6[3]="Industrial Revolution";
choice6[4]="Second Industrial Revolution";
myS[6]="c";

myQ[7]="Napoleon Bonaparte dissolved which empire in 1806?";
choice7[1]="Holy Roman Empire";
choice7[2]="Ottomon Empire";
choice7[3]="British Empire";
choice7[4]="French Empire";
myS[7]="a";

myQ[8]="Like Napoleon, what other conqueror was defeated\n   because of the Russian winter?";
choice8[1]="Peter the Great";
choice8[2]="Adolf Hitler ";
choice8[3]="Alexander the Great";
choice8[4]="Ivan the Terrible";
myS[8]="b";

myQ[9]="The Peninsular War of 1808-1814 was waged between France\n   and Britain for the control of what peninsula?";
choice9[1]="Balkan";
choice9[2]="Arabian";
choice9[3]="Iberian";
choice9[4]="Crimean";
myS[9]="c";

myQ[10]="What also happened the year that Napoleon retreated\n    from Moscow?";
choice10[1]="The U.S. declared war on Britain";
choice10[2]="The Maine blew up in Havana Harbor";
choice10[3]="The Alamo was beseiged";
choice10[4]="None of the above";
myS[10]="a";

myQ[11]="Which US state bases its laws on the Napoleonic Code?";
choice11[1]="Alaska";
choice11[2]="California";
choice11[3]="Florida";
choice11[4]="Louisiana";
myS[11]="d";

myQ[12]="Where is Napoleon's tomb?";
choice12[1]="Hotel des Invalides";
choice12[2]="Arc de Triomphe";
choice12[3]="Sainte Chapelle";
choice12[4]="Louvre";
myS[12]="a";

myQ[13]="What did Napoleon do while he was in Egypt?";
choice13[1]="Cross a burning bridge";
choice13[2]="Discover King Tut's Tomb";
choice13[3]="Shoot the nose off of the Sphinx";
choice13[4]="None of the above";
myS[13]="c";

myQ[14]="What was the chief goal of the Congress of Vienna?";
choice14[1]="To punish France";
choice14[2]="To create a lasting peace";
choice14[3]="To divid up Africa";
choice14[4]="To unify Germany";
myS[14]="b";

myQ[15]="Why did the Congress of Vienna redraw the bounderies\n    of some European countries?";
choice15[1]="To distribute land more fairly";
choice15[2]="To address nationalism";
choice15[3]="To create more countries";
choice15[4]="To surround France with strong nations";
myS[15]="d";

myQ[16]="Which battle secured Great Britain from a naval\n    invasion by France?";
choice16[1]="Battle of the Nile";
choice16[2]="Battle of Nations";
choice16[3]="Battle of Trafalgar";
choice16[4]="Battle of Waterloo";
myS[16]="c";

myQ[17]="When was Napoleon's body sent back to France?";
choice17[1]="1810";
choice17[2]="1820";
choice17[3]="1830";
choice17[4]="1840";
myS[17]="d";

myQ[18]="What was the first paper to publicaly launch the\n    theory that Napoleon was poisoned by arsenic?";
choice18[1]="Life";
choice18[2]="Nature";
choice18[3]="Times";
choice18[4]="Newsweek";
myS[18]="b";

myQ[19]="why was the Spanish Peninsula the 'ulcer of the\n    French Empire'?";
choice19[1]="Britain controlled it";
choice19[2]="It was never allied with France";
choice19[3]="Rebels there refused to surrender";
choice19[4]="Rebels there incited revolts in France";
myS[19]="c";

myQ[20]="Why did the French welcome back Napoleon during\n    the Hundred Days?";
choice20[1]="Unlike Napoleon, Louis XVIII was ugly and had no charm";
choice20[2]="They liked the rights granted by Napoleon's Civil Code";
choice20[3]="Britain was in an economic slump";
choice20[4]="None of the above";
myS[20]="a";
