var arnews = new Array(9);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actress Geena Davis to promote women in politics at Detroit event - MLive.com
";
arnews[0] += "AP file photo Actress Geena Davis will speak at the Motown Museum to promote the White House Project, an organization to advance women in political leadership. Spotting famous actors in Detroit is becoming less of a rarity since high-profile films ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 17:48:00 GMT";
arnews[0] += "
";
arnews[1]="Geena Davis the devoted mother-of-three takes her children to the park - Daily Mail
";
arnews[1] += "She has been a sex symbol, an action hero and a sports star. But nowadays, Geena Davis prefers to play a devoted mother of three. The actress, who played Thelma alongside Susan Sarandon in Thelma and Louise, looked happy and relaxed as she watched ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 22:58:00 GMT";
arnews[1] += "
";
arnews[2]="Beetlejuice at Times Cinema - A.V. Club
";
arnews[2] += "First and foremost, the film is a vehicle for Michael Keaton (who’s never been better) as a slithery spook-for-hire who assists a recently deceased couple (Alec Baldwin and Geena Davis) in scaring an unctuous urban family out of their rustic ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 05:19:00 GMT";
arnews[2] += "
";
arnews[3]="Stuart Little 2 - San Diego weekly Reader
";
arnews[3] += "With Geena Davis, Hugh Laurie, Jonathan Lipnicki, and the voices of Michael J. Fox, Melanie Griffith, Nathan Lane, James Woods. 2002.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 12:56:00 GMT";
arnews[3] += "
";
arnews[4]="Actress Davis champions women - Detroit Free Press
";
arnews[4] += "On the small screen, she played America's first female president. In real life, she's been a champion for girls and women. I'm talking about Oscar-winning actress and activist Geena Davis. She is coming to Detroit on Wednesday to discuss the ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 14:50:00 GMT";
arnews[4] += "
";
arnews[5]="Alec Baldwin's Holiday Confession - Parade
";
arnews[5] += "For the holidays, my mother bakes every kind of cookie and pie and cake she can. She has 18 grandchildren and great-grandchildren, and even they can’t eat all of the treats she puts out. Everyone in my family knows that I try to eat healthy and I ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[5] += "
";
arnews[6]="PopEater Poll Results: How You Voted on Geena, Jay-Z, Britney and ... - Pop Eater
";
arnews[6] += "· Geena Davis showed off her new figure and face while out playing with her kids in a Santa Monica park. According to 78 percent of over 61K PopEater readers, she looks \"OK.\" But 77 percent of over 59K don't think she has had plastic surgery. Get ...";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 21:02:00 GMT";
arnews[6] += "
";
arnews[7]="The Book of Eli - WorstPreviews.com
";
arnews[7] += "November 16th, 2009: \"The Book of Eli\" revolves around a lone warrior (Washington) who must fight to bring society the knowledge that could be the key to its redemption. Oldman has been set to portray the despot of a small makeshift town who's ...";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[7] += "
";
totcount = 8;
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("