var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

// To add more questions, just follow the format below.

questions[0] = "1. What country would be the best place to get <a class=info href='#'>tzatziki<span>Tzatziki is a creamy yogurt dip made with garlic and cucumbers</span></a> and <a class=info href='#'>spanikopita<span>Spanikopita is spinach wrapped in phyllo dough</span></a>?";
choices[0] = new Array();
choices[0][0] = "Italy";
choices[0][1] = "Greece";
choices[0][2] = "Spain";
choices[0][3] = "Poland";
choices[0][4] = "Morocco";
answers[0] = choices[0][1];

questions[1] = "2. You sit down to a gorgeous plate of <a class=info href='#'>sashimi<span>Sashimi is raw seafood</span></a> with <a class=info href='#'>Wasabi<span>wasabi is Japanese horseradish</span></a>. Which country is famous for this food?";
choices[1] = new Array();
choices[1][0] = "Sweden";
choices[1][1] = "Thailand";
choices[1][2] = "Japan";
choices[1][3] = "South Korea";
choices[1][4] = "Mongolia";
answers[1] = choices[1][2];

questions[2] = "3. You are stuffed to the gills from enjoying <a class=info href='#'>orzo<span>Oorzo is a rice-like pasta</span></a>, <a class=info href='#'>zuppa di pesce<span>Zuppa di pesce is fish soup</span></a> and <a class=info href='#'>tiramisu<span>Tiramisu is dessert made with espresso, ladyfingers and cream</span></a>. You're in:";
choices[2] = new Array();
choices[2][0] = "Italy";
choices[2][1] = "France";
choices[2][2] = "Spain";
choices[2][3] = "Greece";
choices[2][4] = "Mexico";
answers[2] = choices[2][0];

questions[3] = "4. After dining on <a class=info href='#'>alu roti<span>Alu roti are potato-filled breads</span></a>, <a class=info href='#'>Bengali red dal curry<span>Bengali red dal curry is lentils cooked with vegetables and spices</span></a> and drinking <a class=info href='#'>chai<span>Chai is a spiced tea</span></a>, you're thinking of taking classes to learn to how cook more of what country's delicious dishes?";
choices[3] = new Array();
choices[3][0] = "India";
choices[3][1] = "Pakistan";
choices[3][2] = "Greece";
choices[3][3] = "Thailand";
choices[3][4] = "Mongolia";
answers[3] = choices[3][0];

questions[4] = "5. After enjoying fiesta and savoring <a class=info href='#'>mancha manteles<span>Manteles is a stew of meat, chiles, vegetables and fruit</span></a>, <a class=info href='#'>chimichangas<span>Chimichangas are deep-fried burritos filled with meat and vegetables</span></a> and <a class=info href='#'>sopaipilla<span>Sopaipilla is fried dough sweetened with syrup or honey</span></a>, your feet are tired but your taste buds are dancing. Where in the world did you eat?";
choices[4] = new Array();
choices[4][0] = "Cuba";
choices[4][1] = "Spain";
choices[4][2] = "Portugal";
choices[4][3] = "Mexico";
choices[4][4] = "Greece";
answers[4] = choices[4][3];

questions[5] = "6. Your rickshaw has dropped you off at a little spot overlooking the Tapi River where the waiter brings you a steaming bowl of <a class=info href='#'>tom kha kai<span>Tom kha kai is a chicken soup made with coconut milk</span></a>. Where are you?";
choices[5] = new Array();
choices[5][0] = "Thailand";
choices[5][1] = "China";
choices[5][2] = "Switzerland";
choices[5][3] = "Canada";
choices[5][4] = "Japan";
answers[5] = choices[5][0];

questions[6] = "7. A local wishes you <a class=info href='#'>'Weso&#322;ych &#346;wi&#261;t Bo&#380;ego Narodzenia'<span>Merry Christmas!</span></a> and invites you to join him for a meal of <a class=info href='#'>kaczka z jab&#322;kami<span>Kaczka z jab&#322;kami is roasted duck with apples</span></a> and <a class=info href='#'>pierogies<span>Pierogies are dumplings often stuffed with potatoes</span></a>. What country will you be dining in tonight?";
choices[6] = new Array();
choices[6][0] = "Czech Republic";
choices[6][1] = "Norway";
choices[6][2] = "Poland";
choices[6][3] = "Iceland";
choices[6][4] = "Russia";
answers[6] = choices[6][2];

questions[7] = "8. After watching Real Madrid win their football game, you celebrate by eating <a class=info href='#'>gazpacho<span>Gazpacho is cold tomato and onion soup</span></a>, <a class=info href='#'>chorizo<span>Chorizo is sausage made with pork meat and paprika</span></a>, <a class=info href='#'>paella<span>Paella is a flavorful rice dish</span></a> and drinking a fabulous glass from Ribera del Duero. Where did all this fun occur?";
choices[7] = new Array();
choices[7][0] = "Portugal";
choices[7][1] = "Spain";
choices[7][2] = "South Africa";
choices[7][3] = "Cuba";
choices[7][4] = "Mexico";
answers[7] = choices[7][1];

questions[8] = "9. Your dinner companions have ordered <a class=info href='#'>couscous<span>Couscous is a very fine small pasta </span></a>, <a class=info href='#'>beef tagine<span>Beef tagine is a stew flavored with cinnamon, cumin and ginger</span></a> with apricots and <a class=info href='#'>lhzina<span>Lhzina is a salad of oranges, olives and flavored with paprika</span></a>. Where are you eating this evening?";
choices[8] = new Array();
choices[8][0] = "Israel";
choices[8][1] = "Egypt";
choices[8][2] = "Morocco";
choices[8][3] = "Argentina";
choices[8][4] = "Greece";
answers[8] = choices[8][2];

questions[9] = "10. The waiter delivers <a class=info href='#'>foie gras<span>Foie gras is made from goose or duck liver</span></a>, <a class=info href='#'>coq au vin<span>Coq au vin is chicken - rooster - cooked in wine</span></a>, and <a class=info href='#'>profiteroles<span>Profiteroles are thin pastry stuffed with ice cream or sweet cream</span></a> for dessert. Where are you?";
choices[9] = new Array();
choices[9][0] = "Spain";
choices[9][1] = "Canada";
choices[9][2] = "Ukraine";
choices[9][3] = "France";
choices[9][4] = "Greece";
answers[9] = choices[9][3];



// response for getting 80%-100%
response[0] = " Tell Us About Your Culinary Adventures\n\n You approach a table with enthusiasm\n and are open to new taste sensations.\n You’d be right at home on the set with\n Gus, Carmen and crew!";
// response for getting 40%-70%
response[1] = " Time to Explore Some More\n\n You probably like to mix it up by trying\n out different restaurants, but you don't\n venture too far from the familiar.\n Grab a gal pal and try something new\n - your taste buds will thank you.";
// response for getting 0%-30%
response[2] = " Step Outside Your Comfort Zone\n\n Start visiting places you've never been to\n before and don't be afraid to try something\n new! You may be surprised by what you enjoy.";