//array of answers 
tt="US Citizenship test prep";
//don't change this...
q=new Array();
q[0]="You didn\'t answer this question.";
q[1]="You didn\'t answer this question.";
q[2]="You didn\'t answer this question.";
q[3]="You didn\'t answer this question.";
q[4]="You didn\'t answer this question.";
q[5]="You didn\'t answer this question.";

/***** change or add answers
put a \ before all quotes in the answers
*******/
//correct answers
qa=new Array();
qa[0]="Mayor";
qa[1]="Thanksgiving";
qa[2]="Thomas Jefferson";
qa[3]="18";
qa[4]="The President";
qa[5]="The Preamble";

//all answers
qans=new Array();
//q0 (#1)
qans[0]="Governor";
qans[1]="Mayor";
qans[2]="Chief of Police";
qans[3]="The President";
//q1 (#2)
qans[4]="Christmas";
qans[5]="Thanksgiving";
qans[6]="Independence Day";
qans[7]="Flag Day";
//q2 (#3)
qans[8]="Thomas Jefferson";
qans[9]="Abraham Lincoln";
qans[10]="George Washington";
qans[11]="Benjamin Franklin";
//q3 (#4)
qans[12]="16";
qans[13]="18";
qans[14]="21";
qans[15]="25";
//q4 (#5)
qans[16]="The President";
qans[17]="Congress";
qans[18]="The State Governor";
qans[19]="House of Representatives";
//q5 (#6)
qans[20]="The Introduction";
qans[21]="The Preface";
qans[22]="The Preamble";
qans[23]="The Rights of Man";
/***
right answers - b,b,a,b,a,c
****/