var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Cleveland Show Cast Speaks
";
arnews[0] += "Comedy Premise: In this \"Family Guy\" spinoff, Cleveland Brown makes good on a promise to his high school sweetheart by moving to his hometown in Virginia Stars: Mike Henry , Sanaa Lathan , Nia Long , Reagan Gomez-Preston, Kevin Michael Richardson VIDEO: 'The Cleveland Show' first look The cast of The Cleveland Show spilled on what's coming up and ...";
arnews[0] += "
Publ.Date : Sat, 25 Jul 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Chris Rock takes lighthearted look at black women's 'dos
";
arnews[1] += "If you were raised in an African-American community, then you're probably very familiar with the notion of \"good hair,\" a term that's generally applied to folks born with wavy locks which are less trouble to take care of than the more tightly-curled or nappy variety.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:28:57 GMT";
arnews[1] += "
";
arnews[2]="Catching Up with Nia Long
";
arnews[2] += "Nia Long first gained recognition for her stellar performance in the 1991 film Boyz n the Hood .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:11:22 GMT";
arnews[2] += "
";
arnews[3]="Supplied photo Chris Rock unravels the complicated relationship women have with their hair.
";
arnews[3] += "WHEN a familiar Hollywood comedian stars in a documentary that is not a concert movie, it might arouse suspicions that the film may be an exercise in self promotion.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:30:04 GMT";
arnews[3] += "
";
arnews[4]="Daryl Hall and John Oates To Appear On The Cleveland Show
";
arnews[4] += "Daryl Hall and John Oates will star as angel and devil this weekend on The Cleveland Show on Fox in the USA.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:11:03 GMT";
arnews[4] += "
";
totcount = 5;
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("