var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heroes: Season 4 Episode 19: Brave New World a " TV Review
";
arnews[0] += "Last night's episode of \" Heroes \" entitled \"Brave New World\" brought season 4 to a close and possibly the entire show.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:35:38 GMT";
arnews[0] += "
";
arnews[1]="Heroes vs. Cake Boss: Who's Coming Back?
";
arnews[1] += "Heroes , not so much. It's the season finale for both shows tonight, and one might not return for another.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:41:06 GMT";
arnews[1] += "
";
arnews[2]="Michael Chiklis to Star in Pilot About Superhero Family
";
arnews[2] += "The season finale of 'Heroes' is on NBC tonight , and no knows yet if the show is coming back for another season or not .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 14:26:00 GMT";
arnews[2] += "
";
arnews[3]="Heroes Finale Preview: Showdown at the Carnival
";
arnews[3] += "If Heroes ' previous season finales have taught viewers anything, it's that they can expect to see most of the superpowered good guys come together to bring down the villain.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:40:24 GMT";
arnews[3] += "
";
arnews[4]="Heroes Finale: Showdown at the Carnival
";
arnews[4] += "If Heroes ' previous season finales have taught viewers anything, it's that they can expect to see most of the superpowered good guys come together to bring down the villain.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 05:22:42 GMT";
arnews[4] += "
";
arnews[5]="A supervillain's walk in the Park
";
arnews[5] += "THE name Ray Park might sound alien to some. But to action movie and sci-fi fans, he might be a familiar face, known for his martial arts and kick-butt stunts.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 10:48:24 GMT";
arnews[5] += "
";
arnews[6]="full article
";
arnews[6] += "Two Tivos To Paradise 02.05.10: Super Bowl Sized Edition Posted by Al Norton on 02.05.2010 The 40 Best Shows of the last 10 years, a preview of Smallville: Absolute Justice , big names getting mentioned for pilot season, Lost thoughts, a guide to Super Bowl Sunday TV, raves for Life Unexpected , tons of news & notes and more, all in the latest ...";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:39:06 GMT";
arnews[6] += "
";
arnews[7]="What Will Happen in the 'Heroes' Season (Series?) Finale?
";
arnews[7] += "Posted Feb 4th 2010 4:31PM by Bob Sassone Filed under: Video , Heroes , Reality-Free Monday is the finale of 'Heroes' . I say \"finale\" because NBC hasn't decided yet whether this will be a season finale or a series finale.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 21:31:00 GMT";
arnews[7] += "
";
totcount = 8;
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("