var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="STORIES FROM MYMEDIA-FORUM.COM - TV.com
";
arnews[0] += "HEROES SEASON 4 - Episode 10 VOLUME 5 - Chapter 9 - \"Brother's Keeper\" Starring: Milo Ventimiglia, Ali Larter, Hayden Panettiere, Greg Grunberg, Sendhil Ramamurthy, Masi Oka, Adrian Pasdar, Jack... HEROES SEASON 4 - Episode 9 VOLUME 5 - Chapter 8 ...";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="Preview Clips of 'Thanksgiving' on Heroes - Deadbolt
";
arnews[1] += "Greg Grunberg, Hayden Panettiere, Adrian Pasdar, Zachary Quinto, Sendhil Ramamurthy, Cristine Rose and Milo Ventimiglia also star. Ashley Crow, Jimmy Jean-Louis, Madeline Zima, Ray Park, Harry Perry, Elisabeth Rohm, Andrew Connolly also guest star.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:30:00 GMT";
arnews[1] += "
";
arnews[2]="Heroes’ - Brother’s Keeper - Airlock Alpha
";
arnews[2] += "This review may contain spoilers. Finally, after ten episodes and an unbalanced and largely incoherent season, Samuel has emerged as a potentially powerful villain, and it turns out that Mohinder Suresh (Sendhil Ramamurthy) is the one who started him ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[2] += "
";
arnews[3]="Eric Mabius says a lot about his career and a little about fashion - Boston Globe
";
arnews[3] += "NORTHAMPTON - Over the course of a brilliantly sunny Saturday - the kind of day when the sky appears even more cerulean than usual thanks to vivid yellow and scarlet leaves that stubbornly cling to branches - it becomes very clear that Eric Mabius ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:06:00 GMT";
arnews[3] += "
";
arnews[4]="MORE Reviews - IF Magazine
";
arnews[4] += "Meanwhile, Peter (Milo Ventimiglia) is visited by the Haitian (Jimmy Jean-Louis) who tells him he needs to see something. He gives him an address to a storage shed, where Peter and Nathan (Adrian Pasdar) discover Nathan’s real (dead) body on ice.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[4] += "
";
totcount = 5;
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("