var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oscar list snubs hit documentaries - Tacoma News Tribune
";
arnews[0] += "If you enjoyed a documentary in a movie theater in the last year, odds are you won’t be seeing it at the Oscars in March. The Academy of Motion Picture Arts and Sciences has revealed its “short list” of 15 films, culled from 89 submissions ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[0] += "
";
arnews[1]="Chris Rock: Kill The Messenger - femalefirst.co.uk
";
arnews[1] += "HBO Home Entertainment presents the hottest stand-up comedy DVD of Christmas 2009 with the release of the eagerly anticipated Chris Rock: Kill The Messenger on 16 November. This essential live comedy DVD will be topping everyone’s wish lists. Chris ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:17:00 GMT";
arnews[1] += "
";
arnews[2]="Spreading Animated Cheer with Chris Rock for Merry Madagascar - Deadbolt
";
arnews[2] += "Although most fans know Chris Rock from his hilarious stand-up specials or long career in live action movies, an entire generation of younger kids grew up with Rock after hearing his voice in such animated films as Osmosis Jones, Bee Movie and the ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 21:08:00 GMT";
arnews[2] += "
";
arnews[3]=""Beverly Hills Cop" coming back for more, this time with...Chris Rock? - Examiner
";
arnews[3] += "Those still undergoing therapy for having been exposed to \"Beverly Hills Cop 3\" need read no further into the charcoal-black depths of the following news item. Yes, they're making another \"Beverly Hills Cop\". Yes, Eddie Murphy is involved. Yes, Judge ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 09:02:00 GMT";
arnews[3] += "
";
arnews[4]="EXCLUSIVE: Richard Pryor’s Widow Slams Chris Rock For Pro-Michael ... - Radar Online.com
";
arnews[4] += "Rock, who was reportedly interested in making a film of Pryor’s life, made a controversial joke during an October appearance on Jay Leno. “What the hell did Michael Vick do? Pitbulls ain't (sic) even real dogs! Dogs have never been good to black ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:52:00 GMT";
arnews[4] += "
";
arnews[5]="Chris Rock has a Merry Madagascar with the family - Tvsquad.com
";
arnews[5] += "Chris Rock has the kind of status as a comedian that allows him to work on any project he wants. He produced the documentary Good Hair , he's writing a book, and he has been working on back-to-back film shoots. Tuesday at 8 PM on NBC, you'll hear his ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 15:03:00 GMT";
arnews[5] += "
";
arnews[6]="Comedians are no laughing matter today - The Guardian
";
arnews[6] += "When did British comedians get so whiney? It's getting difficult to open a newspaper without coming across a comedian feeling \"oppressed\" by the \"culture of fear\", especially at the BBC, wailing about being censored, poor them, boo-hoo! As comedy is ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 11:00:00 GMT";
arnews[6] += "
";
arnews[7]="Move Over Chris Rock Because Everybody Hates Floyd Mayweather - Bleacherreport.com
";
arnews[7] += "One of my favorite television shows is \"Everybody Hates Chris\" written by Chris Rock. A new show is being written by analysts, commentators, bloggers, and anyone else with a boxing opinion. Everybody Hates Floyd. One can't help but notice the amount ...";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[7] += "
";
arnews[8]="Cove and lake star in trailer for Hollywood film - Gloucester Daily Times
";
arnews[8] += "Essex has hit the small screen seven months before it hits the big screen next summer. The promotional trailer for Adam Sandler's upcoming movie \"Grown Ups,\" filmed extensively this past summer at Centennial Grove and Woodman's Restaurant in Essex as ...";
arnews[8] += "
Publ.Date : Sun, 22 Nov 2009 00:37: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("