var sMovieTitles = new Array(
     "The Peacekeeper Wars, Part 1",
     "The Peacekeeper Wars, Part 2"
   );

function drawMovies()
{
    realDrawMovies(true);
}

function realDrawMovies(drawDetails)
{
   var sAirDates = new Array(
        "October 17, 2004",
        "October 18, 2004"
      );
   var iRatings = new Array(
        7,  // PKW1
        9   // PKW2
      );
   var sQuote = "Once upon a time, there was a boy named John.\n" +
      "And John... was an astronaut.\n" +
      "He lived in a far away place called Earth, which is so far away, you've never heard of it.\n" +
      "One day, when John was out doing astronaut things, a big blue wormhole gobbled him up,\n" +
      "and spat him out at the far end of the universe.\n" +
      "Thing were looking grim in Mudville...\n" +
      "'til out hero met an amazing living ship, made some nice new friends,\n" +
      "and he hooked up with his dream girl.\n" +
      "We could've lived happily ever after, but the Peacekeepers raped, chased, and tortured us for years on end.\n" +
      "Then two months ago, we got out asses shot off again.\n" +
      "This time it was the Scarrans  -- big reptiles. \n" +
      "And Moya, our living ship limped her way to your happy planet for a little R&R, because, we figure, it's empty... \n" +
      "Hey, no one is gonna bother us.\n" +
      "Next thing, me and the future Missus Crichton are having a private moment when you guys fly by -- \n" +
      "boom, badda bing, squiggly line, squiggly line, crystallized, and it's two months later.<BR><BR>\n" +
      "<A TARGET=\"JAVideo\" HREF=\"http://brent.wirehed.com/ja/video/PKWIntro.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/IntroPKW.mp3\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-listen.gif\"></A>\n" +
      "<A HREF=\"http://brent.wirehed.com/ja/forum/index.php?board=15.0\"><IMG BORDER=1 WIDTH=64 HEIGHT=24 SRC=\"../images/button-discuss.gif\"></A>\n";

   drawGuideIndex(0, sMovieTitles, sAirDates, iRatings, "s0-", sQuote, "Movies/Minis/Specials", "2004", drawDetails);
}

