var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recap: Heroes, season 4 finale, episode 19
";
arnews[0] += "Mini-review: Tracy helps Claire and Noah escape a tight situation, Peter and Sylar join forces despite Matt's protestations and Hiro is forced to let Charlie go for good.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:15:37 GMT";
arnews[0] += "
";
arnews[1]="Heroes: Season 4 Episode 19: Brave New World a " TV Review
";
arnews[1] += "Last night's episode of \" Heroes \" entitled \"Brave New World\" brought season 4 to a close and possibly the entire show.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:35:38 GMT";
arnews[1] += "
";
arnews[2]="5 Reasons NBC Should Cancel 'Heroes'
";
arnews[2] += "Now that Heroes has finished season 4, the ball is in NBC's court about renewing it for yet another season.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:22:07 GMT";
arnews[2] += "
";
arnews[3]="Spock actor to play... Gershwin?
";
arnews[3] += "Fans of George Gershwin will be elated, or will scratch their heads, with Steven Spielberg's latest casting choice.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Tim Kring Explains What Goes on Behind the Scenes of 'Heroes'
";
arnews[4] += "Bashing 'Heroes' has become a sport, much like bashing 'Saturday Night Live' became a sport several years ago.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:29:00 GMT";
arnews[4] += "
";
arnews[5]="21Q blog: Museum Day attendance climbs despite rainy weather
";
arnews[5] += "Daily posts from Bee writers on movies, theater, media, fashion, music and pop culture.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 20:44:30 GMT";
arnews[5] += "
";
arnews[6]="Dish Of Salt: Monday TV Round Up
";
arnews[6] += "Kevin Federline poses with Access Hollywood's Maria Menounos during a visit to the Access set on January 26, 2010 Access Hollywood Kevin Federline jokes around with Access Hollywood's Maria Menounos on the Access set during a visit on January 26, 2010 AP Zachary Quinto is 'Sylar' Getty Images Lisa Kudrow shines bright at the 'Love And Other ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 01:08:23 GMT";
arnews[6] += "
";
totcount = 7;
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("