function FineRomance(disc) {
  if(isNaN(disc)) {
    disc = 0;
  }
//Remove when next set comes out
/*
  if(disc != 0) {
    document.write("<h2>The Other Episodes</h2>");
  }
*/
  if(disc != 1) {
    document.write("A Fine Romance, Series 1<br>");
  }
}