var arnews = new Array(6);
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]="Carrie Underwood, Leona Lewis to Perform at Third Annual “CNN Heroes ... - WebWire
";
arnews[2] += "Celebrity Presenters, Performers Will Honor Everyday Citizens Changing the World CNN announced performers and presenters who are slated to appear at the third annual “CNN Heroes: An All-Star Tribute,” which honors everyday citizens who are making ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="Carrie Underwood, Leona Lewis to Perform at Third Annual "CNN Heroes ... - FanBolt.Com
";
arnews[3] += "CNN today announced performers and presenters who are slated to appear at the third annual “CNN Heroes: An All-Star Tribute,” which honors everyday citizens who are making a difference in their communities and beyond. Hosted by CNN anchor ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 21:37:00 GMT";
arnews[3] += "
";
arnews[4]="He's got a good beat, and you can vote for him - New Orleans Times-Picayune
";
arnews[4] += "Here's a story that's got it all: Music and love, heroes and handguns. It starts near the bar at the Maple Leaf, pauses briefly today at your computer keyboard, and then rolls on toward Hollywood Boulevard. Derrick Tabb, snare drummer for the Rebirth ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 06:26:00 GMT";
arnews[4] += "
";
arnews[5]="Heroes’ - Brother’s Keeper - Airlock Alpha
";
arnews[5] += "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[5] += "
Publ.Date : Mon, 16 Nov 2009 23:53: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("