function question(answer, question, a, b, c, d) {
  this.answer = answer;
  this.question = question;
  this.a = a;
  this.b = b;
  this.c = c;
  this.d = d;
  return this;
}
var units = new Array(
  new question("1","Who played the character on the show named Ross?",
  "Les Lye","Ross Ewich","Alasdair Gillis","I don\'t know"),
  new question("2","Who played Mom on the show?",
  "Christine McGlade","Abby Hagyard","Lisa Ruddy","I don\'t know"),
  new question("3","On what network did YCDTOTV air?",
  "Disney","Fox","Nickelodeon","I don\'t know"),
  new question("4","In what year were there no episodes produced?",
  "1988","1987","1989","I don\'t know"),
  new question("5","What was the YCDTOTV set called?",
  "Studio B","The Link Set","Backstage","I don\'t know"),
  new question("6","What is Alasdair Gillis\' middle name?",
  "Matthew","Michael","Murry","I don\'t know"),
  new question("7","Matthew Godfrey\'s little brother was on the show.  What was his name?",
  "Amyas","Adam","Kevin","I don\'t know"),
  new question("8","What was Christine McGlade\'s nickname on the show?",
  "Babe","Moose","Mouth","I don\'t know"),
  new question("9","The creator of YCDTOTV, Roger Price, also created a pilot for a proposed kids\' science fiction series.  What was it called?",
  "\"UFO Adventure\"","\"UFO Encounter\"","\"UFO Kidnapped\"","I don\'t know"),
  new question("10","In what year did the show lose its hosts, Christine McGlade and Alasdair Gillis?",
  "1986","1987","1985","I don\'t know"),
  new question("11","What episode was banned in the US? ",
  "\"Drugs\"","\"Adoption\"","\"Dating\"","I don\'t know"),
  new question("12","Who was the longest serving cast member of YCDTOTV?",
  "Alasdair Gillis","Christine McGlade","Les Lye","I don\'t know"),
  new question("13","What was Lisa Ruddy\'s nickname on the show?",
  "Motormouth","Bashful","Moose","I don\'t know"));
  
var slime = new Array(" ","","Again!","Alasdair\, is that you!","Yet Again!","5 Times!",
"6 Times! Unbelievable!","7 Times! No Way!","Oh No!",
"9 Times! You\'re Kidding!","10 Times! Ugh!","11 Times! Get Real!",
"12 Times! This is not happening!","13 Times! You Win!");
  
var holder2 = new Array("083","111","114","114","121","046","AB2","078","111","AB1","099",
              "111","110","116","101","115","116","AB2","116","111","100","097","121");
              
var soundFile = new Array("zztopx.mid","ashamed.wav","theme.wav","color.mid");
  
