var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Peep This: Fabolous Feat. Kobe "Imma Do It"
";
arnews[0] += "Fab continues his gangsta visuals and all-black-everything dress code in the latest video from Loso's Way .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:32:53 GMT";
arnews[0] += "
";
arnews[1]="Survivors Meet a Survivor
";
arnews[1] += "English teacher Denise D'Onofrio says her students survive a tough neighborhood and a harrowing life every day.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:38:39 GMT";
arnews[1] += "
";
arnews[2]="Ego - Beyonce
";
arnews[2] += "One of the most recognizable characters in modern-day R&B, Beyonce first rose to fame as the siren-voiced centerpiece of Destiny's Child before embarking on a multi-platinum solo career in 2001.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:47:47 GMT";
arnews[2] += "
";
arnews[3]="On the Mike with Mike Sherman Brings Together Beauty and Beats
";
arnews[3] += "Mike stops by this year's annual Make A Wish Foundation ball that raises money to help children all over the country.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:08:33 GMT";
arnews[3] += "
";
arnews[4]="Tatum native, R&B artist returns home for album release
";
arnews[4] += "Neysa Shaw was 8 years old when her mother passed away, leaving her and four older sisters to be raised by their father and other family members.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:26:46 GMT";
arnews[4] += "
";
arnews[5]="Chris Brown Busts a Move
";
arnews[5] += "Chris Brown put his best moves on display at his fan appreciation concert at The Avalon in Los Angeles.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:02:31 GMT";
arnews[5] += "
";
arnews[6]="Latin singer Alejandro Sanz searches for paradise
";
arnews[6] += "Friday, November 06, 2009 at 11:03 a.m. Read more: Entertainment , Latin Singer Alejandro Sanz , Alejandro Sanz Teams up with Alicia Keys , New Album MIAMI BEACH, Fla.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="COLUMN: Growing up on 'Sesame Street'
";
arnews[7] += "By Phil Dzikiy Perhaps, \"Sesame Street\" isn't quite what it used to be. There are so many children's programming options now - numerous channels are devoted to kid TV - that one show just can't have the same kind of impact it once did.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("