Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden

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'; ?>
Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden

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'; ?>
Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden

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'; ?>
Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden

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'; ?>
Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden

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'; ?>
Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden

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'; ?>
Inside Desireé Cousteau

Cast (23)

  • Desiree Cousteau

    Desiree Cousteau

    Herself

  • Serena

    Serena

    Herself

  • John Holmes

    John Holmes

    Himself

  • Juliet Anderson

    Juliet Anderson

    Miss Murdock

  • Sharon Kane

    Sharon Kane

    Clothes Customer

  • Misty Regan

    Misty Regan

    Perfume Customer

  • John Seeman

    John Seeman

    Orgy Guy in Red Chair

  • T.J. Carson

    T.J. Carson

    Orgy Girl in Red Chair

  • Carl Regal

    Carl Regal

    Perfume Customer's Husband

  • Spender Travis

    Spender Travis

    Grocery Boy

  • Jenny Reynolds

    Jenny Reynolds

  • Karen Boston

    Karen Boston

  • Lisa K. Loring

    Lisa K. Loring

    Orgy Girl - Black Garter Belt

  • Steve Marty

    Steve Marty

  • Barry Garnett

    Barry Garnett

  • Jesse Adams

    Jesse Adams

    Rick the Store Clerk

  • Michael Morrison

    Michael Morrison

    Orgy Guy - Blue Blazer

  • John Martinez

    John Martinez

  • Mike Horner

    Mike Horner

    Orgy Guy - Black Glasses (uncredited)

  • Jane Lindsay

    Jane Lindsay

    Orgy Girl - White Dress (uncredited)

  • Susan Nero

    Susan Nero

    Orgy Girl - Red Garter Belt (uncredited)

  • Aaron Stuart

    Aaron Stuart

    Sailboat Captain (uncredited)

  • Johnny Harden

    Johnny Harden