var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inside the Human Target Photo Shoot - Deadbolt
";
arnews[0] += "... shoot that features all of the main Human Target players, including former Fringe actor turned Human Target star Mark Valley as Christopher Chance, Jackie Earle Haley as Guerrero, and Chi McBride as Winston. While the three Human Target stars ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[0] += "
";
arnews[1]="HUMAN TARGET "Run" Episode 5 - Daemon's TV
";
arnews[1] += "Check out a first look at HUMAN TARGET \"Run\" Episode 5 airing Wednesday February 10 (9:00-10:00 PM ET/PT) on FOX. Synopsis: HUMAN TARGET \"Run\" Episode 5 - Chance is hired to protect a district attorney who is running from her family's past and marked ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT";
arnews[1] += "
";
arnews[2]="The Prince of Darkness, in his own words! - CRAVE ONLINE
";
arnews[2] += "I saw the pilot to Human Target last summer and I thought it was fun. I had no attachment to the comic book. I just thought here’s an action show I’d probably watch. It opens with a cool pre-title demonstration of Christopher Chance (Mark Valley ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="Human Target - Star Magazine Online
";
arnews[3] += "... funny writing and great chemistry between the offbeat Valley and his equally quirky co-stars, who play Chance's team: Chi McBride (\"Pushing Daisies\") and Jackie Earle Haley (\"Watchmen\"). Anybody want to see a \"Human Target\"/ \"24\" crossover ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT";
arnews[3] += "
";
arnews[4]="5 New Shows to Watch - Dose.ca
";
arnews[4] += "Not only do we still love Valley from his short stint on Keen Eddie, but costars Chi McBride (Pushing Daisies) and Jackie Earle Haley (Watchmen) promise that Human Target will be more than your standard action series.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 18:59:00 GMT";
arnews[4] += "
";
arnews[5]="Review: 'Human Target' - 'Sanctuary' - Tvsquad.com
";
arnews[5] += "Surprisingly, 'Sanctuary' offered some valuable intel about Chance's past, courtesy of Guerrero's latest \"side job.\" We learned that he's wracked with guilt over his involvement in a woman's death -- a woman he loved. The very same woman might've ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 17:39: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("