var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beyonce, Alicia Keys shoot music video in Rio slum
";
arnews[0] += "Grammy Award-winning singers Beyonce and Alicia Keys are filming a music video in a Rio de Janeiro slum.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:38:13 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]="Heroes Finale Preview: 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 07:40:24 GMT";
arnews[2] += "
";
arnews[3]="Heroes Finale: 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 05:22:42 GMT";
arnews[3] += "
";
arnews[4]="Forecasting the Oscar Nominations: All Tomorrow's Snubs
";
arnews[4] += "Tomorrow is Gay Christmas Eve, with Oscar nominations announced in the ayem, setting hearts aflutter and sending visions of sugarplum fairy Hugh Jackman dancing through heads.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 19:17:38 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] += "
";
arnews[6]="Razzie Nominations
";
arnews[6] += "Here are the nominees for the Razzies. Winners will be announced at Hollywood's Barnsdall Gallery Theatre on Saturday 6th March, the night before the Oscars.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 21:57:15 GMT";
arnews[6] += "
";
arnews[7]="Accessa Top 10 Football Films Of All-Time
";
arnews[7] += "XLIV, the sporting world has turned its collective focus to the Sunshine State to watch the crowning of a new NFL champion.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 21:31:08 GMT";
arnews[7] += "
";
arnews[8]="2010 Razzie Nominees
";
arnews[8] += "Actor Billy R. Cyrus Hugh Hefner Robert Pattinson Jorma Taccone Marlon Wayans ..Worst Supp.";
arnews[8] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("