var qTitle = 'State Birds Trivia Game';
var numOpt = 4;
var wHeight = 280;
var wWidth = 450;

var questions = new Array
(
"Which is the state bird of New York? AAA Bluebird BBB Yellowhammer CCC Purple Finch DDD Brown Thrasher",
"Which is the state bird of both Maine and Massachusetts? AAA Eastern Goldfinch BBB Ruffed Grouse CCC Willow Goldfinch DDD Chickadee",
"The Nene is the state bird of which state? AAA Alaska BBB Hawaii CCC Florida DDD Louisiana",
"Which is the state bird of Rhode Island? AAA Rhode Island Red BBB Blue Hen Chicken CCC American Seagull DDD Purple Finch",
"The Roadrunner is the state bird of which state? AAA Nevada BBB Utah CCC Colorado DDD New Mexico",
"Which is the state bird of Minnesota? AAA Hermit Thrush BBB Lark Bunting CCC Common Loon DDD Willow Goldfinch",
"Which of the following states does NOT have the Robin as its state bird? AAA Connecticut BBB Iowa CCC Michigan DDD Wisconsin",
"Which state has the Ring-necked Pheasant as its state bird? AAA New Hampshire BBB South Dakota CCC West Virginia DDD Kansas",
"Which is the state bird of Arizona? AAA Cactus Wren BBB Lark Bunting CCC Mountain Bluebird DDD Western Meadowlark",
"How many states have the Cardinal as their state bird? AAA Three BBB Five CCC Seven DDD Nine"
);

var answers = new Array
('a','d','b','a','d','c','b','b','a','c');