var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview: Gabourey Sidibe
";
arnews[0] += "When I spoke with Gabourey \"Gabby\" Sidibe, I was struck by how eloquent she is in contrast to her role as Precious, the overweight, illiterate teen who is pregnant with her second child in Lee Daniels's film.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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]="Hype aside, 'Precious' is 2009's best film
";
arnews[2] += "Nurse John, played by Lenny Kravitz, talks with Precious, played by Gabourey Sidibe, in Precious.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:44:25 GMT";
arnews[2] += "
";
arnews[3]="'Precious': From hell to hope
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Interview: Gabourey Sidibe
";
arnews[4] += "When I spoke with Gabourey \"Gabby\" Sidibe, I was struck by how eloquent she is in contrast to her role as Precious, the overweight, illiterate teen who is pregnant with her second child in Lee Daniels's film.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Precious' delivers Oscar-worthy performance
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 07:54:50 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("