var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Essence to honor Cicely Tyson - Investors Business Daily
";
arnews[0] += "NEW YORK, Feb 9, 2010 (UPI via COMTEX) -- U.S. actress Cicely Tyson is to be honored during the third annual Essence Black Women in Hollywood Luncheon, organizers said. The 76-year-old actress will be recognized alongside previously announced ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="Zoe Saldana - YAHOO!
";
arnews[1] += "After spending most of her youth training as a dancer, Zoe Saldana made the transition to acting on screen after an attention-getting performance in the stage musical “Joseph and the Amazing Technicolor Dreamcoat.” Saldana began landing ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 02:53:00 GMT";
arnews[1] += "
";
arnews[2]="Women are from Venus, Men are from … Pandora? - Reuters Blogs
";
arnews[2] += "In 1992, John Gray’s relationship book “Men are from Mars, Women are from Venus” gave self-help romance seekers everything they wanted to know about the opposite sex. The book became a huge best-seller. But really, all anybody with a desire for ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:38:00 GMT";
arnews[2] += "
";
arnews[3]="Avatar 's Zoe Saldana: Feeling Blue Again? - Entertainment Online
";
arnews[3] += "\"Jim has proven once again that even though he takes a decade between his projects, he promises to deliver you the most amazing adventure ever,\" Saldana said. And from what Cameron told E! News recently , it sure sounds like Saldana won't be blue ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 00:48:00 GMT";
arnews[3] += "
";
arnews[4]="Zoe Saldana - Golden Globes 2010 Red Carpet - Just Jared
";
arnews[4] += "Zoe Saldana looks stunning as she arrives at the 2010 Golden Globe Awards at The Beverly Hilton Hotel on Sunday (January 17) in Beverly Hills, Calif. The 31-year-old actress wore a Louis Vuitton dress and Brian Atwood “Wagner” pumps to the show ...";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 02:21:00 GMT";
arnews[4] += "
";
arnews[5]="Was ‘Avatar’’s Zoe Saldana Snubbed By the Oscars? - Blackbookmag.com
";
arnews[5] += "Well, James Cameron thinks so at least. Sure most of us would agree that if honors were being handed out for Avatar 's acting, then obviously Michelle Rodriguez's five-line cameo deserves to be the front-runner. But Cameron's likely pleading his case ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 15:30: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("