public void reaction()
 {
     beep.Play();
     audience.RandomReaction();
     narrator.RandomReaction();
 }