var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="R&B Star Akon Lands Radio Job - Post Chronicle
";
arnews[0] += "The station's group programme director, Paul Jackson, says in a statement, \"We are delighted to welcome one of the world's greatest R&B artists to 95.8 Capital Fm. Akon has worked with legendary performers such as Lady Gaga, Whitney Houston and ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[0] += "
";
arnews[1]="FIFA denies R and B star Akon's official role in World Cup - New Kerala
";
arnews[1] += "London, Feb.5 : FIFA has denied that American R and B star Akon has any sort of official role at this summer's World Cup after his latest single 'Oh Africa' was construed as being their anthem for the event. The status seemed surprising as the video ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:35:00 GMT";
arnews[1] += "
";
arnews[2]="Stars gather to cover 'We Are the World' for Haiti - Greenville News
";
arnews[2] += "Pink, Celine Dion, Natalie Cole, the Jonas Brothers, Kanye West, Tony Bennett, Jennifer Hudson, Akon and other musical luminaries stood shoulder to shoulder on risers at Henson Recording studios, singing their hearts out and hoping to help Haiti ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 07:02:00 GMT";
arnews[2] += "
";
arnews[3]="Sarkodie Raps Into Akon's Konvict - Modern Ghana
";
arnews[3] += "Hiplife artiste Sarkodie has been making a lot of headlines in recent times concerning his signing of a deal that would see him join world class artistes on Konvict Music, one of the fastest-growing music labels in the world. On Saturday February 6 ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:08:00 GMT";
arnews[3] += "
";
arnews[4]="R&B Star Akon Lands Radio Job - Post Chronicle
";
arnews[4] += "R&B star Akon is set to take over the airwaves in London - he's landed a job presenting a weekly radio show in the British capital. The Smack That hitmaker has signed up to host a two-hour programme every Saturday night on London's Capital Fm. The ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[4] += "
";
arnews[5]="Akon turns RJ - The Gaea Times
";
arnews[5] += "LONDON - R and B star Akon will soon be entertaining radio listeners with a weekly show. The ‘Lonely’ hitmaker has signed a deal to host a two-hour programme every Saturday night on London’s Capital FM. “We are delighted to welcome one of the ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 13:59:00 GMT";
arnews[5] += "
";
arnews[6]="AHH Stray News: Akon, Ludacris, Paul Wall - allhiphop.com
";
arnews[6] += "(AllHipHop News) Akon has signed one of Ghana’s most popular rappers to his Konvict Music Africa imprint. Hiplife artist Sarkodie is the newest member on the roster and will release his sophomore album Rapaholic via the new deal. Konvict Music ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT";
arnews[6] += "
";
arnews[7]="Stars head for Durban city lights - Tonight South Africa
";
arnews[7] += "Singers Whitney Houston and Akon are expected to perform at Durban's Moses Mabhida Stadium next month. The duo, two of the biggest R&B stars in the world, will be in the city to celebrate the 100-day countdown to the World Cup, which starts on June ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 10:08:00 GMT";
arnews[7] += "
";
arnews[8]="Akon to Host British Radio Program - AceShowbiz
";
arnews[8] += "The 'Right Now (Na Na Na)' singer has spread his career as he has signed up to present two-hour British radio program every Saturday night on London's Capital FM. © Mr Blue/WENN R&B star Akon is set to take over the airwaves in London - he's landed ...";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 06:56:00 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("