var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Precious" Moments: An Interview with Out Director Lee Daniels
";
arnews[0] += "One of the most eagerly anticipated films of the season, Precious: Based on the Novel \"Push\" by Sapphire has had people talking about it since it premiered at Sundance earlier this year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:29:10 GMT";
arnews[0] += "
";
arnews[1]="Top 10 Box Office
";
arnews[1] += "In this quirky dark comedy inspired by a real life story you will hardly believe is actually true, astonishing revelations about a top-secret wing of the U.S. military come to light when a reporter encounters an enigmatic Special Forces operator on a mind-boggling mission.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:32:43 GMT";
arnews[1] += "
";
arnews[2]="Precious: Based on the Novel Push by Sapphire
";
arnews[2] += "\" Gabourey Sidibe is the main reason the story feels authentic. Lee Daniels directorial debut \"Shadowboxer\" was so aggressively tasteless and obstinately implausible that it left some critics traumatized.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:00:11 GMT";
arnews[2] += "
";
arnews[3]="Hype aside, 'Precious' is 2009's best film
";
arnews[3] += "Nurse John, played by Lenny Kravitz, talks with Precious, played by Gabourey Sidibe, in Precious.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:44:25 GMT";
arnews[3] += "
";
arnews[4]="Arrest logs
";
arnews[4] += "The following suspects were charged with felonies Thursday at Escambia County Jail.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Brutally frank 'Precious' a fierce mix of hope, despair
";
arnews[5] += "Poverty is ugly. Every now and then, we need to be reminded of that. \"Precious,\" the brutal and unflinching film based on the novel \"Push\" by Sapphire, gives us neediness at its ugliest and most shocking.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="'Precious': From hell to hope
";
arnews[6] += "Originally printed The face of Clareece \"Precious\" Jones is gloomy and stone-cold. Frozen by years of unfathomable brutality, the tired-eyed Harlem teen struggles to find the joy she needs to melt the pain and find her smile.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="'Precious' delivers Oscar-worthy performance
";
arnews[7] += "Loading... Movie Trailer: Precious. \"Precious\" has been getting lots of Oscar hype, but first-time actress Gabourey Sidibe, above, is unlikely to garner any awards for this role.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 07:54:50 GMT";
arnews[7] += "
";
arnews[8]="Precious': Unforgettable Story of Hope, Self-Reliance
";
arnews[8] += "Some lives slip through the cracks, people who you might pass everyday without giving a second thought.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 04:30:38 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("