// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
banksize=15;
questions=new Array();
 questions[1] ='France is on which continent?~Europe~Asia~North America~Antartica~A';
 questions[2] ='Brazil is on which continent?~Australia~South America~Africa~Europe~B';
 questions[3] ='China is on which continent?~Asia~Europe~Australia~Africa~A';
 questions[4] ='Kenya is on which continent?~Europe~Africa~South America~Asia~B';
 questions[5] ='Mexico is on which continent?~Asia~Europe~Africa~North America~D';
 questions[6] ='Norway is on which continent?~Asia~North America~Antarctica~Europe~D';
 questions[7] ='Canada is on which continent?~Europe~Asia~North America~Antartica~C';
 questions[8] ='New Zealand is on which continent?~Europe~Australia~Africa~South America~B';
 questions[9] ='Peru is on which continent?~North America~South America~Europe~Africa~B';
 questions[10] ='India is on which continent?~Europe~Africa~Australia~Asia~D';
 questions[11] ='Italy is on which continent?~Europe~Asia~Africa~Antarctica~A';
 questions[12] ='United States is on which continent?~South America~North America~Europe~Asia~B';
 questions[13] ='Germany is on which continent?~Asia~Europe~Africa~Australia~B';
 questions[14] ='Iraq is on which continent?~Africa~Europe~Asia~Antarctica~C';
 questions[15] ='Greenland is on which continent?~Europe~Antarctica~North America~Australia~C';
