var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jay-Z, Smith back Fela! - Zimbabwe Independent
";
arnews[0] += "JAY-Z, Will Smith and Jada Pinkett Smith have officially signed on as co-producers of Fela! a musical about Nigerian Afrobeat pioneer Fela Anikulapo-Kuti that opens on Monday on Broadway. The news confirms weeks of speculation that the three would ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:32:00 GMT";
arnews[0] += "
";
arnews[1]="Jay-Z and Will & Jada Pinkett Smith Join FELA! Producing Team - Broadway World
";
arnews[1] += "Shawn \"Jay-Z\" Carter and Will & Jada Pinkett Smith have enthusiastically joined the producing team of Fela!, the new Broadway musical based on the life and music of African composer and performer Fela Anikulapo-Kuti, marking the first Broadway ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:57:00 GMT";
arnews[1] += "
";
arnews[2]="Jay-Z, Will and Jada Pinkett Smith Back 'Fela!' - ABC News
";
arnews[2] += "It's official: After weeks of speculation, Jay-Z and Will and Jada Pinkett Smith have joined the producing team of the Broadway musical \"Fela!\" (feh-LAH') Jay-Z told The Associated Press last month that he might be getting involved in the show, an ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 22:13:00 GMT";
arnews[2] += "
";
arnews[3]="Jay-Z, Will and Jada Pinkett Smith back ‘Fela!’ - Today's Zaman
";
arnews[3] += "It’s official: After weeks of speculation, Jay-Z and Will and Jada Pinkett Smith have joined the producing team of the Broadway musical “Fela!” Jay-Z told AP last month that he might be getting involved in the show, an Afrobeat musical about ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Jay-Z, Will and Jada Pinkett Smith back ’Fela!’ - KSTP
";
arnews[4] += "(AP) NEW YORK - It’s official: After weeks of speculation, Jay-Z and Will and Jada Pinkett Smith have joined the producing team of the Broadway musical \"Fela!\" (feh-LAH’) Jay-Z told The Associated Press last month that he might be getting ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 07:32:00 GMT";
arnews[4] += "
";
arnews[5]="Jay-Z, Will and Jada Pinkett Smith back `Fela!' - Daily Breeze
";
arnews[5] += "NEW YORK - It's official: After weeks of speculation, Jay-Z and Will and Jada Pinkett Smith have joined the producing team of the Broadway musical \"Fela!\" (feh-LAH') Jay-Z told The Associated Press last month that he might be getting involved in the ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 22:13:00 GMT";
arnews[5] += "
";
arnews[6]="It's official: Jay-Z, Will and Jada Pinkett Smith join producers of ... - Artistdirect.com
";
arnews[6] += "NEW YORK - It's official: After weeks of speculation, Jay-Z and Will and Jada Pinkett Smith have joined the producing team of the Broadway musical \"Fela!\" Jay-Z told The Associated Press last month that he might be getting involved in the show, an ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 05:15: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("