var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Janet Jackson Reunites With Jermaine Dupri for New Album - AceShowbiz
";
arnews[0] += "Though Janet Jackson and Jermaine Dupri are no longer dating, they will still be spending some of their time together in the studio. The former lovers, who were revealed calling it quits in July 2009, are currently working on Janet's new studio album ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 03:56:00 GMT";
arnews[0] += "
";
arnews[1]="Janet Jackson, Jermaine Dupri to team up for new album - The Gaea Times
";
arnews[1] += "July 22nd, 2009 WASHINGTON - Janet Jackson won't be performing at her late brother Michael Jackson tribute concerts at London's O2 Arena in August. The singer was reportedly lined up to open the gigs at arena, where the King of Pop was due to play 50 ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 13:43:00 GMT";
arnews[1] += "
";
arnews[2]="Jermaine Dupri & Janet Jackson Cross Paths, Reunite In The Studio - SOHH
";
arnews[2] += "Jermaine Dupri & Mariah Carey's \"We Belong\" Named Top Decade Song, \"I'm Really Speechless\" Jermaine Dupri Defends Not Visiting Da Brat In Prison, \"I Don't Want To Deal With That Situation\" Janet Jackson Confirms Jermaine Dupri Break-Up, \"I'm Not The ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 19:28:00 GMT";
arnews[2] += "
";
arnews[3]="Janet Jackson Reunites With Jermaine Dupri for New Album - AceShowbiz
";
arnews[3] += "Though Janet Jackson and Jermaine Dupri are no longer dating, they will still be spending some of their time together in the studio. The former lovers, who were revealed calling it quits in July 2009, are currently working on Janet's new studio album ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 03:56:00 GMT";
arnews[3] += "
";
arnews[4]="Janet Jackson and Jermaine Dupri Reunite ... on New Album - The BoomBox
";
arnews[4] += "The new project will be Janet's 11th studio album, a follow up to her 2008 release ' Discipline .' The singer has spent time in the studio working on the album with producers Kendrick 'WyldCard' Dean and Rodney \"Darkchild\" Jenkins. In October ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[4] += "
";
arnews[5]="Jermaine Dupri Talks Super Bowl, Checks Out Keri Hilson’s Cleavage ... - HipHopRX.com
";
arnews[5] += "Living The Life - Jermaine Dupri aka JD checks out a performance of super sexy singer Keri Hilson who shows off her cleavage, hangs out with rapper Nelly, will.i.am and DJ Vice in Miami. The super producer talks football, partying and hanging out and ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 20:27: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("