<HTML>
<HEAD>
<TITLE>Science Fiction TV - Upcoming Episodes/Descriptions - Ambit's SF TV Talk Science Fiction Newsletter</TITLE>
<!-- science fiction,episode,sci-fi,tv,episodes,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 - Looking Ahead: Here you will find SF TV Talk's guide to upcoming episodes of popular science fiction and fantasy TV shows on broadcast and cable networks!">
<meta name="keywords" content="TV Science Fiction,science fiction,episode,sci-fi,tv,episodes,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-after" content="1 days">
<META NAME="rating" content="General">
<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="ahead.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: geneva,"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;}
</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">
<BASEFONT FACE="TREBUCHET MS, ARIAL, HELVETICA">&nbsp;

<!-- Titling -->
<TABLE BGCOLOR=770000 WIDTH=1013 CELLPADDING=8 CELLSPACING=0 BORDER=0 style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BACKGROUND: #770000; BORDER-LEFT: 1px solid; COLOR: #aa0000; BORDER-BOTTOM: 1px solid; spacing: 0">
<tr><td align=center>
<TABLE BGCOLOR=eeeeee WIDTH=997 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><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 align=right valign=middle width=100%><FONT SIZE="7" COLOR="dddddd" FACE="Impact,Arial,Helvetica,San Serif">Looking <I>Ahead&nbsp;&nbsp;</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=140><FONT SIZE="1" COLOR="FFFFFF" FACE='trebuchet ms',ARIAL,HELVETICA"><NOBR>&nbsp; The Web's Best SF Newsletter - Since 1996</td>
    <td align=right width=1000><FONT SIZE=1 COLOR=FFFFFF FACE='verdana',ARIAL,HELVETICA>
    <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: <!--#config timefmt="%m/%d" --><!--#flastmod virtual="../ahead.html" -->)</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
      (<!--#config timefmt="%m/%d" --><!--#flastmod virtual="../newsbyte.html" -->)</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>
<P><center>
<P>
<font class=body><b>Latest Ratings</b>
<br>
<html>
<head>
<style>
<!--
.rate	{font-family:"arial", sans-serif;
	 font-size:10px}
-->
</style>
</head>
<body link=blue vlink=purple>
<table border=0 cellpadding=6 cellspacing=0 width=120 style="border-right: 1px solid; border-top: 1px solid; background: none; border-left: 1px solid; border-bottom: 1px solid;border-color: #990000;spacing: 0">
<tr><td align-center>
<table border=0 cellpadding=0 cellspacing=0 width=110>
<tr>
  <td class=rate colspan=2><!--<u>Network (8/2-8/8/04)--> Coming Soon</td>
 </tr>
 <!--<tr height=17 style='height:12.75pt'>
  <td height=17 valign=top class=rate style='height:12.75pt'><b>SHOW</td>
  <td class=rate valign=top align=right><b>HHR</td>
 </tr>
 <tr>
  <td class=rate><nobr>Joan/Arcadia</td>
  <td class=rate align=right>3.0</td>
 </tr>
 <tr>
  <td class=rate>Smallville</td>
  <td class=rate align=right>1.7</td>
 </tr>
 <tr>
  <td class=rate>Charmed</td>
  <td class=rate align=right>1.5</td>
 </tr>
 <tr>
  <td class=rate>Enterprise</td>
  <td class=rate align=right>0.9</td>
 </tr>
 <!--<tr>
  <td class=rate>Angel</td>
  <td class=rate align=right>2.7/4</td>
 </tr>
 <tr>
  <td class=rate>Tru Calling</td>
  <td class=rate align=right>2.7/4</td>
 </tr>
 <tr>
  <td class=rate><strike>Jake 2.0</td>
  <td class=rate align=right>1.6/2</td>
 </tr>
 <tr>
  <td class=rate>Alias</td>
  <td class=rate align=right>N/A</td>
 </tr>
 <tr>
  <td class=rate colspan=2><u>Synd.
  (2/2-2/8/04)</td>
 </tr>
 <tr height=17 style='height:12.75pt'>
  <td height=17 class=rate valign=top style='height:12.75pt'><b>SHOW</td>
  <td class=rate valign=top  align=right><b>HHR</td>
 </tr>
 <tr>
  <td class=rate>Stargate: SG-1</td>
  <td class=rate align=right>2.3</td>
 </tr>
 <tr>
  <td class=rate>Mutant X</td>
  <td class=rate align=right>2.0</td>
 </tr>
 <tr>
  <td class=rate>Andromeda</td>
  <td class=rate align=right>2.0</td>
 </tr>
 <tr>
  <td class=rate>BeastMaster</td>
  <td class=rate align=right>1.5</td>
 </tr>
 <tr>
  <td class=rate>Outer Limits</td>
  <td class=rate align=right>1.3</td>
 </tr>
 <tr>
  <td class=rate>Lost World</td>
  <td class=rate align=right>0.8</td>
 </tr> -->
</table>
</td></tr>
</table>
<!--<P align=left><font class=rate>· HHR: Avg # of households watching as a % of all TV households-->
</body>

</html>

</font>
<P>

<!--
<P><b><u>Results Of Past Polls</u></b>
<P><img src="entpoll.jpg">
<P><img src="2002-3poll.jpg">
<P><img src="xfmpoll.jpg">
<P><img src="2001-2poll.jpg">
<P><img src="sgmoviepoll.jpg">
<P><img src="sitepoll.jpg">
<P><img src="moviepoll.jpg">
<P><a href="../forum/sfforum.html" TARGET="_parent"><IMG SRC="../common/ads/forumad.jpg" width=130 border="0">
-->
</font></font></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">
    <IMG SRC="../common/spacer.gif" WIDTH="560" HEIGHT="1" ALT BORDER="0"><br>
<table border=0 cellpadding=4>
<tr><td valign=top align=center><FONT SIZE="6" COLOR="000000" FACE="IMPACT, ARIAL, HELVETICA"><CENTER>LOOKING <I>AHEAD</I></B></FONT><br><FONT SIZE="3" COLOR="000000" FACE="TREBUCHET MS,TIMES NEW ROMAN,ROMAN"><B>Upcoming Dates & Descriptions Of Your Favorite Shows</td></tr>

<tr><td valign=top><FONT class=txt>We use information from production company & telecast Web sites of popular science fiction shows, as well as Lee Whiteside's excellent <a href="http://www.sftv.org/sftv/sftvschd.txt" TARGET="_parent"> Magrathea/SFTV Page</a> (and e-mail newsletter!)   Many of the sources used for the information are listed in the footnotes which follow the listings.
<P><b>Information About Using <I>SF TV TALK</I>'s Looking Ahead:</b>
<br><U>Re-runs</U> - An <B>(R)</B> after an episode title denotes a re-run. Where possible reruns have the following notation: <B>(R - [Season#] X [Episode #])</B>.  If the a Web site exists with a detailed description of the re-run episode, <I>SF TV Talk</I> uses a link to it rather than listing the description here. Re-run listings appear below in a light gray color and look like this:<center><font class=rrsamp>"Episode Title" (R)</font><br>If there is a link, it will change to this:<br><font class=rrlink>"Episode Title" (R)</font><br>when you put your cursor over the link.</center>
<P><U>"Week Of"</u> - Episodes of syndicated series are aired anytime during a given week, depending on the schedule of your local station.  The syndicated week begins on Mondays and ends the following Sunday. In most areas, stations choose to air syndicated shows on the weekend, towards the end of the "Week of" (i.e., five or six days after the "Week of" date listed.)  Some stations are delayed by one full week (i.e., 12 or 13 days after the "Week of" date listed.) For these reasons it is important that you check your local listings to find the actual telecast date and time in your area.
</center><br><font color=red><b>PLEASE NOTE: Because spammers are "spoofing" ambitweb.com as a return address, for now, you cannot email <I>SF TV TALK</I>.  We apologize for the inconvenience.</font>
</center><br>Many "Thanks" to <b>Ron Wolfe</b> for the stream of information he provides to <I>SF TV TALK</I>.
</td></tr>
</table>

    <TABLE width=850 bgcolor=990000 cellspacing=0 CELLPADDING=3 border=0><tr><td align=center>
    <TABLE width=844 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>
<!--<p align=center><font class=menutitle><u>Fall, 2005: Premiere Schedule</u>
<table>
<tr><td><font class=prtxt>Supernatural (WB)</td><td><font class=prtxt>Sept. 13 (Series Debut)</td></tr>
<tr><td><font class=prtxt>Surface (NBC)</td><td><font class=prtxt>Sept. 19 (Series Debut)</td></tr>
<tr><td><font class=prtxt>Medium (NBC)</td><td><font class=prtxt>Sept. 19 (Season Two)</td></tr>
<tr><td><font class=prtxt>Lost (ABC)</td><td><font class=prtxt>Sept. 21 (Season Two)</td></tr>
<tr><td><font class=prtxt>Invasion (ABC)</td><td><font class=prtxt>Sept. 21 (Series Debut)</td></tr>
<tr><td><font class=prtxt>Ghost Whisperer (CBS)</td><td><font class=prtxt>Sept. 23 (Series Debut)</td></tr>
<tr><td><font class=prtxt>Threshold (CBS)</td><td><font class=prtxt>Sept. 23 (Series Debut)</td></tr>
<tr><td><font class=prtxt>Numb3rs (CBS)</td><td><font class=prtxt>Sept. 23 (Season Two)</td></tr>
<tr><td><font class=prtxt>Charmed (WB)</td><td><font class=prtxt>Sept. 25 (Season Eight)</td></tr>
<tr><td><font class=prtxt>Alias (ABC)</td><td><font class=prtxt>Sept. 29 (Season Five)</td></tr>
<tr><td><font class=prtxt>Night Stalker (ABC)</td><td><font class=prtxt>Sept. 29 (Series Debut)</td></tr>
<tr><td><font class=prtxt>Smallville (WB)</td><td><font class=prtxt>Sept. 29 (Season Five)</td></tr>
</table>
</p>
<p align=center><font class=menutitle><u>Fall, 2005: Viewing Schedule</u>
<br><br><img src=calendar2k5.jpg></p> -->
<P>
<table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top width=424><!-- Stargate // --><a name="sg1"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Stargate: SG-1 </FONT><SUP><a href="#1"><FONT SIZE="1">1</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>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 10:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>The 10th season was the last for Stargate SG-1. Two SG-1 Direct-to-DVD films are planned for release in Fall, 2007. The first will be the climax to the Ori storyline and will also wrap-up other loose ends. The second film *may* involve time travel, with Baal altering the present by going into the past and lifting the Stargate from Earth so that the Stargate Program never happens.</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top align=right width=424><!-- Stargate: Atlantis // --><a name="sa"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Stargate: Atlantis </FONT><SUP><a href="#2"><FONT SIZE="1">2</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>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 4:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td class=date valign=top>09/28/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Adrift” Part 2</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>10/05/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Lifeline”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>After flying away from Lantea trying to escape an Asuran weapons satellite, the star drive shuts down without warning. Now, with only 24 hours of power left, Atlantis drifts in space, with no visible way to get the hyperdrive back online to get to their new home.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/12/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Reunion”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Ronon has encountered fellow Satedans, including Tyre and Ara. They tell him that they had fled to a system of caves in the hillside before the Wraith arrived. They were trapped in a collapse during the Wraith attack. It took them three days to dig out, and then another two weeks to reach the Stargate, but by then, Sateda had been destroyed. Tyre and Ara had heard that Ronon survived and had become a Runner. There were stories about him: he had become a legendary figure, standing seven feet tall and killing a hundred Wraith. They also knew that he had joined the Atlantis Expedition and that Atlantis was inhabited once more. Ronon is torn between the loyalty to his people and loyalty to the Atlantis Expedition. If he decides to rejoin his Satedan friends, the price he might have to pay could be far greater than leaving his newfound life and friends behind.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/19/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Doppelganger”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Sheppard encounters a psychopathic crystalline entity that takes on his likeness in his team's nightmares.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/26/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Travelers”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>The Travelers might have started out evading the Wraith, but now, they live on a ship with hyperspace capability and land on planets when they need supplies or when they conduct trade. After having traveled in this way for so long, the lifestyle has become their identity.
<p>Sheppard has been captured, beaten, and bound by the Travelers Silas, Nevik, and Larrin. Of the three, Larrin, a female leader with the title of “Commander”, continues interacting with Sheppard on an individual basis. She explains who they are and how they live. Larrin knows that Sheppard has the ATA gene and she knows of the Lantian technology. She calls the Ancients the Ancestors and tells Sheppard that they had heard rumors about a group of humans in the galaxy who were using the technology against the Wraith. The Travelers were curious, so they set up spy satellites near the gates in orbit (Space Gates) in order to encounter them. In Larrin’s words, “We got lucky.”
<p>The satellite picked up Sheppard’s presence in his ship and attacked him because he was flying the puddle jumper, Lantian technology that requires the gene to operate. They took samples of his blood in order to configure a control interface adaptor. The device is not yet perfected, but the Travelers are hopeful it will eventually work. Until then, they’ve decided to use Sheppard as their interface to initialize a dormant Lantian battle ship similar to an Aurora class and make it operational once more.</td></tr></table></td></tr>
<tr><td class=date valign=top>11/02/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Tabula Rasa”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>A deadly disease has gotten its way into Atlantis, spreading around the entire city, causing the majority of the expedition to loose their memories.</td></tr></table></td></tr>
<tr><td class=date valign=top>11/09/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Missing”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>11/16/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Seer”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Carter must decide how the use the knowledge of the future after having been given a vision by a seer who claims he has never been wrong.</td></tr></table></td></tr>
<tr><td class=date valign=top>11/30/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Miller's Crossing”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Jeanie McKay Miller and Dr. Rodney McKay are kidnapped by Henry Wallace on Earth after Wallace determines that only the McKays can save his daughter’s life using alien nanotechnology.</td></tr></table></td></tr>
<tr><td class=date valign=top>12/07/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“This Mortal Coil” (Part 1)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>01/04/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Be All My Sins Remember'd” (Part 2)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>The Atlantis team is convinced to team up with the Wraith against a common enemy. The team uses a captured Wraith as an ally to fight a common enemy. With his help, they hope to recruit a fleet of Hive ships to complete their mission, unfortunately, not as many ships flock to the cause, and the expedition might cause a war that they won't be able to contain.</td></tr></table></td></tr>
<tr><td class=date valign=top>01/11/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Spoils of War”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>01/18/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Quarantine”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>01/25/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Outcast”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>02/01/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Midway”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>02/08/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Trio”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>02/15/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Harmony”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Always keen on helping their allies, Sheppard and McKay accept a
proposal made by Harmony’s sisters to accompany her on a trek into the forest to seek guidance to become queen in her late mother’s stead. Will Harmony become the planet’s new queen, or will an enemy assassinate her — and her escorts? Flora and Mardola are entertaining Sheppard and McKay in the royal audience room in celebration of their society’s alliance with the Expedition. Both McKay and Sheppard enjoy the grain and fruit obtained in their trade agreement while the Expedition protects them with warnings concerning the Wraith. All is well, except that their sister Harmony must go through a rite of passage for
guidance to become queen after their mother’s passing. The rules of the rite state that the princess must go to the ruins of the great Temple of Laros in the forest alone to meditate and pray and then return. It’s only a day’s journey, but Harmony is so young that Flora and Mardola wish that Sheppard and McKay accompany her to make sure she’s safe. They don’t feel it will be breaking the rules if Sheppard and McKay, both outsiders, go with her.But, there are Genii soldiers on the planet and Sheppard kills three of them after they are attacked. Why are they there and what do they hope to accomplish in killing Harmony?
</td></tr></table></td></tr>
<tr><td class=date valign=top>02/22/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Kindred” (Part 1)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>02/29/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Kindred” (Part 2)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td class=date valign=top>03/07/08:&nbsp;</td><td width=100% valign=top><a class=firstrun>“” (title TBA)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Finale</td></tr></table></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>

<br><table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top width=424><!-- Battlestar Galactica // --><a name="bs"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Battlestar Galactica </FONT><SUP><a href="#3"><FONT SIZE="1">3</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 3:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>??//??:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td colspan=2 valign=middle><a class=firstrun>All of the first-run episodes of Season 3 have aired. The series has been renewed for a fourth season that will have 20 episodes in 2008, plus a two-hour TV to DVD movie in the Fall of 2007.</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top align=right width=424><!-- Heroes // --><a name="heroes"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Heroes </FONT><SUP><a href="#7"><FONT SIZE="1">7</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>
<tr><td colspan=2 valign=middle width=100%><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 2:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!-- <tr><td class=date valign=top>0?/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td class=date valign=top>09/03/07:&nbsp;</td><td width=100% valign=top><a class=rerun>“Company Man” (R)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>09/10/07:&nbsp;</td><td width=100% valign=top><a class=rerun>“Parasite” (R)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>09/17/07:&nbsp;</td><td width=100% valign=top><a class=rerun>“How To Stop An Exploding Man ” (R)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>09/24/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Four Months Later”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Premiere</td></tr></table></td></tr>
<tr><td class=date valign=top>10/01/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Lizards”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>10/08/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Kindred”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>10/15/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Kindness of Strangers”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>

<br><table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top align=right width=424><!-- Moonlight // --><a name="ml"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Moonlight </FONT><SUP><a href="#"><FONT SIZE="1">&nbsp;</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 1:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>0?/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr> -->
<tr><td class=date valign=top>09/28/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“No Such Thing As Vampires”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Series Premiere: When a series of vampire-style murders plague L.A., immortal investigator Mick St. John  sets out to find the culprits and re-connects with a woman, Internet reporter Beth Turner, from his past at a crime scene.</td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top align=right width=424><!-- Eureka // --><a name="eu"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Eureka </FONT><SUP><a href=""><FONT SIZE="1">&nbsp;</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 2:</td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>07/10/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Phoenix Rising”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>A series of sudden deaths, in which the victims spontaneously combust, has the residents of Eureka entertaining all manner of bizarre theories including Taggart's theory that solar flares caused by the eclipse, or the "Phoenix Effect," are to blame. When Carter discovers that a blast of radiation from the artifact had penetrated the wall of the chamber and is to blame for the spontaneous combustion, it becomes a race against time to save the other two people exposed - Nathan and Kevin!</td></tr></table></td></tr>
<tr><td class=date valign=top>07/17/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Try, Try Again”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>07/24/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Unpredictable”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>A brilliant scientist, Dr. Witicus, creates an incredible "weather machine" intended to reverse the effects of Global Warming which instead stirs unexpected results.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/31/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Games People Play”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>On the verge of death, the town of Eureka must find a way to save their lives.</td></tr></table></td></tr>
<tr><td class=date valign=top>08/07/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Duck, Duck, Goose”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Falling space debris threatens Eureka residents and Carter turns to high school science fair participants to solve the problem. Specifically, he taps a student science project created to harness the sun's energy. Also, Zoe gets an eco-friendly automobile.</td></tr></table></td></tr>
<tr><td class=date valign=top>08/14/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Noche de Suenos”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>One of the Global Dynamics tanker trucks spills, potentially causing a change in everyone's sleep habits... In the course of the episode, we come to learn that Global Dynamics has developed a technology that enables them to distill six months of the town waste and by-products into one truck, an amount that would normally fill Lake Erie.</td></tr></table></td></tr>-->
<tr><td class=date valign=top>08/21/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Family Reunion”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Fargo is stunned when his grandfather shows up in Eureka</td></tr></table></td></tr>
<tr><td class=date valign=top>08/28/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“E=Mc?”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>The scientists at GD come up with an amazing, and dangerous way to essentially recreate the "big bang," in order to study the very beginnings of the universe. The experiment is being closely monitored...that is until almost everyone in Eureka inexplicably becomes "stupid" overnight. Carter suddenly finds himself as one of the smartest people in town. Together with Jo and Zane, he must find the cause of the mercurial IQ plunge and then find a cure...all before the "big bang" simulation spins out of control and takes out the entire town.</td></tr></table></td></tr>
<tr><td class=date valign=top>09/04/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Sight Unseen”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Carter disappears whilst the town is haunted by an abandoned project. Nathan Stark and Allison Blake share a romantic dinner.</td></tr></table></td></tr>
<tr><td class=date valign=top>09/11/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“God Is In The Details”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Several residents believe they are suffering from a mysterious plague when they start falling ill. Many residents are seen inside a church - perhaps praying for the ill?</td></tr></table></td></tr>
<tr><td class=date valign=top>09/18/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Maneater”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>09/25/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“All That Glitters...”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>A surprisingly sexy artist creates a metal statue that mysteriously turns into gold. Allison and Stark argue about him going around her on issues at Global Dynamics.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/02/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“A Night At Global Dynamics”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>


<br><table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top align=right width=424><!-- Smallville // --><a name="sv"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Smallville </FONT><SUP><a href="#6"><FONT SIZE="1">6</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 7:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td class=date valign=top>09/27/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Bizarro”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Lex is rescued by a maysterious blond woman with apparently amazing powers.</td></tr></table></td></tr>
<tr><td class=date valign=top>??/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Kara”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Lex, determined to find out who the blond woman is that rescued him, sketches the woman and has his minions searching for her.Lex also has his people looking for someone else, using voice recognition software. They find who they are looking for in China. Could this person that he has found possibly be Lana, alive after all?</td></tr></table></td></tr>
<tr><td class=date valign=top>??/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Fierce”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>??/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Cure”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top align=right width=424><!-- /Supernatural/ --><a name="sup"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Supernatural </FONT><SUP><a href="#12"><FONT SIZE="1">12</a></td>
<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 colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 3:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>05/17/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“All Hell Breaks Loose” (Part 2)</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Dean must deal with the aftermath of the fight between Sam and Jake and pays a steep price for his involvement. The Demon and his spirits threaten to overtake the hunters until they receive help from an unexpected ally.</td></tr></table></td></tr>-->
<tr><td class=date valign=top>10/04/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Magnificent Seven”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Premiere: Bobby advises caution, but Sam disagrees. The demon Envy recognizes Dean by name. Two more hunters, Tamara and Isaac, help chase down the demons before realizing they're being hunted themselves. Dean tells them all to escape while they can while he tries to slow them down, showing an apparent death wish that angers his brother.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/11/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Kids Are Alright”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Sam and Dean hunt changlings targeting mothers and their children. Dean has a reunion with Lisa, a woman he once had a one-night stand with. Her son, Ben, strongly reminds Dean of himself. Though it makes him uncomfortable, Dean's natural instincts with children helps him get to know the boy, and watch with pride as Ben stands up to a bully. Meanwhile, other mothers admire Dean's... assets.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/18/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Bad Day At Black Rock”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Word continues to spread of the Winchesters and the opening of a devil's gate, with them to blame. Gordon's instincts may condemn Sam, Sam is kidnapped by a mentee of fellow hunter who admires Gordon and brutally beaten. He swears that his past supernatural abilities are gone, but is ignored. While looking for Sam, Dean spars with a thief and, luckily, gains the upper hand - for now.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/25/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Sin City”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Sam and Dean pose as insurance investigators and question the pastor when a man commits suicide in a church. Gun totin' Dean may favor a divergent political party. It's Sam's turn to look for Dean when he disappears with Casey, an attractive demon who expresses admiration for the deal he made to bring Sam back. Though initially thrown by the source of the compliments, Dean tells her that it's liberating to live life with no worries about the future, since he doesn't have one. Meanwhile, Sam's ally is not what he seems.</td></tr></table></td></tr>
<tr><td class=date valign=top>??/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Bedtime Stories”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Fairy tales come to life when the brothers investigate Callie, a young girl who seems to personify Snow White. Poisoned by her stepmother and trapped in a coma, the spirit becomes angrier as more time passes. Callie's father visits her constantly, reading her original Brothers Grimm stories and unknowingly inspiring her carnage. Sam confronts him and forces him to listen to his daughter. While Dean sleeps, Sam slips out and confronts the Crossroads Demon with the Colt, procured by Ruby and rebuilt by Bobby. She refuses to let Dean out of the deal and says there's another boss who controls what she does. Sam shoots her in the head, killing the possessed human.</td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>

<br><table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top align=right width=424><!--  /Numb3rs/ --><a name="num"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Numb3rs </FONT><SUP><a href="#5"><FONT SIZE="1">5</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 4:</td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>05/18/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Janus List”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td class=date valign=top>09/28/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Trust Metric”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Premiere: Colby is being interrogated by a man named Agent Kirkland, who passes him a handcuff key and gives him escape instructions. Don and his team get information about and from Colby and must figure out if that information is reliable then realizes that everything about Colby being a double agent may not be what it seems.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/05/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Velocity”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>When a teenage driver driving a fancied-up car made for street racing crashes, killing one and injuring many other innocent people, Don figures out that the car was made out of stolen parts from around the country. He convinces Charlie to help him figure out why it happened. While the driver lies in a coma in the hospital, the doctor tells them that he has multiple sets of injuries, including sharp blows to the left side of his head. A shoe print shows that someone, probably at the crash scene, kicked him in the head. Colby is back with the team.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/12/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Hollywood Homicide”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>When an amateur video tape showing a dead girl in a bathtub shows up at headquarters, it leads the FBI to an actor's house then a madam's "dating service" house, where they uncover illegal DVD sales as well as blackmail and a past murder.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/19/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Thirteen”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>David and Colby rush into an abandoned sweatshop and find a homeless man cowering in fear. He tells them screams came from upstairs. They rush up to find mannequins covered in plastic sheeting, blood on the floor and a cd player playing. The team is looking into a religious cult of some sort, all with very specific tattoos, that is killing the victims. They speak with the sister of one of the dead men who denies that her brother was partners with the leader, finally admitting that the guy did get her brother into all the occult stuff and her brother did whatever he told him to do. She tells them where her brother got his tattoo done, which leads them to the torture chamber and the leader's ultimate goal. Charlie and Larry help Don and his team with maps of the crime scene locations.</td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top align=right width=424><!-- /Jericho/ --><a name="jer"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Jericho </FONT><SUP><a href="#8"><FONT SIZE="1">8</a></td>
<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 colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 1:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>05/09/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Why We Fight”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Johnston leads a heavily outnumbered army of citizens from Jericho into battle against New Bern, where one of Jericho's own will be lost during this fight for survival, on the first season finale.</td></tr></table></td></tr>-->
<tr><td colspan=2 valign=middle><a class=firstrun>All of the first-run episodes of Season 1 have aired. Weekly reruns of all episodes will begin in July.  Although the series was originally cancelled, an outpouring by fans has resulted in an order for 7 episodes to be aired as a mid-season replacement in the 2007-08 season.</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>

<br><table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top width=424><!-- Medium // --><a name="med"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Medium </FONT><SUP><a href="#10"><FONT SIZE="1">10</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 3:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>01//07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td colspan=2 valign=middle><a class=firstrun>All of the first-run episodes of Season 3 have aired. The series has been renewed for a 4th season that will have 20 episodes in 2008, plus a two-hour TV to DVD movie in the Fall of 2007.</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top width=424><!-- Ghost Whisperer // --><a name="gw"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;Ghost Whisperer </FONT><SUP><a href="#11"><FONT SIZE="1">11</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 3:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>01//07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td class=date valign=top>09/28/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Underneath”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Premiere: Melinda meets a young woman named Jennifer who has come to sell items from her parents' home, then helps her connect with her father Ray, who was killed when Jennifer was 2 years old. Ray blames Melinda's mother for his wife's death shortly after his own. A young man named Justin takes pictures of the crowd when Melinda receives an award and when he notices something strange, he shows them to her. She takes the pictures to Professor Payne to get his opinion and Melinda brings up the possibility that the ghost in the picture is her father.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/05/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Don't Try This At Home”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>A group of female college students decides to try the old "Bloody Mary" in the mirror superstition. When a girl named Rachel dies after saying the phrase, she begins to haunt her friends, believing she is the real Bloody Mary.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/12/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Haunted Hero”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Matt, a friend of Jim and Melinda's, is home after serving in the military overseas. He can't remember what happened that caused all of his men to die, leaving him alive. Matt's men show up, helping Melinda figure out what happened, causing Matt to remember.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/19/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“No Safe Place”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Melinda tries to help an attorney named Shane, who says he is being haunted by his dead stalker. After investigating and talking to Colleen, the dead woman, she realizes that Shane is actually the stalker and stalked Colleen until she died. When Melinda confronts him, Shane decides to kill himself so he can stalk Melinda whenever he wants.</td></tr></table></td></tr>
<tr><td class=date valign=top>10/26/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Weight Of What Was”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Melinda helps the ghost of a young woman who died while imprisoned by the families of people who had been killed inside a church. The young woman had claimed to foresee it happening in a vision so the families accused her of being a witch and locked her up. She had a young baby when she was imprisoned and she is worried about her daughter. Melinda and Professor Payne search town death records but a group of ghosts try and prevent that from happening.</td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>

<br><table cellspacing=0 cellpadding=1 border=0>
<tr><td valign=top align=right width=424><!-- The 4400// --><a name="4400"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;The 4400 </FONT><SUP><a href="#9"><FONT SIZE="1">9</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 4:</a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>0?/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<!--<tr><td class=date valign=top>06/17/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Wrath of Graham”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Premiere: In the fourth-season opener, the NTAC deals with a new director and a high-school student who developed a special ability after taking promicin. Meanwhile, Tom (Joel Gretsch) visits Isabelle in prison and Diana searches for her sister, who took promicin.</td></tr></table></td></tr>
<tr><td class=date valign=top>06/24/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Fear Itself”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Tom and Diana look for a person who makes phobias all too real. Meanwhile, Kyle gets another lead from Cassie, this time to a book that contains a prophecy about Collier.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/01/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Audrey Parker's Come & Gone”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>An elderly woman, takes promicin and develops the ability to astral project. No one can see Audrey's projection, which allows her to look in on other people's lives, share their most intimate moments. But when Audrey is murdered, her projection is stranded in limbo. Now Audrey must find a way to contact Tom and Diana and help lead them to her killer. Meanwhile, Shawn decides to start publicly healing people again despite threats from the government to shut him down. And Ben and Maia return to Seattle to visit Diana.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/08/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Truth & Nothing But The Truth”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Diana locates her sister, April, who took promicin and developed an ability that puts her life in jeopardy.Meanwhile, Shawn is approached to run for public office and Kyle keeps Isabelle safe while on the run.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/15/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Try the Pie”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Shannon Reese, a patient and lovely woman in her 30s, will teach Tom about her neighbors, who all took promicin. Shannon has the ability to remove stress in people's lives by listening to their problems. At the end of their meeting with Shannon, their problems are all turned into a small jewel. Tom doesn't seem to approve much of the fact that this town, Evanston, seems to have given promicin to all its inhabitants.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/22/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Marked”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Diana and Tom watch a black and white movie about JFK's assassination. Of course, they have a reason for watching this and that is because 4400 Curtis Peck made the movie. Neal, one of the actors, believes that Peck's movies reflect reality and that is why he was brought back as a 4400... to tell the truth. When interviewing Neal, Tom and Diana are shown a tape Peck made in case something happened to him. In it, the 4400 claims that Jordan Collier and the 4400 are not a threat but that "them" are. While trying to locate Peck, our NTAC duo must try to figure out who is "them." Kyle brings a blindfolded Shawn to an abandoned bunker to meet up with someone.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/29/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Unil We Have Built Jerusalem”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Tom and Diana are concerned when a Delta Force team composed of enhanced soldiers is ordered to capture Jordan, dead or alive. Maia has a vision of the team killing Jordan and what follows scares the hell out of her. She tells Diana that she must save Jordan at all cost. Shawn gets in trouble when he gets sued for supposedly having used his healing powers to get sex from the daughter of the woman he healed.</td></tr></table></td></tr>
<tr><td class=date valign=top>08/05/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Daddy's Little Girl”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td class=date valign=top>08/19/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“One Of Us”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Richard wakes up in a sort of medical room, a familiar room to fans as they saw it in episode "Gone, Part 2." There is someone else we know lying on a table next to Richard. A doctor says that they are ready for the procedure but they are interrupted by two intruders, fans will be stunned to see who one of them is. Once the intruders get the situation in hand, they get ready to do their work on Richard. Tom wakes up. Was it a dream? A premonition? Kyle wants Cassie to help him find Isabelle but she doesn't want to cooperate. Tom, Diana, and Meghan meet with Rebecca Parrish. They talk about all the setbacks NTAC has been having. Tom is struggling his "mark." Matthew Ross' name is mentioned a few times when Parrish and Tom discuss. Richard meets with Cora, the woman who gave her the solution to have Isabelle go back to being a baby. He wants the woman to undo her work. Jordan wants Shawn to be dealt with.</td></tr></table></td></tr>
<tr><td class=date valign=top>08/26/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Ghost in the Machine”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>NTAC is concerned when a lot of computers and electronic machines, such as ATMs, are malfunctioning. Marco discovers that the machines run on the same operating system: Ubient's Horizon Operating System. The global company is owned by a multimillionaire who is also an alleged member of The Marked. There is a new employee at NTAC, Abigail Hunnicutt, a stylish brainiac. Lindsey Hammond, a girl who was held captive with Maia in episodes "Gone, Parts I and II," resurfaces just in time to wish Maia a happy birthday. Lindsey convinces Maia to come see her at Promise City so she can give her a birthday gift. The gift? Maia's parents! Or are they? Thanks to a man who can imitate other people's voice, Kyle lures Kevin out of his lab at the Centre in order to bring him to Promise City to meet Jordan. Tom finds Isabelle who is held captive in a beach house.</td></tr></table></td></tr>
<tr><td class=date valign=top>09/09/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Tiny Machines”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Isabelle seems to be working with Tom in order to get close to Jordan and get him. (Note: It doesn't look like this is an official NTAC assignment.) Rebecca Parrish is talking with Tom about the plan with Isabelle. She is also concerned that Maia's visions could complicate things and wants Tom to make sure that Maia won't have the wrong vision at the wrong time. Tess is in Promise City and has a few citizens, including Shawn, under her power in order to get Kevin out of confinement. Curtis Peck (from episode "The Marked") is back at work on a set in British Columbia. Diana and Meghan visit him in order to get more information about the Marked. Later in the episode, Tom and Diana face off.</td></tr></table></td></tr>
<tr><td class=date valign=top>09/16/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“The Great Leap Forward”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Season Finale: Tom is battling for his life and needs Shawn's powers to stay alive. Paramedics try to resuscitate Susan Farrell. They believe that she took promicin and lost the 50/50 loto that comes with it. Danny is certain that she did not take the shot. After arriving at the hospital with the paramedics, things get complicated as everyone around Danny start to die. Garrity and another NTAC agent are sent to the hospital to assess the situation. It looks like Jordan is nowhere to be found. Meghan ponders asking Jordan's "army" for help when this "death virus" spreads. Kyle gives a press conference. Diana, Marco, Isabelle and Abigail also appear.</td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td>
<td valign=top align=right width=424><!-- Dead Zone // --><a name="dz"></a>
<table cellspacing=0 cellpadding=0 border=0 width=422>
<tr><td colspan=2 valign=middle width=420 BGCOLOR="#eeeeee" height=24><FONT SIZE="4" FACE="ARIAL,HELVETICA"><B>&nbsp;The Dead Zone </FONT><SUP><a href="#4"><FONT SIZE="1">4</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>
<tr><td colspan=2 valign=middle><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<tr><td colspan=2 valign=middle><a class=firstrun>Season 6:</td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
<!--<tr><td class=date valign=top>0?/??/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>-->
<tr><td class=date valign=top>06/17/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Heritage”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Johnny views visions of his friends in danger at a festival. He believes he has averted the disaster, but a fire later claims two people — changing Johnny's life and the world's fate.</td></tr></table></td></tr>
<tr><td class=date valign=top>06/24/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Ego”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Johnny investigates a psychiatrist after a vision shows her being shot, he uncovers several patients who would like her dead.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/01/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Reentry”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Johnny gets a vision of disaster on a private space mission and is forced to work with Stillson to save the crew.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/08/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Big Top”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc>Johnny visits an "Alice in Wonderland"-themed circus and becomes part of a ten year old murder. Johnny later realizes that J.J. may have inherited a part of his psychic powers.</td></tr></table></td></tr>
<tr><td class=date valign=top>07/15/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Interred”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>07/22/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Switch”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td class=date valign=top>07/29/07:&nbsp;</td><td width=100% valign=top><a class=firstrun>“Numb”</a></td></tr><tr><td colspan=2><table cellspacing=0 cellpadding=0 border=0><tr><td><IMG SRC="../common/spacer.gif" height=1 width=10 vspace=0 hspace=0></td><td class=desc></td></tr></table></td></tr>
<tr><td colspan=2 valign=middle width=100% bgcolor=#990000><a class=firstrun></a></td></tr>
</table></td></tr>
<tr><td colspan=2 width=100%>
<table cellspacing=0 cellpadding=0 border=0 width=100%>
<tr><td width=89% 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>

<table cellspacing=20 cellpadding=0 border=0>
<tr><td colspan=3 valign=top><FONT SIZE="4" FACE="ARIAL,HELVETICA">&nbsp;<B><U>Sources</td></tr>
<tr><td valign=top class=source>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="1">1.</a>&nbsp;</td><td valign=top><a class=source href="http://www.scifi.com/stargate/" TARGET="newwin">Stargate SG-1 - SCI FI</a></td></tr>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="2">2.</a>&nbsp;</td><td valign=top><a class=source href="http://www.scifi.com/atlantis/" TARGET="newwin">Stargate: Atlantis - SCI FI</a></td></tr>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="3">3.</a>&nbsp;</td><td valign=top><a class=source href="http://www.scifi.com/battlestar/" TARGET="newwin">Battlestar Galactica - SCI FI</a></td></tr>
</table>
</td>
<td valign=top class=source>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="4">4.</a>&nbsp;</td><td valign=top><a class=source href="http://www.usanetwork.com/series/thedeadzone/episodes.html" TARGET="newwin">The Dead Zone</A></td></tr>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="5">5.</a>&nbsp;</td><td valign=top><a class=source href="http://www.cbs.com/primetime/numb3rs/" TARGET="newwin">Numb3rs</A></td></tr>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="6">6.</a>&nbsp;</td><td valign=top><a class=source href="http://www.thewb.com/Shows/Show/0,7353,||126,00.html" TARGET="newwin">Smallville at the WB.com</A></td></tr>
</table>
</td>
<td valign=top class=source>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="7">7.</a>&nbsp;</td><td valign=top><a class=source href="http://heroes.nbc.com/" TARGET="newwin">Heroes</A></td></tr>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="8">8.</a>&nbsp;</td><td valign=top><a class=source href="http://www.cbs.com/primetime/jericho/" TARGET="newwin">Jericho</A></td></tr>
<tr><td class=source>&nbsp;&nbsp;&nbsp;</td><td valign=top class=source align=right><a NAME="9">9.</a>&nbsp;</td><td valign=top><a class=source href="http://www.the4400.com/" TARGET="newwin">The 4400</A></td></tr>
</table>
</td>
<td valign=top class=source>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td class=source>&nbsp;</td><td valign=top class=source align=right><a NAME="13">10.</a>&nbsp;</td><td valign=top><a class=source href="http://www.nbc.com/Medium/" TARGET="newwin">Medium</A></td></tr>
<tr><td class=source>&nbsp;</td><td valign=top class=source align=right><a NAME="14">11.</a>&nbsp;</td><td valign=top><a class=source href="http://www.cbs.com/primetime/ghost_whisperer/" TARGET="newwin">Ghost Whisperer</A></td></tr>
<tr><td class=source>&nbsp;</td><td valign=top class=source align=right><a NAME="16">12.</a>&nbsp;</td><td valign=top><a class=source href="http://www.thewb.com/Shows/Show/0,7353,||2385,00.html" TARGET="newwin">Supernatural</A></td></tr>
<!-- <tr><td class=source>&nbsp;</td><td valign=top class=source align=right><a NAME="20">20.</a>&nbsp;</td><td valign=top><a class=source href="http://www.upn.com/shows/twilight_zone/" TARGET="newwin">The Twilight Zone at UPN.com</a></td></tr> -->
</table>
</td></tr>
<tr><td colspan=3 class=source>&nbsp;</td></tr>
</table>
</td></tr>
</table>
</td></tr></table>

<table CELLPADDING="0" CELLSPACING="0" WIDTH="1000" BORDER="0">
<tr><td rowspan=3>&nbsp;</td></tr>
 <tr>
    <td colspan=2 BGCOLOR="#000000" HEIGHT="3"><IMG SRC="../common/line.gif" width=700 height=3></td></tr>
  <tr>
    <td BGCOLOR="#444444" VALIGN="MIDDLE" width="10"></td>
    <td BGCOLOR="#444444" VALIGN="bottom" width="1000"><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, August 28, 2007 at 06:57 AM MST
    </table>

<FONT COLOR="#888888" FACE="GEORGIA, Arial, Helvetica" SIZE="1">
There have been  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?2810113" target="_top">
<img border="0" src="http://fastcounter.bcentral.com/fastcounter?2810113+5620233"></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>

