//Heading displayed on the quiz page
pageHeading="SHS History Quiz"

//Questions
qpic = new Array(
"mrgreene.jpg",
"mrcascio.jpg",
"cgarman.jpg",
"jmelnick.jpg",
"jzear.jpg",
"mkoch.jpg",
"shsbldg1.jpg",
"Shsgrey1.jpg",
"drundell.jpg",
"New-9.jpg"
)


qa = new Array()
qa[0] = new Question("Who is this well-known person?",
 "Mr. Stenson",
 "Mr. Cascio", 
 "Mr. Greene", 
 "Mr. Hapeman",
 2)
qa[1] = new Question("And who is this well-known person?",
  "Mr. Stenson", 
  "Mr. Cascio",
  "Mr. Greene",
  "Mr. Hapeman",
  1) 
qa[2] = new Question("Is this person a student or a teacher? ",
 "Student",
 "Teacher",
 1)
qa[3] = new Question("Is this person a student or a teacher? ",
 "Student",
 "Teacher",
 0)
qa[4] = new Question("Is this person a student or a teacher? ",
 "Student",
 "Teacher",
 1) 
qa[5] = new Question("And is this person a student or a teacher? ",
 "Student",
 "Teacher",
 1) 
qa[6] = new Question("In 1964, the SHS building housed which grades?",
 "10th,11th,12th",
 "9th,10th,11th,12th",
 "7th - 12th",
 "8th - 12th",
 0)
qa[7] = new Question("What was the name of the 1964 SHS Yearbook?",
 "Edisonian", 
 "Edsonian",
 "El-So-Hi",
 "The Edison",
 1)
qa[8] = new Question("This person was the...",
   "1. Valedictorian",
   "2. Salutatorian",
   "3. Student Council President",
   "4. Both (1.) and (3.)",
 0)
qa[9] = new Question("SHS is situated at a major Elmira intersection. One thoroughfare is Main Street. The other is...",
 "Miller Street",
 "Maple Avenue",
 "Pennsylvania Avenue",
 "Lake Street",
 2)
