var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ne-Yo May beTaking Beyonce to Court - TheInsider.com
";
arnews[0] += "I heard this from lalate.com and I was shocked to learn that one of Beyonce's most played songs, Irreplaceable, was actually written by Ne-Yo, and he is furious over non paid royalties. But the insider tells MediaTakeOut.com that Beyonce is now ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="Ne-Yo Live In Manila’ at the SM Mall of Asia - Manila Bulleting Online
";
arnews[1] += "2010 promises to start with a bang with American Pop and R&B Singer–Songwriter, record producer, actor, Shaffer Chimere Smith, popularly known as Ne-Yo coming to Manila for ‘Ne-Yo Live In Manila’ on Saturday, January 9, 2010. Ne-Yo was to work ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:50:00 GMT";
arnews[1] += "
";
arnews[2]="Stylish > Lil Kim & Ne-Yo @ Spotlight Live - whudat.com
";
arnews[2] += "There were many celebs out last night to catch Akon performing at, Spotlight Live in Time Square. Lil Kim, Ne-Yo, and.. Boom-Boom-Kack Laurie Ann Gibson were just a few in attendance. Ne-Yo looks stylish in the picture with Lil Kim. The colors he ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:32:00 GMT";
arnews[2] += "
";
arnews[3]="Mothers Of T-Pain, Lil Wayne, Ne-Yo Launch TV Show - allhiphop.com
";
arnews[3] += "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[3] += "
Publ.Date : Wed, 18 Nov 2009 00:35:00 GMT";
arnews[3] += "
";
arnews[4]="MOMS OF T-PAIN, LIL WAYNE, NE-YO SET 'TABLE': Trio to star in new talk ... - EURweb
";
arnews[4] += "*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[4] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[4] += "
";
arnews[5]="DISNEY'S SOUNDTRACK FOR 'PRINCESS AND THE FROG' OUT NOV 23: Features ... - EURweb
";
arnews[5] += "*BURBANK, CA -- Walt Disney Records will release the soundtrack for The Princess and the Frog, available digitally and in stores on November 23, 2009. The Princess and the Frog marks the return to traditional hand-drawn 2D animation from the revered ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 07:54: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("