var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Heroes" Final Episode - Will Season Finale End Series Run?
";
arnews[0] += "When \"Heroes\" airs tonight , it will either be the swansong episode of the show or merely the final segment for the season.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:26:52 GMT";
arnews[0] += "
";
arnews[1]="Heroes Finale Preview: Showdown at the Carnival
";
arnews[1] += "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[1] += "
Publ.Date : Mon, 08 Feb 2010 07:40:24 GMT";
arnews[1] += "
";
arnews[2]="Heroes Finale: Showdown at the Carnival
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 08 Feb 2010 05:22:42 GMT";
arnews[2] += "
";
arnews[3]="Read now
";
arnews[3] += "Saturday 06 February 10:00pm - 10:45pm BBC2 6/19 - Tabula Rasa A strong episode this week.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 21:25:54 GMT";
arnews[3] += "
";
arnews[4]="A supervillain's walk in the Park
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 05 Feb 2010 10:48:24 GMT";
arnews[4] += "
";
arnews[5]="Watch 8 New Heroes Season 4 Finale Videos
";
arnews[5] += "Yesterday we had some new images from an upcoming season finale and today we have a lot of video from that new episode as well.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:57:44 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("