var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Guest view: This movie should play here - Observer-Dispatch
";
arnews[0] += "In one day, I read the book, “Push” by author Sapphire. It is a powerfully raw story of a young Harlem teenager who is illiterate, HIV positive, has been severely abused by both her mother and father, and is already a mother with another child on ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:39:00 GMT";
arnews[0] += "
";
arnews[1]="Film: Two Films, Two Routes From Poverty - New York Times
";
arnews[1] += "“Precious” and “The Blind Side” come from different corners of the movie cosmos, and their simultaneous appearance is entirely accidental. But it is nonetheless possible — and, I think, useful — to imagine these movies in dialogue with ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:22:00 GMT";
arnews[1] += "
";
arnews[2]="Lenny Kravitz Turning 'Precious' Cameo Into Leading Role - S spinner
";
arnews[2] += "The rocker can currently be seen briefly in the hit indie film ' Precious: Based on the Novel Push by Sapphire .' But the next time he and 'Precious' director Lee Daniels work together, Kravitz will be the star. \"I saw him this morning, we had ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 20:45:00 GMT";
arnews[2] += "
";
arnews[3]="Hillvue Heights hosts fundraiser - College Heights Herald
";
arnews[3] += "“Are you ready to raise the roof and rock the house?” Emcee Chris Allen yelled. The crowd erupted into shouts and applause in response. Allen, who is the WBKO weather director, hosted the “Raise the Roof” concert at Hillvue Heights Church on ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[3] += "
";
arnews[4]="Hope sprouts through cracks in a life of horror - Times Union
";
arnews[4] += "\"Precious\" opens with a poetic image -- a floaty red scarf on a lamp post -- and a quotation to match. It's credited to Ken Keyes, the germinal self-help guru who founded the Science of Happiness: \"Everything is a gift from the universe.\" Well, hmmm ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT";
arnews[4] += "
";
arnews[5]="'Precious' a story of redemption - Greenville News
";
arnews[5] += "Blige performing her original composition for the film, “I Can See in Color,” plus songs by Queen Latifah, Mahalia Jackson, Labelle and Lenny Kravitz, among others – painted in vivid primary colors and dished with rollicking humor.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:00:00 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("