var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Why Youth and Culture are not compatible - Rwanda New Times
";
arnews[0] += "He calls himself Ludacris. All his mates at school can be reduced to punching bags if they don’t call him by that name. John Iyamuremye, an S.3 student at King David School concentrates more on being like his favorite celebrity, American rapper ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:07:00 GMT";
arnews[0] += "
";
arnews[1]="Busta Rhymes, Ludacris ready for Star Mega Jam - Daily Sun
";
arnews[1] += "All is set for this year’s edition of Star Mega Jam, the exciting international music concert sponsored by Star Lager beer and parading top international artistes like Trevor Tahiem Smith Jr. aka Busta Rhymes and Christopher Brian Bridges aka ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:28:00 GMT";
arnews[1] += "
";
arnews[2]="Cornered! A Weekly CD Review. - New University Newspaper
";
arnews[2] += "I have no qualms with Will Smith, in fact, I’m sure that he’s a really nice guy. With that being said, I’d like to make a plea. Will Smith, please stop recording albums. Progressively, with each sequential album up until the most recent ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 GMT";
arnews[2] += "
";
arnews[3]="227's YouTube "Chili"-Oprah Chili' Winfrey Show Ends 2011! Next..."The ... - PRLog (free press release)
";
arnews[3] += "PRLog (Press Release) – Nov 21, 2009 – Oprah Chili' Winfrey - America's \"Queen of Talk\" has announced the Oprah Show will end in 2011, but it certainly won't be the end of one of the most powerful people in the world - Oprah Winfrey. Oprah plans ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:35:00 GMT";
arnews[3] += "
";
arnews[4]="227's YouTube "Chili"-Janet Chili' Jackson - "MAKE ME" - 20/20 Robin ... - PRLog (free press release)
";
arnews[4] += "PRLog (Press Release) – Nov 21, 2009 – 227's Janet Chili' Spicy' Jackson on YouTube! Janet Jackson's \"MAKE Chili' ME\" ('MAKE ME') * 20/20 Robin Roberts candid discussion with Janet Hot' Chili' Jackson beat many of the late night shows for ratings ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:02:00 GMT";
arnews[4] += "
";
arnews[5]="Today's corporate news direct from Michigan businesses - MLive.com
";
arnews[5] += "Ludacris and an esteemed judging panel select the winning Conjure cocktail MIAMI, Nov. 12 /PRNewswire/ -- Chris \"Ludacris\" Bridges teamed with the Gansevoort South Beach to host the Miami Mix Off, where South Florida's best mixologists battled to ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 02:02:00 GMT";
arnews[5] += "
";
arnews[6]="New Music Report: Blakroc - Rolling Stone
";
arnews[6] += "This week’s New Music Report lasers in on the self-titled debut from supergroup Blakroc, a collaboration between the Akron blues-rock duo the Black Keys and a cast of guest rappers that includes Ludacris, Mos Def, RZA and Pharoahe Monch. It’s not ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 22:10:00 GMT";
arnews[6] += "
";
totcount = 7;
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("