q[0] = "What is the popular fast&ndash;paced team dog sport?";
q[1] = "In what feat did dogs compete in the recently&ndash;held competition in Bangor, Maine that involved water and a tennis ball?";
q[2] = "When did the sport in Question 1 first make an appearance?";
q[3] = "Who holds the current record for most home runs in Major League Baseball?";
q[4] = "What is the type of ball preferred by most retrievers?";
q[5] = "In playing Flyball, what is the first thing the dog does when it&rsquo;s his turn?";
q[6] = "What Major League Baseball relief pitcher got his nickname from the pet he had when he was with the Pirates?";
q[7] = "If you were a dog, which kind of ball would you like best?";
q[8] = "What category of breeds of dogs are quite often avid about playing fetch?";
q[9] = "Babe Ruth, Ted Williams and Willie Mays all did the same thing in their first major league at&ndash;bat.  What was it?";



var choice1 = [0, "Fetch"];
var choice2 = [0, "Agility"];
var choice3 = [1, "Flyball"];
var choice4 = [0, "Catch It!"];

var choice5 = [1, "Long jump"];
var choice6 = [0, "Catch"];
var choice7 = [0, "Swimming"];
var choice8 = [0, "Dive&ndash;ball"];

var choice9 = [0, "1980&rsquo;s"];
var choice10 = [1, "1970&rsquo;s"];
var choice11 = [0, "1960&rsquo;s"];
var choice12 = [0, "Nobody really knows"];

var choice13 = [0, "Babe Ruth"];
var choice14 = [0, "Hank Aaron"];
var choice15 = [1, "Barry Bonds"];
var choice16 = [0, "Willie Mays"];



var choice17 = [1, "Tennis ball"];
var choice18 = [0, "Softball"];
var choice19 = [0, "Handball"];
var choice20 = [0, "Baseball"];

var choice21 = [0, "Wait for you to throw the ball"];
var choice22 = [0, "Catch the ball"];
var choice23 = [0, "Run straight &amp; fast to the flyball box"];
var choice24 = [1, "Run straight &amp; jump a hurdle"];

var choice25 = [1, "'Goose' Gossage"];
var choice26 = [0, "'Dogface' O&rsquo;Reilly"];
var choice27 = [0, "'Chicken' Stanley"];
var choice28 = [0, "'Catfish' Hunter"];

var choice29 = [1, "Tennis ball"];
var choice30 = [1, "Squeaky ball"];
var choice31 = [1, "Soccer ball"];
var choice32 = [1, "Handball"];

var choice33 = [0, "Spaniels"];
var choice34 = [0, "Terriers"];
var choice35 = [0, "Sight hounds"];
var choice36 = [1, "Retrievers"];

var choice37 = [0, "Walk"];
var choice38 = [1, "Strike out"];
var choice39 = [0, "Homer"];
var choice40 = [0, "Double"];




var choices = [choice1, choice2, choice3, choice4, choice5, choice6, choice7, choice8, choice9, choice10, choice11, choice12, choice13, choice14, choice15, choice16, choice17, choice18, choice19, choice20, choice21, choice22, choice23, choice24, choice25, choice26, choice27, choice28, choice29, choice30, choice31, choice32, choice33, choice34, choice35, choice36, choice37, choice38, choice39, choice40];

