var arnews = new Array(7);
totcount = 6;
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] += "With Thanksgiving only one week away, NBC is prepping the turkey with a new episode of Heroes. On Monday, November 23, the cast of Heroes will be featured in the Thanksgiving episode, aptly titled \"Thanksgiving\", that follows the Bennet family's ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:30:00 GMT";
arnews[1] += "
";
arnews[2]="HEROES "Brother's Keeper" Season 4 Episode 10 - Daemon's TV
";
arnews[2] += "Jack Coleman, Masi Oka, Hayden Panettiere, Adrian Pasdar, Sendhil Ramamurthy, Cristine Rose and Milo Ventimiglia also star. Kavi Ladnier, Jimmy Jean-Louis, Ravi Kapoor and Andrew Connolly guest star. Online Episodes : Watch any Heroes episode that ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 05:09:00 GMT";
arnews[2] += "
";
arnews[3]="Heroes: The story so far - Tonight South Africa
";
arnews[3] += "The first was Mohinder Suresh, (Sendhil Ramamurthy), who learnt about the mutants through his late father's extensive research. He tried to group them and study their biological make-up. Unfortunately, Noah Bennet, an agent of the secret organisation ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 06:49:00 GMT";
arnews[3] += "
";
arnews[4]="Heroes’ - Brother’s Keeper - Airlock Alpha
";
arnews[4] += "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[4] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[4] += "
";
arnews[5]="MORE Reviews - IF Magazine
";
arnews[5] += "It’s nine weeks ago, as Suresh (Sendhil Ramamurthy) is living a new life in India as a teacher. He’s in a good relationship and his FLY days of Season Three are long behind him. He also has been digging into his father’s past, and although he ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54: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("