Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Midnight Offerings

Cast (21)

  • Melissa Sue Anderson

    Melissa Sue Anderson

    Vivian Sotherland

  • Mary Elizabeth McDonough

    Mary Elizabeth McDonough

    Robin Prentiss

  • Patrick Cassidy

    Patrick Cassidy

    David Sterling

  • Marion Ross

    Marion Ross

    Emily Moore

  • Gordon Jump

    Gordon Jump

    Sherm Sotherland

  • Cathryn Damon

    Cathryn Damon

    Diane Sotherland

  • Ray Girardin

    Ray Girardin

    Clausen

  • Peter MacLean

    Peter MacLean

    Charles Prentiss

  • Jack Garner

    Jack Garner

    Hugh Garvey

  • Dana Kimmell

    Dana Kimmell

    Lily

  • Jeff MacKay

    Jeff MacKay

    Herb Nemenz

  • Kym Karath

    Kym Karath

    Monique

  • Michael Morgan

    Michael Morgan

    Frankel

  • Vanna White

    Vanna White

    Devona

  • Curt Ayers

    Curt Ayers

  • Gary Dubin

    Gary Dubin

  • Robin Klein

    Robin Klein

  • Wendy Rastattar

    Wendy Rastattar

  • Dino Shorte

    Dino Shorte

    Paramedic

  • Dean Wein

    Dean Wein

  • Loren Lester

    Loren Lester