var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Black Celebrities on the Down Low
";
arnews[0] += "A regular on Datalounge.com has posted his list of black male stars on the down low! Someone else on the site responded that a lot of it is just wishful thinking, and someone else chimed in that a lot of these guys are more likely bi, but I'd have to say a lot of this is pretty spot on too.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:02:49 GMT";
arnews[0] += "
";
arnews[1]="Recalling 'Soul Train,' a cultural icon of cool
";
arnews[1] += "Don Cornelius's \"Soul Train'' brought black pride, style, and music into America's living rooms.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 20:28:56 GMT";
arnews[1] += "
";
arnews[2]="VH1 takes a ride on a Soul Train,a a cultural icon of a 60s cool
";
arnews[2] += "Don Cornelius's \"Soul Train'' brought black pride, style, and music into America's living rooms.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 11:15:53 GMT";
arnews[2] += "
";
arnews[3]="TV Today
";
arnews[3] += "Fantasia Barrino performs and discusses her career; Ruby Gettinger discusses her weight loss.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 07:35:15 GMT";
arnews[3] += "
";
arnews[4]="Wednesday's TV Highlights: Minnie Driver guests on 'Modern Family'
";
arnews[4] += "OLD ACQUAINTANCE: Minnie Driver, right, guest stars on a new episode of a oeModern Familya at 9 p.m. on ABC.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="UNCF Announces National Television Broadcast of an Evening of Stars(R) Tribute to Lionel Richie
";
arnews[5] += "STAR POWER, UNCF's online giving campaign also celebrates minority education. A complete list of stations and background information can be found online at www.aneveningofstars.org. With more than 42 years in music behind him, five time Grammy-winning international superstar Lionel Richie will be surrounded on the An Evening of Stars stage by an ...";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 22:04:25 GMT";
arnews[5] += "
";
arnews[6]="Wednesday's TV Highlights: Alan Alda has his head examined on 'The Human Spark'
";
arnews[6] += "GRAY MATTER: 'The Human Spark' uses high-tech imaging techniques provide a glimpse inside the head of host Alan Alda at 8 p.m. on KCET.";
arnews[6] += "
Publ.Date : Wed, 20 Jan 2010 05:40:02 GMT";
arnews[6] += "
";
arnews[7]="Concert organizer Chris Hines describes beating
";
arnews[7] += "Rapper Lloyd Banks has been charged with forcible confinement, aggravated assault and robbery after a dispute at a Kitchener hotel.";
arnews[7] += "
Publ.Date : Thu, 14 Jan 2010 13:07:42 GMT";
arnews[7] += "
";
arnews[8]="Daytime soaps' demise may leave void for Black actors
";
arnews[8] += "Taye Diggs got his start on the long-running soap \"Guiding Light,\" which went off the air in September.";
arnews[8] += "
Publ.Date : Thu, 14 Jan 2010 02:11:10 GMT";
arnews[8] += "
";
totcount = 9;
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("