var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mediatakeout.Com's Most Popular Celebrities of 2009
";
arnews[0] += "Regular readers of urban gossip site, Mediatakeout.com are treated to lots of juicy information about black celebrities and other famous people of color.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:00:20 GMT";
arnews[0] += "
";
arnews[1]="Prachya Pinkaew, Shawn Andrews
";
arnews[1] += "Helmer Prachya Pinkaew and thesp Shawn Andrews have signed with Zero Gravity Management for representation.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:15:09 GMT";
arnews[1] += "
";
arnews[2]="Kimora Lee Simmons on Motherhood: a Thata s What I Was Made to Doa
";
arnews[2] += "\"I know it's hard for Chilli to be a 30-something single mom looking for love but I think she's finding the middle ground between being an individual and being a mom.\" - Adeline, on TLC's Chilli on Dating As a Single Mom \"I think being pregnant is so beautiful.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 00:47:05 GMT";
arnews[2] += "
";
arnews[3]="Oscars nominees have lunch together
";
arnews[3] += "The Oscar nominees gathered for their annual lunch in Beverly Hills on Monday -- with Leonardo DiCaprio trading high fives with 10-year-old Abigail Breslin and Steven Spielberg huddled in deep discussion with Peter O'Toole. It was a high-powered group that included a who's who of Hollywood and the global stage -- actors Helen Mirren, Will Smith, ...";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 11:06:09 GMT";
arnews[3] += "
";
arnews[4]="Stargate: 15th Anniversary Edition
";
arnews[4] += "The Film: Since 1994, the Stargate universe has blossomed into something rivaling the Star Trek behemoth, cranking out extensions like Atlantis, SG-1, and the newly-found Stargate: Universe to generally high fanfare.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 13:39:12 GMT";
arnews[4] += "
";
arnews[5]="B.C. duo wins Kennedy thumbs-up
";
arnews[5] += "He's no Roger Ebert, but who can resist quoting a thumbs-up review when it's from U.S. Senator Ted Kennedy? Certainly not Nick Bicanic and Jason Bourque, co-directors of Shadow Company, an eye-opening documentary about international military contractors that is finally getting the widespread attention they've long dreamed of.";
arnews[5] += "
Publ.Date : Mon, 17 Sep 2007 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("