var sS2Titles = new Array(
     "Mind the Baby",
     "Vitas Mortis",
     "Taking the Stone",
     "Crackers Don't Matter",
     "The Way We Weren't",
     "Picture If You Will",
     "Home on the Remains",
     "Dream a Little Dream",
     "Out of Their Minds",
     "My Three Crichtons",
     "Look at the Princess, Part 1: A Kiss is But a Kiss",
     "Look at the Princess, Part 2: I Do, I Think",
     "Look at the Princess, Part 3: The Maltese Crichton",
     "Beware of Dog",
     "Won't Get Fooled Again",
     "The Locket",
     "The Ugly Truth",
     "A Clockwork Nebari",
     "Liars, Guns and Money, Part 1: A Not So Simple Plan",
     "Liars, Guns and Money, Part 2: With Friends Like These",
     "Liars, Guns and Money, Part 3: Plan B",
     "Die Me, Dichotomy"
   );

function drawSeasonTwo()
{
    realDrawSeasonTwo(true);
}

function realDrawSeasonTwo(drawDetails)
{
   var iRatings = new Array(
        8, // Mind the Baby
        7, // Vitas Mortis
        5, // Taking the Stone
        7, // Crackers Don't Matter
        9, // The Way We Weren't
        6, // Picture If You Will
        5, // Home on the Remains
        6, // Dream a Little Dream
        8, // Out of Their Minds
        7, // My Three Crichtons
        8, // Look at the Princess, Part 1: A Kiss is But a Kiss
        8, // Look at the Princess, Part 2: I Do, I Think
        9, // Look at the Princess, Part 3: The Maltese Crichton
        6, // Beware of Dog
        8, // Won't Get Fooled Again
        9, // The Locket
        5, // The Ugly Truth
        7, // A Clockwork Nebari
        8, // Liars, Guns and Money, Part 1: A Not So Simple Plan
        7, // Liars, Guns and Money, Part 2: With Friends Like These
        9, // Liars, Guns and Money, Part 3: Plan B
        10 // Die Me, Dichotomy
      );
   var sAirDates = new Array(
        "March 17, 2000",
        "March 24, 2000",
        "March 31, 2000",
        "April 7, 2000",
        "April 14, 2000",
        "April 21, 2000",
        "June 16, 2000",
        "June 23, 2000",
        "July 7, 2000",
        "July 14, 2000",
        "July 21, 2000",
        "July 28, 2000",
        "August 4, 2000",
        "August 11, 2000",
        "August 18, 2000",
        "August 25, 2000",
        "September 1, 2000",
        "September 8, 2000",
        "January 6, 2001",
        "January 13, 2001",
        "January 20, 2001",
        "January 27, 2001"
      );
   var sQuote = "My name is John Crichton, an astronaut...\n" +
      "A radiation wave hit, and I got shot through a wormhole...\n" +
      "Now I'm lost in some distant part of the universe...\n" +
      "On a ship, a living ship, full of strange alien life forms...\n" +
      "Help me.  Listen, please...\n" +
      "Is there anybody out there who can hear me?\n" +
      "I'm being hunted by an insane military commander...\n" +
      "Doing everything I can... I'm just looking for a way home.<BR><BR>\n" +
      "<A TARGET=\"JAVideo\" HREF=\"http://brent.wirehed.com/ja/video/Season2Titles.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/IntroSeason1-2.mp3\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-listen.gif\"></A>\n" +
      "<A HREF=\"javascript:ShowCredits('s2');\"><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=12.0\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-discuss.gif\"></A>\n";

   drawGuideIndex(2, sS2Titles, sAirDates, iRatings, "s2-", sQuote, "Season Two", "2000-2001", drawDetails);
}

