var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Human Target: Rewind & Embassy Row
";
arnews[0] += "First, an apology.A In a befuddling scheduling maneuver, Fox actually scheduled the second episode of its new series Human Target to air three days after the pilot; a bold move for a weekly series.A So I completely missed the second episode and assumed the third was the second.A So before I review the \"second\" episode of Human Target , let me ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 06:21:56 GMT";
arnews[0] += "
";
arnews[1]="Review: Human Target - Embassy Row
";
arnews[1] += "\"Did the hooker just punch you in the face?\" Winston No runaway trains or upside down planes this week.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 19:00:00 GMT";
arnews[1] += "
";
arnews[2]="Human Target (10.3) Embassy Row
";
arnews[2] += "The Human Target infiltrates the Russian Embassy to avenge a fallen friend! Who is Christopher Chance? That's the question the producers hope you are asking after the first three episodes of this series.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 17:31:30 GMT";
arnews[2] += "
";
arnews[3]="More high-flying drama takes wing
";
arnews[3] += "TONIGHT'S MUST-SEE II: 'NCIS,' 8 p.m., CBS. Lately, TV hasn't been much of an ambassador for commercial air travel.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="TV's Best Bets
";
arnews[4] += "Lost, 9-11 p.m., ABC. Next Tuesday, this brilliant show starts its final season.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Lost' repeats last year's fascinating finale
";
arnews[5] += "TONIGHT'S MUST-SEE: 'Lost,' 9 p.m., ABC. Next Tuesday, this brilliant show starts its final season.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("