var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Cedric the Entertainer & Kel Mitchell's Dance Off
";
arnews[0] += "It's time for AOTS Best Dance Crew when Kel Mitchell and Cedric the Entertainer stop by to promote their new dance kung fu movie and battle in a dance off of their own.";
arnews[0] += "
Publ.Date : Thu, 08 Oct 2009 12:30:00 GMT";
arnews[0] += "
";
arnews[1]="Cedric The Entertainer on Shaq's All Star Comedy Show
";
arnews[1] += "This is a clip of Ced's portion. He was the host also.";
arnews[1] += "
Publ.Date : Fri, 17 Jul 2009 21:04:01 GMT";
arnews[1] += "
";
arnews[2]="Cedric the Entertainer & Maserati
";
arnews[2] += "Automotive Rhythms speaks with comedic Cedric the Entertainer regarding life as a funny man, his basketball skills, political endeavors and next career moves. Welcome to The Urban...";
arnews[2] += "
Publ.Date : Mon, 02 Mar 2009 00:00:00 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Cedric the Entertainer at the funeral of Bernie Mac
";
arnews[3] += "The public memorial for comedian Bernie Mac was held on August 16, 2008 at Salem Baptist Church's The House of Hope in Chicago. Fellow King of Comedy, Cedric the Entertainer,...";
arnews[3] += "
Publ.Date : Mon, 18 Aug 2008 19:30:48 GMT";
arnews[3] += "
";
arnews[4]="The Honeymooners - Cedric, the Entertainer does a Jackie Gleason.
";
arnews[4] += "Cedric, the Entertainer plays the Jackie Gleason-immortalized 'Ralph Kramden' and attempts to bring back the magic of the 1950s sitcom entitled…you guessed right…'The...";
arnews[4] += "
Publ.Date : Wed, 07 May 2008 16:44:56 GMT";
arnews[4] += "
";
arnews[5]="iPN LiTE 4/1/08 Interview with Cedric the Entertainer
";
arnews[5] += "Cedric The Entertainer slams Hillary Clinton, Eliot Spitzer, and discusses his directorial debut in this iNPLACENEWS interview";
arnews[5] += "
Publ.Date : Wed, 02 Apr 2008 01:26:49 GMT";
arnews[5] += "
";
arnews[6]="Cedric The Entertainer Mocks Jab Judah
";
arnews[6] += "Cedric makes fun of the bewildered state of Jab Judah after Kostya Tszyu knocked him into an altered consciousness.";
arnews[6] += "
Publ.Date : Tue, 01 Apr 2008 11:42:28 GMT";
arnews[6] += "
";
arnews[7]="COULD CEDRIC THE ENTERTAINER BE THE NEXT JAMES BOND
";
arnews[7] += "Now that Cedric The Entertainer has super spy on his resume, he is poised to give James Bond some competition. Keywords:Code Name:The Cleaner, Daniel Craig, Madagascar2, Eddie...";
arnews[7] += "
Publ.Date : Wed, 17 Jan 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="CEDRIC THE ENTERTAINER, CODE NAME: STUNT COORDINATOR
";
arnews[8] += "Cedric The Entertainer shows off his comedic skills and stunt choreography in Code Name: The Cleaner. Keywords:Tai Kwon Do, Lucy Liu, Nicollette Sheridan, Charlotte's Web";
arnews[8] += "
Publ.Date : Wed, 03 Jan 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Intolerable Cruelty - Cedric The Entertainer Interview
";
arnews[9] += "Intolerable Cruelty - Cedric The Entertainer Interview";
arnews[9] += "
Publ.Date : Wed, 01 Oct 2003 20:46:00 GMT";
arnews[9] += "
";
totcount = 10;
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("