var sS4Titles = new Array(
     "Crichton Kicks",
     "What Was Lost, Part 1: Sacrifice",
     "What Was Lost, Part 2: Resurrection",
     "Lava's a Many Splendored Thing",
     "Promises",
     "Natural Election",
     "John Quixote",
     "I Shrink, Therefore I Am",
     "A Prefect Murder",
     "Coup by Clam",
     "Unrealized Reality",
     "Kansas",
     "Terra Firma",
     "Twice Shy",
     "Mental as Anything",
     "Bringing Home the Beacon",
     "A Constellation of Doubt",
     "Prayer",
     "We're So Screwed, Part 1: Fetal Attraction",
     "We're So Screwed, Part 2: Hot to Katratzi",
     "We're So Screwed, Part 3: La Bomba",
     "Bad Timing"
   );

function drawSeasonFour()
{
    realDrawSeasonFour(true);
}

function realDrawSeasonFour(drawDetails)
{
   var iRatings = new Array(
        5, // Crichton Kicks
        7, // What Was Lost, Part 1: Sacrifice
        7, // What Was Lost, Part 2: Resurrection
        5, // Lava's a Many Splendored Thing
        9, // Promises
        7, // Natural Election
        6, // John Quixote
        8, // I Shrink, Therefore I Am
        5, // A Prefect Murder
        6, // Coup by Clam
        8, // Unrealized Reality
        8, // Kansas
        9, // Terra Firma
        7, // Twice Shy
        4, // Mental as Anything
        8, // Bringing Home the Beacon
        5, // A Constellation of Doubt
        9, // Prayer
        10, // We're So Screwed, Part 1: Fetal Attraction
        9, // We're So Screwed, Part 2: Hot to Katratzi
        9, // We're So Screwed, Part 3: La Bomba
        10 // Bad Timing
      );
   var sAirDates = new Array(
        "June 7, 2002",
        "June 14, 2002",
        "June 21, 2002",
        "June 28, 2002",
        "July 12, 2002",
        "July 19, 2002",
        "July 26, 2002",
        "August 2, 2002",
        "August 9, 2002",
        "August 16, 2002",
        "August 23, 2002",
        "January 10, 2003",
        "January 17, 2003",
        "January 24, 2003",
        "January 31, 2003",
        "February 7, 2003",
        "February 14, 2003",
        "February 21, 2003",
        "February 28, 2003",
        "March 7, 2003",
        "March 14, 2003",
        "March 21, 2003"
      );
   var sQuote = "My name is John Crichton, an astronaut.\n" +
      "Three years ago I got shot through a wormhole.\n" +
      "I'm in a distant part of the universe, aboard this living ship of escaped prisoners -- my friends.\n" +
      "I've made enemies... powerful, dangerous.\n" +
      "Now all I want is to find a way home, to warn Earth.\n" +
      "Look upward and share the wonders I've seen.<BR><BR>\n" +
      "<A TARGET=\"JAVideo\" HREF=\"http://brent.wirehed.com/ja/video/Season4Titles.wmv\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-watch.gif\"></A>\n" +
      "<A TARGET=\"JAAudio\" HREF=\"http://brent.wirehed.com/ja/audio/IntroSeason4.mp3\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-listen.gif\"></A>\n" +
      "<A HREF=\"javascript:ShowCredits('s4');\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-titles.gif\"></A>\n" +
      "<A HREF=\"http://brent.wirehed.com/ja/forum/index.php?board=14.0\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-discuss.gif\"></A>\n";

   drawGuideIndex(4, sS4Titles, sAirDates, iRatings, "s4-", sQuote, "Season Four", "2002-2003", drawDetails);
}


