var sS3Titles = new Array(
     "Season of Death",
     "Suns and Lovers",
     "Self Inflicted Wounds, Part 1: Could'a, Would'a, Should'a",
     "Self Inflicted Wounds, Part 2: Wait for the Wheel",
     "...Different Destinations",
     "Eat Me",
     "Thanks For Sharing",
     "Green Eyed Monster",
     "Losing Time",
     "Relativity",
     "Incubator",
     "Meltdown",
     "Scratch 'N Sniff",
     "Infinite Possibilities, Part 1: Daedalus Demands",
     "Infinite Possibilities, Part 2: Icarus Abides",
     "Revenging Angel",
     "The Choice",
     "Fractures",
     "I-Yensch, You-Yensch",
     "Into the Lion's Den, Part 1: Lambs to the Slaughter",
     "Into the Lion's Den, Part 2: Wolf in Sheep's Clothing",
     "Dog with Two Bones"
   );

function drawSeasonThree()
{
    realDrawSeasonThree(true);
}

function realDrawSeasonThree(drawDetails)
{
   var iRatings = new Array(
        9, // Season of Death
        6, // Suns and Lovers
        8, // Self Inflicted Wounds, Part 1: Could'a, Would'a, Should'a
        9, // Self Inflicted Wounds, Part 2: Wait for the Wheel
        7, // Different Destinations
        7, // Eat Me
        8, // Thanks For Sharing
        8, // Green Eyed Monster
        6, // Losing Time
        10, // Relativity
        6, // Incubator
        7, // Meltdown
        5, // Scratch 'N Sniff
        9, // Infinite Possibilities, Part 1: Daedalus Demands
        10, // Infinite Possibilities, Part 2: Icarus Abides
        6, // Revenging Angel
        8, // The Choice
        8, // Fractures
        7, // I-Yensch, You-Yensch
        8, // Into the Lion's Den, Part 1: Lambs to the Slaughter
        9, // Into the Lion's Den, Part 2: Wolf in Sheep's Clothing
        9 // Dog with Two Bones
      );
   var sAirDates = new Array(
        "March 16, 2001",
        "March 23, 2001",
        "March 30, 2001",
        "April 6, 2001",
        "April 13, 2001",
        "April 20, 2001",
        "June 15, 2001",
        "June 22, 2001",
        "June 29, 2001",
        "July 6, 2001",
        "July 13, 2001",
        "July 14, 2001",
        "July 20, 2001",
        "July 27, 2001",
        "August 3, 2001",
        "August 10, 2001",
        "August 17, 2001",
        "August 24, 2001",
        "Apr 5 2002",
        "Apr 12 2002",
        "Apr 19 2002",
        "Apr 26 2002"
      );
   var sQuote = "My name is John Crichton... (I'm lost)<BR>\n" +
      "An astronaut... (shot through a wormhole)<BR>\n" +
      "In some distant part of the universe... (I'm trying to stay alive)<BR>\n" +
      "Aboard this ship... (this living ship)<BR>\n" +
      "of escaped prisoners... (my friends)<BR>\n" +
      "If you can hear me... (beware)<BR>\n" +
      "If I make it back... (will they follow?)<BR>\n" +
      "If I open the door... (are you ready?)<BR>\n" +
      "Earth is unprepared... (helpless)<BR>\n" +
      "For the nightmares... (I've seen)<BR>\n" +
      "Or should I stay... (protect my home)<BR>\n" +
      "Not show them... (you exist)<BR>\n" +
      "But then you'll never know, the wonders I've seen<BR>\n" +
      "<BR></I>(Special thanks to Lee Shamblin for transcribing)<I><BR><BR>\n" +
      "<A TARGET=\"JAVideo\" HREF=\"http://brent.wirehed.com/ja/video/Season3Titles.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/IntroSeason3.mp3\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-listen.gif\"></A>\n" +
      "<A HREF=\"javascript:ShowCredits('s3');\"><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=13.0\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-discuss.gif\"></A>\n";

   drawGuideIndex(3, sS3Titles, sAirDates, iRatings, "s3-", sQuote, "Season Three", "2001-2002", drawDetails);
}

