<HTML>
<HEAD>
<TITLE>Ambit's SF TV Talk Science Fiction Newsletter - NewsBytes</TITLE>
<!-- science fiction,sci-fi,tv,sci fi,television,TV,scifi,TV program guide,SF,Stargate,SG1,Star Trek,Voyager,X-Files,Andromeda,Babylon 5,Angel,Dark Angel,Buffy,Roswell,Outer Limits,Freakylinks,Sliders,Farscape,Lost World,Relic Hunter,John Edwards,Lois & Clark,Superman,First Wave,Invisible Man,LEXX,7 Days,Immortal,Queen of Swords,,sci-fi movies,movies,sci fi channel,sci-fi television,sci fi television,science fiction television -->
<meta name="description" content="SF TV Talk NewsBytes: Here you will find the news and rumors from the Web's best Sci-Fi newsletter.  SF TV Talk also has future episode descriptions of many popular sci-fi shows on broadcast and cable networks PLUS feature articles, answers to reader questions, links to sci-fi Web sites and more!!">
<meta name="keywords" content="science fiction,sci-fi,tv,sci fi,television,TV,scifi,TV program guide,SF,Stargate,SG1,Star Trek,Voyager,X-Files,Andromeda,Babylon 5,Angel,Dark Angel,Buffy,Roswell,Outer Limits,Freakylinks,Sliders,Farscape,Lost World,Relic Hunter,John Edwards,Lois & Clark,Superman,First Wave,Invisible Man,LEXX,7 Days,Immortal,Queen of Swords,,sci-fi movies,movies,sci fi channel,sci-fi television,sci fi television,science fiction television">
<meta NAME="revisit" content="7 days">
<meta NAME="robots" content="index">
<META	NAME="ABSTRACT"	CONTENT="Ambit - The Web Waystation: SF TV TALK - Sci-Fi Newsletter With TV Episode Information And Newsbriefs.">
<META	NAME="LANGUAGE"	CONTENT="en-us">
<META	NAME="CC"	CONTENT="ambit">
<META	NAME="ALIAS"	CONTENT="http://www.ambitweb.com/sftvtalk/sfnews.html">
<META	NAME="OWNER"	CONTENT="webmaster@ambitweb.com">
<META   NAME="COPYRIGHT" CONTENT="Copyright I. Brickman, 1995-2002, all rights reserved.">
<META   NAME="TRADEMARK" CONTENT=' "Ambit - The Web Waystation" is a trademark of Web presence owned by I,Brickman, 1995-2002, all rights reserved.'>
<meta http-equiv="Page-Exit" content="blendTrans(Duration=2.0)">
<LINK REL=stylesheet HREF="links.css" TYPE="text/css">
<style>
 body {BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(grayline.gif); BACKGROUND-REPEAT: repeat;
 scrollbar-3dlight-color:#440000;
 scrollbar-arrow-color:#eeeeee;
 scrollbar-base-color:#000000;
 scrollbar-darkshadow-color:#440000;
 scrollbar-face-color:#770000;
 scrollbar-track-color:#440000;
 scrollbar-highlight-color:#eeeeee;
 scrollbar-shadow-color:#eeeeee;
 font-family: "trebuchet ms", arial, helvetica, sans-serif;
 padding-right: 0px; padding-left: 10px;
}
 .hide {color:#eeeeee;font-size:4px;font-weight:none;font-style:none;text-decoration:none;font-family:'times new roman',Roman,Serif;}
td.pilot{color:#000066;font-size:12px}
</style>
<script LANGUAGE="JavaScript">
<!--
function the_date()
{
    months = new Array ("January", "February", "March", "April", "May",
                        "June", "July", "August", "September", "October",
			"November", "December");

    days = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday",
                        "Saturday");


    mydate = new Date();

    hour      = mydate.getHours();
    minute    = mydate.getMinutes();
    day_month = mydate.getDate();
    month     = mydate.getMonth();
    year      = mydate.getYear();    
    day       = mydate.getDay(); 

    if (minute < 10)  { minute = "0" + minute; }

    ampm = "am";
    if (hour == 0)  { hour  = 12; }
    if (hour > 12)  { hour -= 12;  ampm = "pm"; }

    if (year >= 90 && year < 200) {
        year += 1900;
    }

    date_str  = days [day] + " · ";
    date_str += months [month] + " ";
    date_str += day_month + " · ";
    date_str += year;
    


    document.write(date_str);
}
//-->
</script>

<script language=JavaScript>
<!--
var message="E-mail requests for any material contained on this site (webmaster@ambitweb.com)\n \rFor most \"right-click\" functions, use the browser's Menu Bar.\n\tExamples: Find \"Add to Favorites\" under \"Favorites\" or find \"Print\" under \"File.\"\n \rWant to open a link on this page in a new window?\n\tChoose \"File >New >Window\" and left-click on the link from the new window.\n \rWant to create a desktop shortcut to this page?\n\tDrag the icon in the Address edit box to your desktop.";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> 
</script>

<DIV CLASS="jsbrand" ID="jsbrand" 
STYLE="position:absolute;top:1;visibility:hide;" zIndex="1000" ALIGN="right">
<A HREF="http://www.ambitweb.com" TARGET="_top"><IMG SRC="../../common/amwmarkr.gif" 
ALT="Ambit - The Web Waystation" BORDER="0"></A>
</DIV>
<script language="Javascript1.2"> 
<!--
// you must keep the following lines on when you use this
// original idea from the Geocities Watermark
// © Nicolas - http://www.javascript-page.com

var window_says  = "Ambit - The Web Waystation";
var image_width = 76;
var image_height = 37;
var left_from_corner = 0;
var up_from_corner = 0;

var JH = 0;
var JW = 0;
var JX = 0;
var JY = 0;
var left = image_width + left_from_corner + 17;
var up = image_height + up_from_corner + 15;

if(navigator.appName == "Netscape") {
var wm = document.jsbrand;
}

if (navigator.appVersion.indexOf("MSIE") != -1){
var wm = document.all.jsbrand;
}

wm.onmouseover = msover
wm.onmouseout = msout

function watermark() {

 if(navigator.appName == "Netscape") {
   JH = window.innerHeight
   JW = window.innerWidth
   JX = window.pageXOffset
   JY = window.pageYOffset
   wm.visibility = "hide"
   wm.top = (JH+JY-up)
   wm.left = (JW+JX-left)
   wm.visibility= "show"
 }

 if (navigator.appVersion.indexOf("MSIE") != -1){
  if (navigator.appVersion.indexOf("Mac") == -1){
   wm.style.display = "none";
   JH = document.body.clientHeight;
   JW = document.body.clientWidth;
   JX = document.body.scrollLeft;
   JY = document.body.scrollTop;
   wm.style.top = (JH+JY-up);
   wm.style.left =(JW+JX-left);
   wm.style.display = "";
  }
 }
}

function msover(){
    window.status = window_says
    return true;
}

function msout(){
    window.status = ""
    return true;
}

setInterval("watermark()",100);
//-->
</script>

<script LANGUAGE="JavaScript">
<!--
function curryr()
{
    mydate = new Date();
    thisyear = mydate.getYear();    

    document.write(thisyear);
}
//-->
</script>

</head>
<body BGCOLOR="gray" BACKGROUND="grayline.gif" TEXT="#000000" LINK="#000000" ALINK="#FF0000" VLINK="#000000">
<!-- science fiction,sci-fi,tv,sci fi,television,TV,scifi,TV program guide,SF,Stargate,SG1,Star Trek,Voyager,X-Files,Andromeda,Babylon 5,Angel,Dark Angel,Buffy,Roswell,Outer Limits,Freakylinks,Sliders,Farscape,Lost World,Relic Hunter,John Edwards,Lois & Clark,Superman,First Wave,Invisible Man,LEXX,7 Days,Immortal,Queen of Swords,,sci-fi movies,movies,sci fi channel,sci-fi television,sci fi television,science fiction television -->
<BASEFONT FACE="Verdana, Arial, Helvetica" SIZE="3">&nbsp;

<!-- Titling -->
<TABLE BGCOLOR=770000 WIDTH=813 CELLPADDING=8 CELLSPACING=0 BORDER=0 style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BACKGROUND: #770000; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid; spacing: 0"><tr><td align=center>
<TABLE BGCOLOR=eeeeee WIDTH=797 CELLPADDING=1 CELLSPACING=0 BORDER=0; style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid;border-color:#000000;spacing: 0">
    <tr><td COLSPAN="3" VALIGN="TOP" ALIGN="left"><font class=hide>Ambit's SF TV Talk: Here you will find the Web's best Sci-Fi newsletter. SF TV Talk always has future episode descriptions of many popular sci-fi shows on broadcast and cable networks PLUS Sci Fi News Briefs, feature articles, answers to reader questions, links to sci-fi Web sites and more!!</td></tr>
<tr><td colspan="3"><table border=0 CELLPADDING=0 CELLSPACING=0><tr>
    <td VALIGN="TOP" ALIGN="left"><img src="aheadtop.gif" width="297" height=150 alt="Ambit's SF TV TALK Newsletter" border=0></a></td>
    <td width=470 align=right valign=middle><FONT SIZE="7" COLOR="dddddd" FACE="Impact,Arial,Helvetica,San Serif">NewsBytes</td>
    </tr></table>
</td></tr>

<!-- Copyright And Date -->

<tr><td COLSPAN="3" ALIGN="center">
    <table width=100% cellspacing=0 cellpadding=0 border=0>
<tr><td colspan=2 bgcolor=000000 width=100% align=right><IMG SRC="../common/spacer.gif" height=1 vspace=0 hspace=0></td></tr>
    <tr bgcolor=990000><td align=left width=290 height=16><FONT class=wsmalltxt><NOBR>&nbsp; The Web's Best SF Newsletter - Since 1996</td>
    <td align=right width=500><FONT class=wsmalltxt>
    <script>
    <!--
    the_date ();
    // -->
    </script>&nbsp;
    </td></tr>
<tr><td colspan=2 bgcolor=000000 width=100% align=right><IMG SRC="../common/spacer.gif" height=1 vspace=0 hspace=0></td></tr>
    </table>
</td></tr>

<!-- Lefthand Contents Column -->
    <tr>
    <td BGCOLOR="#FFFFFF" align=left VALIGN="top" width="130">
<!--      <center>
    <img SRC="contents.jpg" ALT="Contents" BORDER="0" width="130" height="25"></center> -->
      <FONT face="Verdana, Arial, Helvetica" size="1">
<table cellspacing=0 cellpadding=0 border=0 width=130>
<tr><td align=center width=100%><IMG SRC="../common/spacer.gif" WIDTH="1" HEIGHT="12" ALT BORDER="0"></td></tr>
<tr><td align=left width=100%><FONT SIZE=4 color=990000 FACE=Arial, Helvetica, Sans Serif>Contents&nbsp;</td></tr>
<tr><td bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>
      <table cellpadding=0 cellspacing=0>
        <tr>
      <td align=left valign=top><img SRC="box.gif" ALT BORDER="0" width="15" height="20"></td>
          <td valign=top><a class="menutitle" href="ahead.html">Looking
            Ahead</a></FONT>
            <FONT class=menu face="Verdana, Arial, Helvetica" size="1">
            (Updated: 08/28)</font></td>
        </tr>
      </table>
      <LI><a class=menu  HREF="ahead.html#sg1"><font color=#dddddd> Stargate SG-1</font></a>
      <LI><a class=menu  href="ahead.html#sa"><font color=#dddddd> Stargate: Atlantis</font></a>
      <LI><a class=menu  href="ahead.html#bs"><font color=#dddddd> Battlestar Galactica</font></a>
      <LI><a class=menu  href="ahead.html#dz"><font color=#990000> The Dead Zone</font></a>
      <LI><a class=menu  href="ahead.html#eu"><font color=#990000> Eureka</font></a>
      <LI><a class=menu  href="ahead.html#4400"><font color=#990000> The 4400</font></a>
      <LI><a class=menu  href="ahead.html#gw"><font color=#dddddd> Ghost Whisperer</font></a>
      <LI><a class=menu  href="ahead.html#heroes"><font color=#dddddd> Heroes</font></a>
      <LI><a class=menu  href="ahead.html#jer"><font color=#dddddd> Jericho</font></a>
      <LI><a class=menu  href="ahead.html#med"><font color=gray> Medium</font></a>
      <LI><a class=menu  href="ahead.html#numb"><font color=#dddddd> Numb3rs</font></a>
      <LI><a class=menu  href="ahead.html#sv"><font color=#dddddd> Smallville</font></a>
      <LI><a class=menu  href="ahead.html#sup"><font color=#dddddd> Supernatural</font></a>
      <!-- <LI><a class=menu  href="ahead.html#tr"><font color=#990000> Traveler</font></a> -->
<center>
<font color=#990000>
<font color=gray>Gray</font>=In Re-runs
<font color=#dddddd>Ghosted</font>=No Episodes Airing
</font>
</center>
<br>

        <P>
        <table cellpadding=0 cellspacing=0>
          <tr>
            <td valign=top><img SRC="box.gif" ALT BORDER="0" width="15" height="20"></td>
            <td valign=top><FONT class="menutitle">
              Features</font>
            <FONT class=menu face="Verdana, Arial, Helvetica" size="1">
            </font></td>
            </td>
          </tr>
        </table>
      <LI><font color=#990000> Season Reports:</font><br>
      &nbsp;&nbsp;&nbsp; - <a class=menu href="02-03.html" TARGET="_parent"> 2002-3</a><br>
      &nbsp;&nbsp;&nbsp; - <a class=menu href="01-02.html" TARGET="_parent"> 2001-2</a><br>
      &nbsp;&nbsp;&nbsp; - <a class=menu href="00-01.html" TARGET="_parent"> 2000-1</a>
      <LI><a class=menu href="feature.html#anime" TARGET="_parent"> Animation's Next Step</a>
      <LI><a class=menu href="feature.html#hey" TARGET="_parent"> Something's Wrong!</a>
      <LI><a class=menu href="feature.html#ss" TARGET="_parent"> Sex Sells</a>
      <LI><a class=menu href="feature.html#who" TARGET="_parent"> Who's Playing Who?</a> </font> <br>
        <P>
        <table cellpadding=0 cellspacing=0>
          <tr>
            <td><img SRC="box.gif" ALT BORDER="0" width="15" height="20"></td>
            <td><FONT class="menutitle">
              <B>Departments</b></font></td>
          </tr>
        </table>
      <FONT color="#003399" face="Verdana, Arial, Helvetica" size="1">
      <LI><a class=menu href="newsbyte.html" TARGET="_parent"> NewsBytes
      (04/17)</a>
      <LI><a class=menu href="ask.html" TARGET="_parent">
        Ask SF TV Talk</a>
      <LI><a class=menu href="../forum/sfforum.html" TARGET="_parent">
        SF TV Forum</A>
         </font> <br>

        <P>
        <table cellpadding=0 cellspacing=0>
          <tr>
            <td><img SRC="box.gif" ALT BORDER="0" width="15" height="20"></td>
            <td><FONT class="menutitle"> 
              More In Ambit</font></td>
          </tr>
        </table>
      <FONT color="#003399" face="Verdana, Arial, Helvetica" size="1"> 
<!--      <LI><a class=menu href="../sfprogs/sfprogs.html" TARGET="_parent"> SFTV Program Guide</a> -->
      <LI><a class=menu href="../menus/sf/sfsector.html" TARGET="_parent"> Sci Fi Sector</a> 
      <LI><a class=menu href="../nasacams/nasacams.html" TARGET="_parent"> LIVE NASA Cams</a> 
      <LI><a class=menu href="../menus/web/web.html" TARGET="_parent"> Tame The Web!</a> 
      <LI><a class=menu href="../gazette/gazette.html" TARGET="_parent"> Ambit Gazette</a> 
      <LI><a class=menu href="../win95/winmenu.html" TARGET="_parent"> Win 9x/ME/XP Pages</a> 
      <LI><a class=menu href="../cards/cards.html" TARGET="_parent"> E-Cards/E-Stuff</a> 
      <LI><a class=menu href="../ezine/ezine.html" TARGET="_parent"> Computer E-zines</a> 
      <LI><a class=menu href="../ref/ref.html" TARGET="_parent"> Reference Sites</a> 
      <LI><a class=menu href="../ware/baseware.html" TARGET="_parent"> Basic Net Ware</a> 
      <LI><a class=menu href="../ware/advware.html" TARGET="_parent"> Advanced Net Ware</a> 
      <LI><a class=menu href="../ware/software.html" TARGET="_parent"> Software Sites</a> 
      <LI><a class=menu href="../books/books.html" TARGET="_parent"> Read A Book</a> 
      <LI><a class=menu href="../eyeopen/eyeopen.html" TARGET="_parent"> The Eye Opener</a> 
      <LI><a class=menu href="../help/help.html" TARGET="_parent"> Table of Contents</a> 
      <LI><a class=menu href="../help/ambsrch.html" TARGET="_parent"> Site Search</a>
      <LI><a class=menu href="../help/link.html" TARGET="_parent"> Link To Ambit</a>
<br>
      </font></font>

    <CENTER>
    <br>
    <hr NOSHADE SIZE="1">
    <br>
    <table width=132 cellpadding=4 cellspacing=0 BACKGROUND="brbytbg.jpg" BGCOLOR="000000">
    <tr><td><a name=bb><IMG SRC="brbytes3.gif" width=122 hspace=0 vspace=0 border=0></a></td></tr>
    <tr><td valign=top><font class=briefbytes>
    <font size=1><b>Updates Here Soon!</b>
<!--<P><I>07/04:</I> <b>ABC</b> will begin airing the <b>Alias</b> fourth season in Jnauary, 2005, with episodes in weekly succession without a break.
    <P><I>05/04:</I> Advanced word is that <b>ABC</b> will renew <b>Alias</b> for a fourth season. <b>ABC</b> will officially announce next season's lineup on May 18th.
    <P><I>04/04:</I> <b>SCI FI CHANNEL</b> WILL produce the <b>Farscape</b> mini-series (rumored to be called "Peacekeeper Wars") that will tie up the loose ends for the show.  The mini-series may air this Fall.
    <P><I>03/04:</I> With over 69,000 signatures as of March 1st, the "Save <b>Angel</b>" Campaign is underway!  If you like the show, sign the petition at: <a class=sidelink href=http://www.petitiononline.com/ai5d0162/petition.html target=newwin>Save ANGEL Online Petition</a>.
    <P><I>02/04:</I> <b>SCI FI CHANNEL</b> has announced it will produce 13 episodes of <b>Battlestar Galactica</b>.  Production is set to begin in March in Vancouver with mini-series creator, Ron Moore, at the helm. Most actors, but not all, will be returning in their mini-series roles. No word on when the new series will air.
    <P><I>02/04:</I> We reported back in October (see below) the production of a new <b>Lost In Space</b> series. It is now being developed under the title of <b>The Robinsons: Lost In Space</b> by the <b>WB</b>. Actress Adrianne Palicki has been cast as Judy Robinson.  Doug Petrie, John Woo, Kevin Burns, Jon Jashni, Terence Change and Suzanne Zizzi are the executive producers.  The production is by 20th Century Fox Television and Fox TV Studios.
    <P><I>01/04:</I> The 41st <b>NATPE</b> (National Association of Television Program Executives) conference revealed no new genre titles for 2004-5 syndication.  <b>Andromeda</b> (for its 5th and final season) and <b>Mutant X</b> are the only first-run series. Re-run packages of <b>Stargate SG-1</b>, <b>The Outer Limits</b> and <b>The Twilight Zone</b> (from UPN last season) have been widely purchased for airing around the U.S.
    <P><I>01/04:</I> And speaking of <b>Andromeda</b>, <b>SCI FI CHANNEL</b> is picking up production of the series for that fifth and final season.  The series will air on <b>SCI FI</b> and in syndication.  As part of the deal, <b>SCI FI CHANNEL</b> will be airing the first four seasons of Andromeda beginning in March, 2004.
    <P><I>01/04:</I> Production has stopped on <b>UPN</b>'s freshman series, <b>Jake 2.0</b>. The show is cancelled and removed from the schedule with at least four episodes un-aired.  The show had only an average of 2.14 million viewers, the least of any drama series on any of the 6 major networks and less than last year's cancelled <b>Enterprise</b> follow-up, <b>The Twilight Zone</b>.  <b>TZ</b>, by the way, has recently been sold into re-run syndication across the U.S.
    <P><I>12/03:</I> <b>HBO</b>'s <b>Carnivale</b> has been picked up for a second season.  Fans will be forced to wait, however, as production is not slated to begin until Fall, 2004, which means the air dates can't begin until later still next year.
    <P><I>11/03:</I> <b>UPN</b> is producing a new sci-fi series for next season, titled <b>Fly Girls</b>, about an actress in a sci-fi series who gets super powers.
    <P><I>11/03:</I> <b>FOX</b> has ordered seven additional episodes of <b>Tru Calling</b>, bringing the total number of episodes to 20.
    <P><I>11/03:</I> <b>SCI FI CHANNEL</b> has purchased the 1999 series <b>Code Name: Eternity</b>, which will begin airing on Fridays when the current season of <b>Stargate SC-1</b> resumes on January 9th.  <b>Eternity</b> is about an alien assassin in human form who is hunting another alien bent on destroying humankind.
    <P><I>11/03:</I> The <b>WB</b> has ordered a pilot for a series remake of the 1960's vampire soap <b>Dark Shadows</b>.
    <P><I>11/03:</I> <b>Farscape</b> is returning with a four- to six-episode mini-series intended to bring closure to the series.  There is no word yet as to when, or on what network, the mini-series will air, but, at this time, the <B>SCI FI CHANNEL</b> has no plans to air it.
   <P><I>11/03:</I> The lowest-rated genre show in years (if not ever), <b>Starhunter</b> is being pulled from station schedules all over the U.S. Apparently the U.S. distributor cancelled distribution after seven 2nd season episodes were aired.
    <P><I>10/03:</I> <b>UPN</b> has OK'd production of a pilot script for the series <b>Teen Wolf</b>. Although based on the movies, the series will be less comedy and more drama.
    <P><I>10/03:</I> As we reported here last month, a new <b>Lost In Space</b> series is in the works and now has found a home at the <b>WB</b>, which paid $2 million for the broadcast rights.  The pilot is written by <b>Buffy</b> writer Doug Petrie and will be produced by <b>Lion Rock Productions</b>, owned by John Woo, who is rumored to be directing the pilot.  The series, about a family lost in the year 2097, will not be a spin-off of either the 60's series (no Doctor Smith) or the 90's film.  No broadcast date has been set.
    <P><I>09/03:</I> At long last!  A two-hour pilot for the series <b>Anonymous Rex</b> has been given the go-ahead by <b>Sci Fi Channel</b>.  It will actually based on the prequel book, <b>Casual Rex</b>, and tell the mystery tale of two dinosaur detectives, Vincent Rubio and his partner, Ernie, who are disguised as humans.  The announcement was made by the books' author, Eric Garcia, on <a class=sidelink href=http://www.ericgarcia.com/ target=newwin>his Web site</a>. As he points out there, this has been years in the making (see the November, 2000, entry below.)
    <P><I>09/03:</I> A new version of the series <b>Lost In Space</b> is likely to happen, according to <b>Variety</b>, featuring a new cast in the story of the lost family set in the early 22nd century.
    <P><I>09/03:</I> <b>CBS</b> and <b>Warner Bros</b> are creating a series based on the 1998 movie <b>Practical Magic</b> which told the tale of two sisters with magical abilities.
    <P><I>09/03:</I> A pilot for a new 2004-5 series about the comic book hero, <b>The Flash</b>, has been ordered by the <b>WB</b>.  The formula for the series will be more like <b>Smallville</b> with a young Barry Allen learning to use his new powers and his place in succeeding generations of super-speed super heroes.  Like the Flash in comic books, this Flash will be able to use time travel, but unlike the comics, he will live in Gotham City (not Central City.)
    <P><I>08/03:</I> <b>Buffy</b> creator Joss Whedon will be penning and directing a theatrical release based on his ill-fated series <b>Firefly</b> for <b>Universal Picture</b> which picked up the rights to the series from <b>Fox Television.</b>
    <P><I>07/03:</I> In the rec.arts.sf.tv. babylon5.moderated newsgroup recently, <b>Jeremiah</b> executive producer J. Michael Straczynski let it be known that he will not return to the series for a third season (should there be one), calling <b>MGM</b> "the most heinous, difficult and intrusive studio I've ever worked for."
    <P><I>07/03:</I> Now that the secret of <b>John Doe</b> has been made public for a short while (as revealed by FOX Entertainment President Gail Berman), we thought we'd reprint it here for anyone who missed it: he was neither cyborg, alien or the subject of a government experiment.  John Doe had died and returned to life <b>after</b> all knowledge of life on Earth was revealed to him.  According to the <b>Doe</b> writers, that knowledge is given to everyone after dying and before they travel on to what next awaits.
    <P><I>02/03:</I> <b>UPN</b> has placed a contingent order for <b>Kamelot</b>, a new sci-fi series based on the King Arthur legend but set in the future.  Wes Craven will executive produce, if the series gets off the ground
    <P><I>01/03:</I> <b>UPN</b> has ordered pilots for two new science fiction series: <b>Weapon X</b>, about a chip-implanted government agent with super powers, and <b>Newton</b>, about a family who moves to a town where hi-tech gadgetry is being tested.
    <P><I>08/02:</I> <b>Hallmark</b> will produce a mini-series based on the 1981 film, <b>Time Bandits</b>.
    <P><I>07/02:</I> Using <i>Band Of Brothers</i> as a model, Steven Spielberg will be producing an 8-part mini-series about Camelot, entitled <b>Arthur</b>, that will combine the mythos of the king and knights with actual English history.
    <P><I>07/02:</I> <b>SCI FI CHANNEL</b> has announced plans to produce a two-hour <b>Quantum Leap</b> tele-movie, to air in 2003, that will serve as a "back-door" series pilot
    <P><I>03/02:</I> In addition to the <b>Time Tunnel</b> and <b>Lost In Space</b> remakes, <b>20th Century Fox TV</b> and <b>FOX Television</b> have signed production agreements to revive two more Irwin Allen series - <b>Voyage To The Bottom Of The Sea</b> and <b>Land Of The Giants</b> as either series or tele-films.
    <P><I>01/02:</I> <i>CINESCAPE Magazine</i> reports that <b>Marvel Studios</b> is thinking about bringing <b>Blade</b> to the small screen as a series after the third <b>Blade</b> movie is released.  The second movie is scheduled for theaters this March.
    <P><I>11/00:</I> The <b>Sci Fi Channel</b> has purchased development rights to Eric Garcia's <b>Anonymous Rex</b>. The planned series revolves around the concept of secretly-evolved dinosaurs disguised as humans. Alliance Atlantis will produce, with plans for a Fall, 2001, series premiere (<i>it never happened - SF TV Talk</i>.)
    <P><I>03/00:</I> Bruce Boxleitner has signed to be the lead in a series' pilot based on Gene Roddenberry's '70's tele-films <I>Genesis</I> and <I>Genesis II</I> (both failed pilots themselves.)
--> </font>
    </td></tr>
    </table>
    <br>
    <hr NOSHADE SIZE="1">

    </td>

<!-- Spacer Column: Maroon-Red -->
    <td BGCOLOR="#990000" width="5" align="center">
    <IMG SRC="../common/spacer.gif" WIDTH="1" HEIGHT="1" ALT BORDER="0"></td>


<!--Main Center Column-->
    <td VALIGN="TOP">
    <table><tr><td>
    <p><center><FONT SIZE="6" COLOR="000000" FACE="Impact,Arial,Helvetica,San Serif">NewsBytes  - Sci-Fi News
    <!--<br><font color=770000>Fall Preview Issue</font>--></font></center>
    <FONT size=2 face="Verdana,Arial,Helvetica,Sans Serif">

<table border=0 cellpadding=4>
<tr><td valign=top><FONT class=txt>Here you will find information about your favorite science fiction TV shows.  We <i>intentionally</i> keep information on this page as long as possible, so on first glance, it may appear that some information is out-dated.  Why?  Press releases, and information about TV production, are often released early to gauge interest and then released again (months or over a year later) as if it were new.  Unless new information is available, we try not to repeat it again just to look current.
<p> Instead, unlike other sci-fi sites, we'd rather "paint" a picture for you about interesting shows and hope you are aware how far in advance you can find some information here.  Of course, we add new information to the old as it becomes available.  So be sure to read through this entire page each time you visit.
<p>Thanks to <b>Ron Wolfe</b> and <b>Chuck Thompson</b> for the stream of information they provide to <I>SF TV TALK</I>.
</td></tr>
</table>


   <p align="left">

<!--   <TABLE  cellspacing=0 CELLPADDING=0 border=0>
    <tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><strong>Stargate's Next Season</td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 2/15/01</i></b></td></tr></TABLE>
    <FONT SIZE=2 face="Verdana,Arial,Helvetica,Sans Serif">In what may be its last season, producers of <B>Stargate SG-1</B> have given fans a peek at the upcoming fifth season.
    <P>Episode stories will include:
    <P>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td align=right width=100%><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>
-->
<center>
    <table width=550 bgcolor=990000 cellspacing=0 CELLPADDING=3 border=0><tr><td align=center>
    <TABLE width=544 bgcolor=eeeeee cellspacing=0 CELLPADDING=3 border=0>
    <tr><td align=center>
        <tr><td align=center>
    <script language="JavaScript"><!--
function getAge(dateString) {
    var now = new Date();
    var today = new Date(now.getYear(),now.getMonth(),now.getDate());

    var yearNow = now.getYear();
    var monthNow = now.getMonth();
    var dateNow = now.getDate();

var dob = new Date(dateString.substring(0,4),
          dateString.substring(4,6)-1,
          dateString.substring(6,8));


    var yearDob = dob.getYear();
    var monthDob = dob.getMonth();
    var dateDob = dob.getDate();

    yearAge = yearNow - yearDob - 1900;

    if (monthNow >= monthDob)
        var monthAge = monthNow - monthDob;
    else {
        yearAge--;
        var monthAge = 12 + monthNow -monthDob;
    }

    if (dateNow >= dateDob)
        var dateAge = dateNow - dateDob;
    else {
        monthAge--;
        var dateAge = 31 + dateNow - dateDob;

        if (monthAge < 0) {
            monthAge = 11;
            yearAge--;
        }
    }

    return yearAge + ' years, ' + monthAge + ' months and ' + dateAge + ' days';
}

document.write("<FONT SIZE=2 FACE='trebuchet ms',ARIAL,HELVETICA><b>" + "Ambit has been running for " + getAge("19950919") + "<BR>");
-->
</script>
    Help Us Keep Ambit Up & Running!  Read More <a href=../helpus.shtml>Here</a>!</B></FONT>
    </td></tr>
    </TABLE></td></tr>
    </TABLE>
</center>
    <P>



   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>The Series of '05-'06</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 5/31/05</i></b></td></tr></TABLE>
    <FONT SIZE="2">Thanks to <b>Ron Wolfe</b>, here is a summary of this Summer & Fall's sci-fi/fantasy programming line-up:
<p><font size=+1><b><u>Mondays</u></b></font>
<p><b>8-9 Fathom (NBC) new</b>
<p>Ever wonder what life would be like if a new form of sea life began to appear in locales all over the earth? In this expansive drama, those who are about to find out include some naval officers in the South Antarctic Sea, a family in San Diego, scientists from the Oceanographic Institute in Monterey, and fishermen in the Gulf of Mexico. The seemingly innocent creatures they find are beautiful and kids may even want to play with them -- but is there something more to them? One thing's for sure - they're full of surprises as viewers can embark on this unfathomable journey to discover what might be lurking in the sea.

<p><font size=+1><b><U>Tuesdays</u></b></font>
<p><b>9-10 Supernatural (WB) new</b>
<p>A journey into the dark world of the unexplained that will deliver the terror of films like “The Ring” and “The Grudge. ” Sam Winchester (Jared Padalecki, “Gilmore Girls”) has done his best to escape his family's eerie history, but, along with his older brother Dean (Jensen Ackles, “Smallville”), Sam is bound by tragedy and blood to a dangerous, other-worldly mission. Criss-crossing the mysterious back roads of the country in their `67 Chevy Impala, the Winchester brothers search for their missing father – and hunt down every evil supernatural force they encounter along the way. From Warner Bros. Television Production Inc. in association with Wonderland Sound and Vision, with executive producers McG (“Charlie's Angels” “The O.C. ”), writer/executive producer Eric Kripke (‘Boogeyman") and director/executive producer David Nutter (“Without a Trace, ” “Smallville, ” “Roswell, ” “Band of Brothers, ” “The West Wing, ” “ER, ” “The X Files”).

<p><font size=+1><b><u>Wednesdays</u></b></font>
<p><b>9-10 Lost (ABC)</b>
<p><b>9-10 Invasion (ABC) new</b>
<br>For centuries man has searched the skies for signs of intelligent life… but to no avail.
<p>What if the explanation lay in the fact that aliens were already here... already among us? And what if all of the natural disasters we’ve been experiencing of late were smokescreens designed to mask something far more ominous?

<p>When yet another devastating hurricane threatens Florida, temporarily cutting off a small town at the edge of the Everglades, U.S. Park Ranger Russell Poole takes heroic measures to keep both the town’s citizens and his family safe. In the middle of the violent storm, his young daughter is the only one to see small lights floating towards the water, seemingly unaffected by the vicious winds. At the time he thinks nothing of her claim, but begins to suspect that something may indeed be amiss when his missing ex-wife is found naked, with no memory of what happened during the storm.

<p>As the tiny town struggles to recover while his nemesis, the Sheriff, quarantines the entire area, Poole begins to investigate the strange goings on, unwittingly beginning a fight for the survival of the human race.

<p>Veteran writer/producer Shaun Cassidy and celebrated director Thomas Schlamme (“The West Wing”) bring you the suspenseful tale of a blended family that finds itself at the center of a conspiracy to mask an alien takeover that is happening one neighbor at a time.

<p>Cast:
<br>William Fichtner (“Black Hawk Down”): Sheriff Underlay
<br>Eddie Cibrian (“Third Watch”): Russell
<br>Kari Matchett: Mariel
<br>Lisa Sheridan: Larkin
<br>Tyler Labine (“That Was Then”): Dave
<br>Alexis Dziena: Kira
<br>Evan Peters (“The Days”): Jesse
<br>Ariel Gade: Rose

<p><font size=+1><b><u>Thursdays</u></b></font>
<p><b>8-9 Alias (ABC)</b>
<p><b>8-9 Smallville (WB)</b>
<br>About to begin its fifth season on The WB, “Smallville” is coming off a great year that continued to explore the mythology of the early days of the Clark Kent character. More exciting pieces of the puzzle will be revealed next season when Clark finds himself transported to the Fortress of Solitude.

<p><b>9-10 The Night Stalker (ABC) new</b>
<br>When a pregnant woman is snatched from her home, the shocked citizens of L.A. believe it’s an act of domestic violence. But crime reporter Carl Kolchak suspects that the truth is far more complicated. That’s because 18 months ago Kolchak’s wife was killed in a bizarre fashion and he has been the FBI’s no. 1 suspect ever since.
<p>Kolchak's determination to find the truth behind his wife's mysterious murder has led him to investigate other crimes that seem to have some kind of supernatural component. But he's trying to piece together a puzzle that keeps changing shape. Who or what is committing these crimes? How are they all related? And why do some victims end up with a strange red mark on their hands in the shape of a snake? With sidekick Perri Reed, a sexy if skeptical fellow reporter in tow, Kolchak will go to any lengths to answer these questions. But when he does discover the truth – will anyone believe him?

<p>Cast:
<br>Stuart Townsend (“League of Extraordinary Gentlemen”): Carl Kolchak
<br>Gabrielle Union (“Something the Lord Made”): Perri Reed
<br>Eric Jungmann (“Not Another Teen Movie”): Jain McManus
<br>Cotter Smith (“X2”): Tony Vincenzo

<p>Credits:
<br>Executive Producer/Writer: Frank Spotnitz (“The X Files”)
<br>Executive Producer/Director: Daniel Sackheim (“The X Files”)
<br>Production Company: Touchstone Television


<p><font size=+1><b><u>Fridays</u></b></font>
<p><b>8-9 Stargate SG-1 (Scifi) [July 15]</b>
<br>new Ben Browder, Beau Bridges and Claudia Black join the cast
<p><b>8-9 Ghost Whisperer (CBS) new</b>
<br>vehicle based on the work of James Van Praagh about a newlywed communicating with dead people who have not quite crossed over to the other side.
<p><b>9-10 Stargate Atlantis (Scifi) [July 15]</b>
<br>new Mitch Pileggi (x-files)  Jason Momoa (Baywatch)
<p><b>9-10 Threshold (CBS) new</b>
<br>Carla Gugino ("Sin City"), Charles S. Dutton ("Something the Lord Made"), Brian Van Holt ("House of Wax"), Robert Patrick Benedict ("Felicity") and Brent Spiner ("The Aviator") in a suspenseful drama about a team of experts who are assembled when the U.S. Navy makes a chilling discovery: an extra terrestrial craft has landed in the mid-Atlantic Ocean. Dr. Molly Anne Caffrey (Gugino) is a government contingency analyst whose job is to devise response plans for worst-case scenarios. When her plan called THRESHOLD is activated upon the news of the UFO, she and her hand-picked team of eclectic specialists get to work deciphering the intention of the craft and preparing for the possibility of a crisis situation -- an alien invasion. Brannon Braga ("Enterprise"), David Heyman ("Harry Potter and the Prisoner of Azkaban") and David Goyer ("Blade: Trinity") are executive producers for Paramount Network Television.
<p><b>10-11 Battlestar Galactica (Scifi) [July 15]</b>

<p><font size=+1><b><u>Saturdays</u></b></font>
<p><b>9-11 Scifi movies (Scifi)</b>

<p><font size=+1><b><u>Sundays</u></b></font>
<p><b>8-9 Charmed (WB)</b>
<br>Returning for its eighth season, “Charmed, ” starring Alyssa Milano, Rose McGowan and Holly Marie Combs, has been a success story for The WB from day one. Sure to shake things up for the Charmed Ones, actor and “Extra” host Mark McGrath will join the cast next season. Taking a comedic turn at 9:00, Sundays will feature back-to-back episodes of the increasingly popular sketch comedy show, “Blue Collar TV, ” starring Jeff Foxworthy, Bill Engvall and Larry the Cable Guy
<p><b>9-10 The 4400 (USA) [June 5]</b>
<br>Returning for its second season
</FONT>
</p>

<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

<!--   <TABLE cellspacing=0 CELLPADDING=0 border=0>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>The Death Of Syndicated Genre Shows</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 04/26/04</i></b></td></tr></TABLE>
    <FONT SIZE="2">The pendulum has swung back and the end time of the syndicated sci-fi/fantasy series is upon us.  The pendulum started to swing when <i>Star Trek: The Next Generation</i> first appeared back in 1987.  Before then, genre fans were lucky to find a single first-run genre series on the small screen in a season. The pendulum swung to its peak in the late-'90's when there were over 40 sci-fi and fantasy shows on the tube, about evenly divided between network, cable and syndication.
    <P>Now, the last two large syndicated production houses for genre series have gone the way of the world.  Canadian studios Alliance-Atlantis and Fireworks Entertainment have folded (except for AA's <i>C.S.I.</i> involvement.)  That leaves cable as the primary home for first-run genre shows.
    <p>Fireworks' demise all but confirms rumors of the demise of <i>Mutant X</i>.  It also means that <i>Andromeda</i>'s fate is in doubt, despite a commitment by <i>SCI FI CHANNEL</i> to back a fifth and last season for the series.
    <p>The competition for syndication time-slots at an all-time high, with reruns of long-running shows like <i>Seinfeld</i> and <i>The Simpsons</i> airing multiple episodes daily.  This leaves little room for first-run syndication of any kind, let alone genre shows.
    <p>So, we may have the premiere of <i>Stargate: Atlantis</i> to look forward to, and new seasons of <i>Stargate SG-1</i>, <i>Dead Zone</i>, <i>Dead Like Me</i> and <i>Carnivale</i>, but little else is on the horizon.
    <p>It may be no coincidence that two of those series have the word "Dead" in their titles.  With first-run syndicated genre series all but dead for the time being, and networks cancelling genre shows, can cable be far behind?  We'd like to be optimistic, but let's face it, other genres, like westerns and medical shows, have yet to return to their dominance of TV.
    <p>So what chance do the genres of science fiction and fantasy have?
    <p>UPDATE (4/29/04): <b>Tribune Entertainment</b> revealed in its annual report that, although it ordered another season of both series, its "financial partner" has initiated court action to prove "it is not obligated to participate in the further financing or production of either series."  Details are not available, but such legal actions certainly make it all-the-more unlikely that either <b>Mutant X</b> or <b>Andromeda</b> will live to see another season.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><strong>The Wolfe Status Report</td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 01/19/04</i></b></td></tr></TABLE>
    <FONT SIZE="2">Ron Wolfe reports the following series are under development by the <b>SCI FI CHANNEL</b>:
    <p><b>Anonymous Rex</b>: Pilot telefilm based on Eric Garcia's novel about dinosaurs that escape extinction to evolve into human-type beings that live and work in today's society

    <p><b>Brother Voodoo</b>: Centers on the adventures of psychologist and voodoo priest jericho brumm, based on the marvel comics character of the same name

    <p><b>Clive Barker's The Evil One</b>: Drama series told from the perspective of an evil demon where each week, the forces of good and evil do battle but in this case the anti-hero often wins

    <p><b>The Divide</b>: Oddball drama in which a latenight dj, his dead twin sister, and the local coroner solve crimes

    <p><b>Earthsea</b> (mini-series): Based upon the first two books of Ursula K. Le Guin’s <i>Earthsea</i> series (<i><u>A Wizard of Earthsea</i></u> and <i><u>The Tombs of Atuan</i></u>). The tale of a reckless youth destined to become the greatest sorcerer that the mystical land of Earthsea has ever known. When the young wizard Ged discovers that he possesses infinite magical powers, he seeks to master the ancient arts. As he journeys to manhood, he will combat dragons, fall in love, cross death’s threshold, and ultimately wield the power to reunite a kingdom.  This four-hour miniseries epic will begin principle photography this spring in New Zealand and is scheduled for airing as the <b>SCI FI CHANNEL</b>'s December, 2004, event.  It is being produced by Hallmark Entertainment, in association with Bender-Brown Productions.

    <p><b>Lab Rats</b>: Reality series that puts to test in the real world the outrageous claims and miracle promises many products offer nowadays

    <p><b>Legion</b>: Drama about a young man who sells his soul to the devil to save his daughter's life but must wander the world with the terrifying ability to recognize other demonically possessed souls in return

    <p><b>Life On Mars</b>: One-hour reality drama in which two colonies of people (12 total) take on the struggle for survival off-planet, as they attempt to live in a realistic mars base

    <p><b>Painkiller Jane</b>: Based on the Event Comics' character, a virtually indestructible super-heroine for the new millennium

    <p><b>Psychic Investigators</b>: Series follows real life criminal investigations in which a skilled psychic conducts surveillance on a suspect or provides the key to solving a crime

    <p><b>Quantum Leap</b>: The time travel series returns for a new generation

    <p><b>The Ripple Effect</b>: Ensemble drama set in a small courthouse square in Pine Bluff, Oregon, takes place on the same day with the same people but with varied results a la <i>"Groundhog Day"</i>

    <p><b>Suture Girl</b>: Based on the <i>"Spawn"</i> comics character Gretchen Culver, a beautiful former advertising executive is literally stitched back to life and imbued with special powers by a mysterious gypsy woman

    <p><b>A Thousand Days</b>: Based loosely on the Marvel comic <i>"Strikeforce: Morituri"</i>, which follows a group of super-soldiers engineered to fight contemporary evil but die 1,000 days after joining the force

    <p><b>Total Eclipse</b>: Drama about a beautiful and prestigious college that is a nexus of the otherworldly, arcane, and supernatural

<p>The folowing series are under development by <b>UPN</b>:
    <p><b>Nightingale</b>: Supernatural drama centers on a woman who's guided by unseen forces to fight evil at night -- but has no memory of doing so once the sun rises

    <p><b>Teen Wolf</b>: Small screen take on the 1985 feature that will transition the franchise from its comedic roots to a more black humor/fantasy-driven series a la <b>Buffy The Vampire Slayer</b>

    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>Our Preview Of Stargate Atlantis</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Update: 04/28/04</i></b></td></tr></TABLE>
    <FONT SIZE="2"><img src=atlgate.jpg align=left style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">For the first time in a long time, all the rumors from well over a year ago turn out to be true, right down to the title of the series.  The <b>SCI FI Channel</b> has given the go-ahead to produce <b>Stargate Atlantis</b>.
    <P>This spin-off series will star a new cast (that has yet to be cast as of this writing) and, obviously a new location.  During the current season of <b>Stargate SG-1</b>, our favorite "gaters" have been struggling to locate the "Lost City of the Ancients" in the belief that they will find technology there that will defeat Anubis, the baddest Go'auld on the block, before he arrives at Earth to destroy our civilization.  SG-1 has had no luck so far (mid-season), but will, by the last two episodes of the season, discover that the Ancients built the City right here on Earth.  Any guesses where?
    <P>Yup. Atlantis.  Lost, not by natural disaster but by design, to protect the weaponry and technology placed there.
    <P><img src=sgacast.jpg align=right style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">This expansion of the Stagate "Universe" will bring with it new characters, including new bad guys.  That's right.  In the two-hour series premiere, the new gate team will discover a planet where the low-tech inhabitants face annihilation, but not by the Go'auld.  And, unlike the SG-1, the Gate team that we will come to know will not have its origins in the military, so they are likely to handle things a bit differently.
    <p>If all this sounds so different that you are wondering about continuity - don't.  <b>Stargate SG-1</b> co-creator Brad Wright took the last year off from the series to put together the bible for the new series and write the pilot script.  You can expect to see some familiar characters from the <b>SG-1</b> series make appearances, in the pilot and during the first season.  But don't expect them to be series regulars.
    <P>Now here's where Stargates fan will become doubly happy.  <b>Stargate SG-1</b> has been renewed for another season and those new episodes will begin airing when the new <b>Atlantis</b> series begins.  <i>SF TV TALK</i> readers have obviously noted the lack of articles here this season.  Truth be told, there's little to report and what there is fits into the little "squibs" you'll find in <i>"Briefbytes"</i> on the sidebar of this page.  Genre series, as a whole, are on the downside of the popularity peak enjoyed in the late 90's. News of two first-run Stargate series is good news indeed.
    <p><b>SCI FI CHANNEL</b> has ordered 20 episodes of <b>Atlantis</b>, the new, lower number for <b>SG-1</b> this season and next.  But with two series running together, that's 40 episodes for fans to enjoy.
    <p>And speaking of <b>SG-1</b>: no one interested in the series should miss the last half of this season (in re-runs this Spring), especially the last two episodes.  The end of the season two-parter has the big final battle with Anubis and many changes, including those that set-up things for the new <b>Atlantis</b> series.
    <p>Until then, we have months of waiting and expectation ahead.  We can only hope that <b>Stargate Atlantis</b> will be everything we want in continuing the Stargate franchise.
    <p>UPDATE - Premiere Dates: The eighth and last season of <b>SG-1</b> will begin on Friday, July 9th.  The new <b>Stargate: Atlantis</b> will start one week later on July 16th. Head over to <i>SF TV Talk</i>'s <a href=ahead.html>Looking Ahead</a> for detailed descriptions of individual episodes.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>Mid-Season '03-'04</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 1/28/04</i></b></td></tr></TABLE>
    <FONT SIZE="2">Here you can take a look back at last season and how the each series rated:
    <P>First and foremost, there are fewer, first-run sci-fi and genre shows being aired as this is being written than anytime since <b>Star Trek: Next Generation</b> set the stage for genre development.  We knew that when the season began, but two shows have "bit the dust": <b>Jake 2.0</b> on <b>UPN</b> and <b>Starhunter</b> in syndication.  Both had the lowest ratings of all first-run series, so their demise is not surprising.  But the fact that they were no great loss to viewers at large typifies a large segment of this season and probably the future of genre series in general.
    <P>Of the shows currently airing, <b>Stargate SG-1</b>'s seventh season has been enjoyable but not outstanding.  The best of the season's episodes are about to air at this writing.  They are the "nitty-gritty" of the conflict with Anubis, changes at SGC and set the stage for the spin-off series <b>Stargate: Atlantis</b>.  All indications are that the new series takes the <b>Stargate</b> universe to a new level and <b>SG-1</b> will be rising to that occasion.
    <P><b>Smallville</b> has mixed great gobs of character angst with the series' now familiar "freak of the week," Clark-Lana tension and new powers for, and revelations about, the superguy.  It's all still entertaining.  But Michael Rosenbaum as Lex Luthor owns the season.  The stories and his acting are taking us through the transition that explains how Lex becomes totally evil and Superman's arch-enemy.  Mix that with Jorel revelations this season and viewers return week after week.
    <P>The freshman series <b>Joan Of Arcadia</b> has quickly become the most-viewed genre series, with ratings akin to <b>The X-Files</b> in its prime.  And it's no wonder.  The actors and acting are top-notch.  The main stories could easily have been sappy, but, in this series, tales of small moments take on a large significance that viewers can relate to their own lives.  At the same time the "B"-tales of police business and teenage & family relationships remind us that we are watching something compelling because it is less genre and more a total drama.  <b>CBS</b> owns the Friday 8pm slot - the night that could easily have meant death for a new series.  We won't be surprised if the series moves to a new mid-week night next season.
    <P>Now titled <b>Star Trek: Enterprise</b>, the writers have sent fans on a quest to prevent Earth's destruction into a previously unknown realm with new aliens and even new physics, with a background based on a time-travel element.  This sounds like a no-miss proposition.  And it might be, IF, as the new series name now clearly states, this wasn't Star Trek.  The problem now is that the series can ONLY be about the quest - a terribly somber and serious quest.  And that bogs down the whole series.  Week after week, now familiar characters have no opportunity for growth in their dimensions and are often-times reduced characters to two-dimensions - week after week.  If anyone involved in the production of <b>Enterprise</b> reads this, and IF there is another season for the series, please, please, please, lighten up, will ya.  You can blame the fact that the franchise has run too long, if you want.  But we who watch it know that mixing in the right amount of humor can elevate a genre series, especially one that has established characters.  A look back at the most popular episodes and movies of the franchise easily reveals this to be so.  And viewing <b>Stargate</b> simply confirms it.  It is the writing and presentation of characters within the stories that is killing the franchise.  <b>Joan of Arcadia</b> proves that.  <b>Enterprise</b> has a ton of acting talent.  Get better writers! Now give them directions to incorporate real drama, humor and character development into scripts and you will find out how fresh an "old" franchise can be.
    <P>It's hard to comment on <b>Angel</b> because viewers have no clear sense of where the series is heading.  There is nothing confusing about the setting (Wolfram and Hart) or the characters (they are all very familiar by now.)  But, for the moment, a central dynamic is missing: the underdogs fighting against overwhelming odds.  Clearly the entire run of <b>Buffy</b>, and previous seasons of <b>Angel</b> all contained this Whedonized element.  Until this season.  The heroes are no longer the underdogs.  They are the "Big Dogs" (except for the mysterious senior partners.)  And Spike knows it, comments on it all the time.  So how come the writers and Whedon don't get it and change it??  Like <b>Enterprise</b> the show is suffering from its current premise and setting as much as from a lack of writing within all that.  We like the characters, but the show is not compelling to watch.  No wonder genre fans are watching <b>The West Wing</b> instead.
    <P><b>Charmed</b> now seems to require fairy tales and mythology to come up with stories.  This began last season and is all-the-more true now.  Why?  We don't know.  We've seen more about the Elders but don't know much about them.  We know that The Source never really disappears, but there's no sign of it.  And although much has been revealed about wicken "charming" there is much more about wicken way that could serve as fertile grounds for story-telling.  A desire by fans to watch the three actresses for an hour is actually carrying the series' ratings.  So, to the show's production team, and especially the writers, we say, "Hey!!!  Wake Up!!  The show is on Sunday night not Saturday morning!!"
    <P><b>Alias</b> has had a moment or two of story-telling, but it, too, suffers as much from the season's premise as its constantly being pre-empted.  We are guessing that viewers and network execs both agree that the show's magic is gone.
    <P>As for <b>Tru Calling</b>, it started late out of the gate and has stories about changing fate.  Yawn!  Ms. Dushku's acting strength and depth, much of which was repeatedly displayed in <b>Buffy</b> and <b>Angel</b>, are absolutely nowhere to be seen in this series.   She could have done much better and will, as her career continues past this show.
    <P>On the syndicated front, <b>Andromeda</b> has apparently given up on science fiction, in favor of science fantasy - poor science fantasy at that.  "The Magog are coming!  The Magog are coming!!"  All right already.  Captain Hunt as Paul Revere doesn't work.  Let's get past it. The <b>Andromeda</b> universe is rich with possibilities and the actors are strong, with great ensemble potential, but the show's production team seems consistently blind to both.  No wonder <b>Tribune</b> needed the <b>SCI FI Channel</b> to pull off a fifth and final season next year.  We can only hope that <b>SCI FI</b>'s financial interest will gain them input into making a better show. <b>Tribune</b> has consistently shown in all of its series that it can't do that alone.
    <P><b>Mutant X</b>.  What can be said about a series where a major character dies and no one cares after watching for two years!!  At least this season has been an attempt to open the series up to an enlarged premise and some new mutant abilities.  Still, the show has little in the way of inspired imagination and suffers from limited special effects (read a lack of funding.)  And yet.... another season is on the horizon.  Go figure.
    <P>That's been the season so far.  Of course there are returning series that are not airing as of this writing but are on the way.  And they have been well-written and eminently re-watchable, every one.  They are <b>Dead Zone</b>, <b>Dead Like Me</b> and <b>Carnivale</b>.  We wish that they had regular, full 22 episode seasons that lasted from Fall through Spring.  Each would certainly gather a still larger fan base if that were true.
    <P>But that's not the world as it is.  It is world of entertainment with people making decisions, most of whom do not live in the world of fans and viewers.  We'd invite all those that don't to join us in our world, but somehow we don't think they could find our world, even with a roadmap, GPS and On-Star.
    <P>And as we remind ourselves here every year - after all, it IS only television.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>


<!--   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>Gone, Gone, Gone</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 6/12/03</i></b></td></tr></TABLE>
    <FONT SIZE="2">Unfortunately the 2002-3 season is littered with the "bodies" of deceased series.  Here is the list of genre shows that will not be returning next season:
    <P align=center>
    <table>
    <tr><td valign=top><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b>
     <LI>Adventure, Inc (Syndication)
     <LI>Birds of Prey (WB)
     <LI>Black Sash (WB)
     <LI>Buffy The Vampire Slayer (UPN)
     <LI>Dinotopia (ABC)
     <LI>Do Over (WB)
     <LI>Farscape (SciFi)
     <LI>Firefly (FOX)
     <LI>Futurama (FOX)
    </td>
    <td valign=top><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b>
     <LI>Haunted (UPN)
     <LI>John Doe (FOX)
     <LI>Odyssey 5 (Showtime)
     <LI>Miracles (ABC)
     <LI>Sabrina (WB)
     <LI>That Was Then (ABC)
     <LI>The Twilight Zone (UPN)
     <LI>Veritas: The Quest (ABC)
    </tr>
    </table>
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>A Look At The Season</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 2/19/03</i></b></td></tr></TABLE>
    <FONT SIZE="2">At this writing, we are in the middle of February, a sweeps month.  That means the producers of series, and the channels on which the series air, pull out the stops.  The episodes that air are first-run, have special content or twists (or both) and are heavily-advertised. That shows us their best and the season-to-date reveals the rest - the trends and consequences for each series and for genre TV.  Here are some observations:
    <P>With fewer genre series airing, the ending of existing shows have more impact on the genre as a whole. <b>Buffy</b>, now in its seventh season, and the longest-running genre series airing, seems to be on its way out.  Although information leaked to the media could be a tactic for negotiating salaries and episode prices for next season, it is more likely that <b>Buffy</b> has run its course.  Why?  With old <b>Buffy</b> episodes running in syndication, it is easy to compare previous years with this one.  Besides the now-way-too-familiar formula of a season-long build-up to fight evil for the fate of the world, this season's episodes lack one big element - humor.  We think that fact is telling as to the fate of the show by season's end.  Add to that the rumor that <b>WB</b> and <b>UPN</b> have agreed to Angel crossing over to <b>Buffy</b> for the finale, and you have all the tell-tale signs.
    <P>What then, of the spin-off series, <b>Angel</b>? The show is now aired on a night separate from <b>Charmed</b>, so the Sunday "Fright Night" is no more.  But it seems like <b>Angel</b> still has some gusto left, although, like <b>Buffy</b>, the tone is more serious than in past years.  If the show goes down, it will be because it has become more "doom and gloom" than fun to watch. Joss Whedon needs to remember to lighten up, even in storylines with dire circumstances, to keep the show running.
    <P><b>Charmed</b> seems to have settled in with sister Paige and, happily, not only does humor abound, but some twists and turns that keep the series interesting.  The show's ratings reflect this and we expect at least one more season for <b>Charmed</b>.
    <P><b>Enterprise</b> keeps plugging away, developing its characters and filling in the "historical" blanks in the Star Trek universe. The characters of Archer, T'Pal and Tucker seem to have gone to the head of the class, with little attention paid to Hoshi and Mayweather and little more to Reed. Phlox is evolving.  But a fan can't help but walk away with a feeling that the show could be more than it is.  Keep in mind that <b>Star Trek: TNG</b> didn't hit its stride until the end of its third season. Barring any financial problems killing the <b>UPN</b> network, another season is virtually assured.
    <P><b>Stargate SG-1</b> is still among the best of the genre "bunch" and that has gained it, unexpectedly, still one more season that will begin this summer. Note that this series has not lost its humor one whit.  Right up there with it is <b>Smallville</b>, a show that is truly a pleasure to watch week after week.  Its cast and writers perform the magic of keeping us interested as they slowly reveal what we already know!  <b>The Dead Zone</b> has entered its second season and has aired some truly original episodes. Add to that the acting of Anthony Michael Hall, and this series will be around for a while. The last in the top bunch, by ratings, if not by writing, has been <b>Alias</b>.  But that show has taken a great turn, by ending the SD-6 saga <b>and</b> by revealing the mysterious power of the Rambaldi device.  The series' producers say the show needed simplification to thrive. But we have to ask them, "Now what?"
    <P><b>Andromeda</b> is going through still another change: a third incarnation that ends the "quest to re-establish the Commonwealth" and takes to episodic high adventure in outer space.  All the "Tribune [Entertainment] tinkering" has lowered the watchability of this series. <b>John Doe</b> keeps being pre-empted, making what could have been a top-rated series much less interesting to follow.  <b>Mutant X</b> actually improved itself this season by ending the Genomex storyline in last season's finale.  That showed some real insight by producers, however, this show has yet to escape its formula super-powered heroes vs. evil villain formula in most episodes. <b>The Twilight Zone</b> is TV's only first-run anthology show.  Despite its decent ability to hold <b>Enterprise</b>'s viewing audience, as our <i>SF TV Talk</i> poll reveals, genre fans find this series not particularly inspiring.  <b>Jeremiah</b> and the freshman series, <b>Tremors</b>, have yet to air, so we will reserve comment.
    <P>Most of the worst are gone, even though, in many cases, some episodes produced never aired.  Cancelled are the freshmen series <b>Haunted</b>, <b>Birds Of Prey</b>, <b>Odyssey 5</b>, <b>Firefly</b> and <b>Dinotopia</b>.  <b>The Lost World</b> never found funding for a fourth season and is gone.  Also leaving the stage, to the dismay of fans, is <b>Farscape</b>. The remaining first-run series are in syndication. The uninspired <b>Adventure, Inc.</b> could return but it just isn't interesting.  The last, <b>Starhunter</b>, is also so very dead-last in the ratings that one would expect it to end.  But the series is in its second season in Canada and may show up again in the U.S. next season.  Virtually no one will watch.
    <P>We would be remiss if we didn't mention the twenty-hour mini-series <b>Taken</b>, a major focal-point for this season.  <B>SCI FI CHANNEL</b> gained record ratings in December as genre-fans flocked to the mini-series' well-advertised Steven Spielberg nameplate.  After waiting three years for airing, we watched all twenty hours and three-generations of alien abductees.  Yes, it held our interest, and, yes, it was a work that reflected the major efforts that brought it into being.  But now, looking back just two months later, the truth is that we don't find it memorable.  With some effort, we can recall the ending - another victim of uninspired writing, where creative science fiction took a backseat (the third-row fold-down seat of an SUV.) That ending defined <b>Taken</b> as a soap opera about three families, something of far-less value than the high-profiled, three-year-wait price of admission.
    <P>To summarize, excluding a small group of four to six eminently-watchable series that give us a show to watch on most days of the week, the rest are boring, dull, unimaginative or all three. Gone are the days when conflicting time slots on multiple days forced VCR time-shifting to view every series of interest.  Unfortunately, this season will push the decline in the quantity of genre series even further. We can only hope that this will force some quality productions in new series next season and beyond.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>Lost World Loses Out</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 1/24/03</i></b></td></tr></TABLE>
    <FONT SIZE="2">Writing to fans on the official  <a href=http://http://www.lostworldtv.net/cgi-bin/lw/ubb/Ultimate.cgi?action=intro&BypassCookie=true>Lost World forum (Treehouse News)</a>, from Judith and Gary Reeves-Stevens, the forum moderators explained that the series will not see a fourth season.
    <P>The last five months was called "a rollercoaster ride" of ups and downs in negotiations to fund another season.  It seems that everyone in negotiations was fully aware of the "millions of viewers worldwide," but the negotiating parties just could not agree on mutually satisfactory terms.
    <P><b>The Lost World</b> was first aired in first-run syndication in 1999, and was noteworthy as the first genre series with regular dinosaur special effects since the '70's <b>Land of the Lost</b> (grin!)  The run of <b>The Lost World</b> was one factor that paved the way for the <b>Dinotopia</b> mini-series.  The ill-fated <b>Dinotopia</b> series, however, along with the now-canceled <b>Lost World</b>, seem to indicate that dino series don't last.  As the negotiations reveal, the costs are significant enough to weigh heavily on continuing production.
    <P>Or possibly they are more indicative that genre shows are way past their prime in terms of general viewer interest.  The number of genre shows canceled last season, and ending this year, seem to signify a return to a time like the early '80's, before <b>Star Trek: Next Generation</b>, when very few genre series aired on TV.
    <P>In any case, <b>Lost World</b> fans are not completely out of luck.  All existing 66 episodes were offered at this year's NATPE (National Association Of Television Program Executives) show for re-run syndication, so the show may be aired again in the 2003-4 season.  Better yet, a "Plan B" for a TV movie, to wrap up the series' story lines, is a possibility.  Of course, no one has determined who will foot the bill for the movie and, until someone does, it, like new first-run episodes, won't be airing on television anytime soon.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>Live, Die, Mutate</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Update: 1/24/03</i></b></td></tr></TABLE>
    <FONT SIZE="2">The 2002-3 season is old enough to have its winners, its casualties and its alterations.  Here is a summary of what's been happening:
    <UL>
    <LI><i><u>"Back In Time"</u></i>: The <b>WB</b>'s show <b>Do Over</b> has been picked up for a full 22 episodes, despite less than stellar ratings.   Over at <b>ABC</b>, the similar show, <b>That Was Then</b> is officially "on hiatus" (read that "canceled") with six remaining episodes produced but yet to be aired.
    <LI><i><u>"Pushed Out"</u></i>: <b>ABC</b> has canceled the mystery-contest show, <b>Push Nevada</b>, which will continue to air long enough to finish its "Million Dollar Contest."
    <LI><i><u>"In The Zone"</u></i>: <b>UPN</b> is pleased that <b>The Twilight Zone</b> is retaining nearly 3/4's of <b>Enterprise</b>'s audience and has picked up <b>TZ</b> for a full season of episodes.
    <LI><i><u>"Rest In Peace"</u></i>: The other <b>UPN</b> freshman series, <b>Haunted</b> will reportedly be canceled as it is finding it hard to gain an audience even though it follows <b>Buffy</b>. Why? It is up against genre top-rated <b>Smallville</b>.
    <LI><i><u>"Lights Out"</u></i>: The poor writing in <b>Firefly</b> is inexplicable given creator Joss Whedon's track record with <b>Buffy</b> and <b>Angel</b>. <b>FOX</b> has canceled the show, due to its ever-decreasing ratings, without airing all the episodes produced.
    <LI><i><u>"Sci-Fri"</u></i>: <B>SCI FI CHANNEL</b> has announced its new 2003 Friday night line-up.  Beginning in January, <b>Dead Zone, Stargate SG-1 and Farscape</b> will comprise the network's Friday night prime-time line-up.  But not for long. As noted elsewhere on this page, <b>Farscape</b> has been canceled (see below.)  It's replacement will be <b>Tremors</b>, a series based on the three movies about giant worms, and other graboids, in and around the small town of Perfection, Nevada. Originally scheduled to debut in January, production delays, due to the intensive special effects, have moved the series premiere to March, after <b>Farscape</b> has ended.
    <LI><i><u>"Hard To Port"</u></i>: Syndicated <b>Andromeda</b> will again change course before the end of this season.  Executive producer Kevin Sorbo has stated that his character, Dylan Hunt, will give up his quest to re-start the Commonwealth because "it is not the Commonwealth he wanted."  New head writer Robert Engels is scripting shows that will have more humor and give Dylan in a less conservative aspect, as someone just trying to do some good where he can.
    <LI><i><u>"Apocalypse Soon"</u></i>: Only one of <b>Showtime</b>'s two apocalyptic-themed shows will be back for a second season. <b>Jeremiah</b> will begin its second season of fifteen episodes in March, 2003. <b>Odyssey 5</b>, however, has been canceled (leaving the world to blow up again in five years.)
    </UL>
    <P>All in all, it is a rough season for science fiction and genre television. As noted in more than one place on this site, genre series have peaked and seem to be on their way out.  Crime investigation and detective shows are now in plentiful supply.  For experienced genre fans, this situation is disappointing, but nothing new.  We can only hope that the limited number of new series to come will have quality, if not quantity.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0><a name=fs>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><a name="fs"></a><strong>Farscape Cancelled!!</strong></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 09/07/02</i></b></td></tr></TABLE>
    <FONT SIZE="2">In a shocker of an announcement, <b>Farscape</b> executive producer David Kemper told others in an online chat that <b>SCI FI CHANNEL</b> is ending production of the series as of this, the show's fourth, season.
    <P>In the chat, Kemper revealed that the news came within a few days of shooting the final scenes for the season's finale.  He said the decision came from "high in the corporate level" but did not specify any other details.  <b>SCI FI CHANNEL</b> had originally announced they would fund fourth and fifth seasons of the show, but an "escape clause" in the contracts enable the network not to exercise its option for the 5th season.
    <P>The decision was so sudden and unexpected that there was no way to wrap up plot threads, with only days of shooting left in the season.  When asked if there might be attempts to interest other networks in the series, Kemper was not optimistic.  He cited the fact that <B>SCI FI CHANNEL</b> owns the exclusive rights to the first 88 episodes. That would mean another network would not likely fund a series knowing they had the rights to only one or two seasons of produced episodes.  It also seems unlikely that another network would be willing to pay the up-front costs to the rights to the 88 episodes, IF <b>SCI FI</b> made them available, AND the cost of new productions.  The return on that amount of investment is not attractive to networks.
    <P>Kemper repeatedly stated how shocked and saddened he, the cast and crew have been since the news of the decision was handed down (just two days prior to the chat.)  Series star Ben Browder was also online, stating that almost all his phone conversations with cast and crew have "ended with tears."  The fact that everyone would be out of work in under a week "hasn't sunk in."
    <P>Kemper also stated that the entire fifth season had been plotted. The chat moderator asked if any detail might be revealed about that season now that it would not be produced.  Kemper answered by stating that, after the fourth season had aired, he would reveal fifth season details.
    <P>Is there anything fans can do? Kemper cautioned that striking the sets was now scheduled to begin in mid-September - just a week after production wraps. There would be little that could be done once, as Browder stated "they take the chainsaws to Moya."  Kemper urged fans to write disappointed letters, not letters of rage. "Remember," he said, "that furious people are 'nuts.' Angry, but civil and controlled people are 'fans.' Networks listen to 'fans.'"
    <P>With that in mind, and the fact that accumulation of paper can be more effective than email alone, here is the fax and snail mail address for <b>USA</b>, the parent company of <b>SCI FI CHANNEL</b>:
    <P>Michael Jackson, President and CEO
    <br>USA Cable Entertainment LLC
    <br>1230 Avenue Of The Americas
    <br>New York, NY 10020
    <br>Phone: 212-413-5000
    <br>Fax: 212-413-6524
    <P>There is also an online petition at: <a href=http://www.ipetitions.com/campaigns/SAVE_FARSCAPE/ target=newwin>http://www.ipetitions.com/campaigns/SAVE_FARSCAPE/ </a>
    <P>The remaining eleven episodes of the fourth season will air in 2003.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><strong>2002-2003 Insider Info</td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Update: 09/08/02</i></b></td></tr></TABLE>
    <FONT SIZE="2">Cast and crew from next season's shows are sometimes more than happy to reveal a little in hopes of piquing interest.  Here's what we know so far:
    <P><b>Alias</b> - CIA agent Vaghn survives the water-filled tunnel.  The first episode answers all the season-ender questions.  Reporter Will Tippin is changed by his torture and new knowledge that Sydney leads a double life.  Expect no romance between them, at least for this season. The return of Sydney's mother changes the character dynamics of the show, including confrontations with Sydney and both Bristow (her husband) and Sloane (Sydney's evil boss) affected by her presence.  Expect a "revelation" in the season opener about Sloane's ailing wife. a guest appearance by David Bowie this season is rumored.
    <P><b>Andromeda</b> - executive producer Kevin Sorbo will direct two episodes for the first time this season.  The series has moved its CGI capabilities on-site.  The hype is that this will improve the visuals since they are more accessible for tweaking. More money will go into the f/x without increasing the budget because the series is doing its own f/x and has eliminated "middle-man" costs.  We'll see.
    <P><b>Angel</b> - the vampire with a soul heads for Las Vegas for one episode, where Lorne, the demon singer, has settled to live and perform.  Slayer Faith (Eliza Dushku) will appear in three episodes this season.
    <P><b>Birds of Prey</b> - the series pilot has been re-shot to "lighten the mood and feel" of the series. The episodes are now planned to include more lighter moments to counter the original "Dark Knight" visuals of New Gotham.
    <P><b>Buffy</b> - the season will begin back at the (now re-built) Sunndale High School, returning the show "to its roots", according to creator Joss Whedon.  Faith not only appears in <b>Angel</b>, but will also appear in the final five episodes of this, the final, season.  During this season, Whedon promises to lighten the show and deal more with the Scooby gang's mission and less with the individual characters' life questions.  That having been said, Willow will face repercussions for "skinning" and killing Warren last season.  Similarly, she will still deal with her addiction to magic.  Spike is still around and will have to face his rape of Buffy.  Whedon wants Giles to appear in more episodes this season.  Actress Amber Benson, who played the now-deceased Tara, will return to the show, but not as Tara.  Whedon won't say more about that.
    <P><b>Dinotopia</b> - the series will focus on life on the island, with new actors in the lead roles.  The special F/X are promised to equal or exceed those of the mini-series.
    <P><b>Enterprise</b> - At a convention, producer Brannon Braga reassured fans that the series will closely keep to <b>Star Trek</b>'s established "history."  The temporal cold war will be kept "as long as it remains fresh," he added.  He also revealed that the time traveler, Daniels, is not entirely human and may not be what he appeared to be in the first season.
    <P><b>Firefly</b> - only humans will appear in this new space-faring series from <i>Buffy</i> creator Joss Whedon. Instead the series will focus primarily on the human condition, "with all its myriad problems."
    <P><b>John Doe</b> - a new series about a man who awakes on an island in Seattle's Puget Sound with a knowledge of every fact in the world—the population of Peru in 1853, how many blue cars there are in the state of Washington, the ingredients in a box of breakfast cereal, but he has no idea where he came from, why he has such knowledge or how he got where he is.
    <P><b>Smallville</b> - The producers have revealed that Clark will better understand his origins and his place "in the scheme of things" in this, the show's second season. He will be getting a new superpower, although they add "not as what you'd think was a superpower." One of Clark's friends will learn his secret. Red kryptonite will be introduced.  Lex will move more towards his evil destiny, but not arrive there this season.  He will announce his engagement to Desiree Atkins, one of Clark’s teachers, who is another "freak of the week."  Clark will discover his heat vision power.  Clark's friend, Pete, discovers the spaceship that brought Clark to Earth.  Dr. Hamilton's kryptonite exposure makes him psycho.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>

   <TABLE cellspacing=0 CELLPADDING=0 border=0>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><strong>Stargate: Infinity</td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Update: 08/13/02</i></b></td></tr></TABLE>
    <FONT SIZE="2">While credible rumors about a sequel series called <b>Stargate: Atlantis</b> have tantalized <b>Stargate SG-1</b> fans, apparently the first spin-off will be an animated series entitled <b>Stargate: Infinity</b>.
    <P>As reported in <i>Dreamwatch Magazine</i> production has already begun on the animated series.  The report states that the 30-minute show will not include any characters from <b>Stargate SG-1</b>, but, since <b>Stargate: Infinity</b> will reportedly maintain established continuity, it wouldn't surprise us if at least one character makes a guest appearance.
    <P>If so, that character would be considerably older since <b>Stargate: Infinity</b> will take place in the future about 20-30 years after <b>Stargate SG-1</b>.  The series is likely to include some of the established civilizations of the original series, both alien and human.
    <P>In the past, an animated sequel series has not necessarily been welcomed by all the fans of a live action series, but it is a possible means of attracting a younger audience into an established "universe."  If a live action sequel series is then produced, like the rumored <b>Atlantis</b>, those newer young fans become part of the viewership.
    <P>Young or old, we could be viewing the animated series this year. The <b>MGM</b> deal will produce a reported 26 episodes for the new show's first season.
    <P>Subsequent to the <i>Dreamwatch</i> report, <b>FOX</b> announced that <b>Stargate: Infinity</b> will appear on its network stations on Saturday mornings beginning Fall, 2002,
    <P><b>Update (8/13):</b> Here are details about the series -
    <P><html>

<head>
</head>

<body lang=EN-US link="#0066CC" vlink="#006666" style='tab-interval:.5in'>

<div>

<p class=body><b>Stargate Infinity</b> is the story of veteran <b>Stargate</b> explorer Major
 Gus Bonner
and a group of young <st2:PlaceName>Air</st2:PlaceName> <st2:PlaceName>Force</st2:PlaceName>
 <st2:PlaceType>Academy</st2:PlaceType> cadets. Wrongly accused of
treason, they must flee across the universe, pursued by a ferocious new alien
enemy. The team must find a way to clear their names and to protect the
mysterious Draga -- a strange alien being who may be
the key to unlocking the ultimate secrets of the Stargate and of the Ancients
who built them.</p>

<p class=body>The show's main characters include:</p>

<p class=body><img src="sginfinity/sginfinity_files/image001.jpg" align=left style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">
<b>Major </b><b>Gus</b><b> </b><b>Bonner</b> - At <st1:NumConv6p0 val="50"
sch="1">50</st1:NumConv6p0>, the rebel has mellowed a bit, but there's plenty
of fight left in the old guy. Gus goes by his
gut instincts and is a rebel drawn to the allure of exploring distant worlds.</p>

<p class=body>&nbsp;</p>
<p class=body><img src="sginfinity/sginfinity_files/image002.jpg" align=left style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">
<b>R.J. Harrison</b> -
At eighteen, Harrison is a low-key wise
guy who is physically imposing. A dedicated science-fiction fan, Harrison
grew up dreaming of space travel. If Harrison
weren't so handsome and athletically gifted, he'd be the classic nerd who
thinks he's an outsider.</p>

<br>
<p class=body><img src="sginfinity/sginfinity_files/image003.jpg" align=left style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">
<b>Stacey Bonner</b> - For the first eighteen years
of her life, Gus Bonner's
niece grew up with little direction or structure. Now she has become an expert
in the martial arts and presents a front of no-nonsense control. Stacey
is the backbone of the trainee group -- a 'by the book' cadet. </p>

<br>
<p class=body><img src="sginfinity/sginfinity_files/image004.jpg" align=left style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">
<b>Seattle Montoya</b> - Dark and mysterious Seattle
was raised for the first half of her eighteen years on a Native American
reservation. After moving to the inner city she became a street-smart gang
member, she entered the Air Force Academy to get out of the ghetto. <span
   class=GramE>Seattle,
gifted with empathic abilities, users her powers to sense the needs of many of
the aliens they encounter. </p>

<p class=body><img src="sginfinity/sginfinity_files/image005.jpg" align=left style="BORDER-RIGHT: 2px solid; BORDER-TOP: 2px solid; BACKGROUND: none; BORDER-LEFT: 2px solid; BORDER-BOTTOM: 2px solid; BORDER-COLOR: #000000; spacing: 0">
<b>Ec'co</b>
- Half-alien, Ec'co has grown up a
victim of prejudice and as a stranger on his home planet of Earth.Ec'co has channeled his anger over not being
accepted into his studies; He is the group's brilliant high-tech expert who can
fix anything mechanical. Ec'co's struggle to control the rage within him has made him the
most reticent, stoic, and secretive of the team.</p>

<p class=body>
<b>Draga</b> -
The curious dragon lady and maybe-Ancient hatches as a seemingly full-grown
adult from the chrysalis found inside an ancient Egyptian mummy. But despite
having an adult appearance, Draga is very much a
newborn innocent -- unaware of the incredible powers contained in her complex
genetic code. <br>
<br>
Supporting characters include: <br>
<b>Nephestis</b><b> / Grimes</b> - Working to destroy Stargate
Command, this shape-shifting alien spy is in the service of theTlak-Kahn aliens. Most of the time, he assumes the shape
and identity of science officer Capt. Arnold Grimes, but he can assume at will
the shape and identity of any living being of approximately the same physical
mass.</p>

<p class=body><b>Hah'lak</b> - The fat, toad-like reptile who is the head of the Nax'kan Council. A master of the vicious political
infighting of the Council, Hah'lak
is a cunning and suspicious, almost paranoid opponent.</p>

<p class=body><b>Da'kyll</b> - Leader of theTlak'kahn warriors chasing the team. A ferocious
eight foot tall reptile, Da'kyll is
intelligent, utterly ruthless, and cunningly ambitious. He is driven to find
our team and Draga to learn the secret of the
Ancients and to use that power to become supreme ruler of theTlak'kahn.</p>

<p class=body><b>Pahk'kal</b> - Da'kyll's second in command. Pahk'kal
fears Da'kyll and behaves
subserviently, but his obsequiousness masks his resentment and ambition.Pahk'kal is planning to gain Draga's
powers for himself to get rid of both Da'kyll
and the Nax'kan Council. <br>
<br>
<b>Stargate Infinity</b> is targeted primarily at boys age 6 to 12, and currently has a
commitment of 13 episodes, with an additional 13 possible. The show premieres on Saturday, September 14 on <b>FOX</b>.</p>

</div>

</body>

</html>

<!--    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table> -->

<!--   <TABLE cellspacing=0 CELLPADDING=0 border=0>
    <TR><TD><a name=dvd><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><strong>Coming Out On DVD</a></td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"></td></tr></TABLE>
    <FONT SIZE="2">Here is a listing of the new DVD's releases, brought to you by <b>Ron Wolfe</b>:
<table><tr><td>
<pre><font class=txt style="font-size:10pt">
1/6/2004 (Tuesday)
Babylon 5: Season 4
Mutant X: Season 1, Volumes 8-9 (Episodes 115-118)

1/13/2004 (Tuesday)
Lost In Space: Season 1

1/20/2004 (Tuesday)
Dinotopia: The Complete Series
Jeremiah: Season 1
Stargate Sg-1: Season 5 (Volumes 1-5)

1/27/2004 (Tuesday)
Farscape: Season 4, Volume 2 (Episodes 406-409)
Lost World, The: Season 1


2/3/2004 (Tuesday)
Red Dwarf: Series 3
Red Dwarf: Series 4

2/10/2004 (Tuesday)
Angel: Season 3
Lexx: Season 4, Part 1
Lexx: Season 4, Part 2
Lexx: Season 4, Volume 5 (Episodes 417-420)
Lexx: Season 4, Volume 6 (Episodes 421-424)
Xena: Warrior Princess - Season 3

2/17/2004 (Tuesday)
Roswell: Season 1

2/24/2004 (Tuesday)
Star Trek: Voyager - Season 1


3/2/2004 (Tuesday)
Stargate Sg-1: Season 6 (Volumes 1-5)

3/9/2004 (Tuesday)
Futurama: Volume 3

3/16/2004 (Tuesday)
Dead Zone, The: Season 2

3/23/2004 (Tuesday)
Hercules: The Legendary Journeys - Season 3

3/30/2004 (Tuesday)
Dark Shadows: Collection 11
Highlander: Season 4


4/13/2004 (Tuesday)
Babylon 5: Season 5


5/4/2004 (Tuesday)
Dead Like Me: Season 1

5/11/2004 (Tuesday)
X-Files, The: Season 9

5/18/2004 (Tuesday)
Star Trek: Voyager - Season 2

5/25/2004 (Tuesday)
Buffy The Vampire Slayer: Season 6


7/6/2004 (Tuesday)
Star Trek: Voyager - Season 3
</pre>
</td></tr></table>

<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>
-->

   <TABLE cellspacing=0 CELLPADDING=0 border=0>
    <TR><TD><IMG SRC="../common/spacer.gif" WIDTH=5></TD><TD valign=bottom width=655><FONT SIZE=4 face="Verdana,Arial,Helvetica,Sans Serif"><strong>Think About It</td></tr><tr><td colspan=2 bgcolor=990000 width=460 align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
    <tr><td colspan=2 align=right><FONT SIZE="2" face="Arial,Helvetica,Sans Serif"><b><i>Date: 04/17/02</i></b></td></tr></TABLE>
    <FONT SIZE="2">We have had a "feature" article about the declining number of episodes per season available for reading for a number of years (see "Who's Playing Who?" in our <a href=feature.html target=newwin>Feature Articles</a> section.) Becasue of the smaller number of episodes, viewers of the 2001-2 season have been subjected to multi-week pre-empting and numerous re-runs during the season, interrupting the flow of any show substantially.
    <P>The typical "season" is 18, 20 or 22 episodes.  So when we recently realized that <b>Enterprise</b> will air 26 episodes this season, it caught our attention.
    <P>Actually the count is 25 episodes including the two-hour pilot. Even so, that harkens of the "days of old" when a season flowed from a September debut to the December holiday re-runs to more new episodes until the season ender in May and finally the inevitable summer re-runs.  But that didn't happen this season for <b>Enterprise</b>.
    <P>Twenty-six episodes!  It is very telling of the commitment that <b>Paramount</b> made to the series and <b>UPN</b> made to its affiliates.  But the fact that the season has been chuckfull of re-runs might also show the lack of concern <b>UPN</b> has had for fans.
    <P>Or maybe it is that <b>UPN</b> has been in flux. With new management canceling <b>Special Unit 2</b> and putting the few remaining episodes of <b>Wolf Lake</b> in its place, there certainly was not enough new material to cover both time slots through late May.
    <P>And May is THE sweeps month upon which networks earn their reps, stations gain their new ad rates and new seasons are based.  So it is no surprise that some weeks in May will have TWO new first-run episodes of <b>Enterprise</b>, back-to-back.
    <P>Still and all, we have had problems this season being faithful viewers of most series, including <b>Enterprise</b>.  Some weeks there were too many new episodes in the same time slots (for example, <b>Alias</b> vs. <b>The X-Files</b> vs. <b>Six Feet Under</b>.) Too many times, we sat down to watch an episode only to think "Oh... yeah... this week is a re-run" and changed channels at that point.  Worse yet, how many weeks did we find a show pre-empted, again and again, only to find that we missed the next new episode when the show finally re-surfaced? Too many!
    <P>If genre programming now finds itself struggling for ratings, surely one reason has to be this lack of concern for the viewership when weekly schedules are created.  A better solution is needed, possibly having TWO distinct seasons per year, each with 13 or more episodes per series (like <b>Witchblade</b> or <b>The Sopranos</b>.)  This may not be an affordable option for the traditional networks, but those with their own production houses, like <b>FOX</b> and <b>Viacom</b> might be able to do "Showtime-like" deals, where a series is first shown on a premium cable channel and then air the same series on a broadcast network.
    <P>We can only hope that some people in the business read this or maybe some fans contact those folks to make them aware of the problem.  Without some attention to it, the trend towards fewer episodes per season can only lead to fewer viewers who will remember to watch a series week after week.  Fewer viewers not only mean more canceled shows, but lower ad revenues for TV stations.  You'd think someone would at least be concerned about that.
    </FONT>
    </p>
<table cellspacing=0 cellpadding=0 border=0 width=650>
<tr><td width=87% align=right><IMG SRC="../common/icn_back_top.gif" hspace=0 vspace=0></td><td align=right><a class=totop href=#top>Back To Top</a></td></tr>
<tr><td colspan=2 bgcolor=990000 width=100% align=right><IMG SRC="../common/spacer.gif" height=2 vspace=0 hspace=0></td></tr>
</table>


</td></tr></table>
</td></tr></table>
</td></tr></table>
<table CELLPADDING="0" CELLSPACING="0" WIDTH="800" BORDER="0">
<tr><td rowspan=3>&nbsp;</td></tr>
  <tr>
    <td colspan=2 BGCOLOR="#000000" HEIGHT="3"><IMG SRC="../common/line.gif" width=800 height=3></td></tr>
  <tr>
    <td BGCOLOR="#444444" VALIGN="MIDDLE" width="10"></td>
    <td BGCOLOR="#444444" VALIGN="bottom" width="800"><center>
    <table cellspacing=0 cellpadding=0 border=0><tr><td align=center><FONT COLOR="#888888" FACE="GEORGIA, Arial, Helvetica" SIZE="1">Copyright © 1996-<script>
<!--
curryr ();
// -->
</script>&nbsp;<A HREF=../home/home.html><FONT COLOR="#888888">I. Brickman</font></A>. All rights reserved.</td></tr>
    <tr><td align=center><FONT COLOR="#888888" FACE="GEORGIA, Arial, Helvetica" SIZE="1">Updated on:  Tuesday, April 17, 2007 at 06:06 AM MST
    </table>
<FONT COLOR="#888888" FACE="GEORGIA, Arial, Helvetica" SIZE="1">
There have been [an error occurred while processing this directive] to this page since 1/27/2000.
</FONT></td>
  </tr>
</table>

</center></div><!---->
<!-- BEGIN FASTCOUNTER CODE -->
<P align=center><FONT SIZE=2 COLOR="FFFFFF" face="Verdana, Arial, Helvetica" >
Number Of Hits Since January 1, 2002:
<a href="http://member.bcentral.com/cgi-bin/fc/fastcounter-login?2810117" target="_top">
<img border="0" src="http://fastcounter.bcentral.com/fastcounter?2810117+5620241"></a>
<!-- END FASTCOUNTER CODE -->
<br>
<!-- BEGIN FASTCOUNTER LINK -->
<font face="arial" size="1">
<a href="http://fastcounter.bcentral.com/fc-join" target="_top">FastCounter by bCentral</a></font><br>
<!-- END FASTCOUNTER LINK -->
</body>
</html>
