var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mothers Of T-Pain, Lil Wayne, Ne-Yo Launch TV Show - allhiphop.com
";
arnews[0] += "The mothers of rappers T-Pain, Lil Wayne and R&B singer Ne-Yo have teamed to create a new talk show, Dinner Table Discussions . Aliyah “Mama Pain” Najm (T-Pain‘s mother), Jacida Carter (Lil Wayne’s mother) and H. Loraine Smith (Ne-Yo’s ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 00:35:00 GMT";
arnews[0] += "
";
arnews[1]="MOMS OF T-PAIN, LIL WAYNE, NE-YO SET 'TABLE': Trio to star in new talk ... - EURweb
";
arnews[1] += "*Allhiphop.com is reporting that the mothers of rappers T-Pain, Lil Wayne and R&B singer Ne-Yo have teamed to launch their own talk show entitled \"Dinner Table Discussions.\" Aliyah “Mama Pain” Najm (T-Pain‘s mother), Jacida Carter (Lil Wayne ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[1] += "
";
arnews[2]="T-Pain, Wayne, Ne-Yo Hip Hop Moms Get Talk Show - RapBasement.com
";
arnews[2] += "Aliyah “Mama Pain” Najm (T-Pain‘s mother), Jacida Carter (Lil Wayne’s mother) and H. Loraine Smith (Ne-Yo’s mother) will serve as hosts of Dinner Table Discussions, which aims to present a quality and informative program. Dinner Table ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 18:44:00 GMT";
arnews[2] += "
";
arnews[3]="Moms of Lil Wayne, T-Pain and Ne-Yo Working on New Talk Show - The BoomBox
";
arnews[3] += "\"Our vision is to be a premier talk show that delivers a creative and informative format that assists viewers in educating and solving challenging issues,\" Najm said in a statement. \"There are situations in our communities, cities, states and even ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 00:35:00 GMT";
arnews[3] += "
";
arnews[4]="Rihanna is darker, edgier on post-Brown 'Rated R' - Oakland Press
";
arnews[4] += "The truth of the matter is Rihanna’s latest album would have received plenty of attention even if then-boyfriend Chris Brown hadn’t assaulted her the night before this year’s Grammy Awards. After all, 2007’s “Good Girl Gone Bad” went ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT";
arnews[4] += "
";
arnews[5]="227's YouTube "Chili"-Alexandra Burke - Halle Chili' Lujah ... - PRLog (free press release)
";
arnews[5] += "227's YouTube \"Chili\"-Alexandra Chili' Burke - Official Single - 'Hallelujah' Young Money * Twista Featuring Erika Shevon * Yo Gotti * New Boyz * Jeremih * Keri Hilson Featuring Kanye West & Ne-Yo * Musiq Soulchild * Whitney Houston * Anthony ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:39: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("