var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Erykah Badu - New Amerykah Part II: Return of the Ankh (new album ... - Popmatters.com
";
arnews[0] += "It has been two years since singer/songwriter/producer Erykah Badu’s last release, New Amerykah Part 1: 4th World War . Now the empress of soul has announced her follow-up New Amerykah Part II: Return of the Ankh . The album is scheduled to be ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:32:00 GMT";
arnews[0] += "
";
arnews[1]="Erykah Badu, Jamie Foxx - Dallas Observer
";
arnews[1] += "In many regards, 2008 was Erykah Badu's biggest year yet. By releasing her first full-length studio album in five years, the queen of neo-soul returned to the spotlight and was received as quite the big deal--both here in her hometown and in other ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:52:00 GMT";
arnews[1] += "
";
arnews[2]="Erykah Badu - Pitchfork
";
arnews[2] += "The main hook revolves around a largely vocal sample of Parliament-Funkadelic's \"Hydraulic Pump\" that levitates over drums, harpsichord stabs, and scratchy vinyl swipes. Badu pops off the first quotable axiom: \"Jumped up out my seat/ Something must ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 05:59:00 GMT";
arnews[2] += "
";
arnews[3]="Hear a New Erykah Badu Song - Pitchfork
";
arnews[3] += "01 Little Houdini (written by Sage Francis and Jason Lytle ) 02 Three Sheets to the Wind (written by Sage Francis and Chris Walla) 04 Slow Man (written by Sage Francis, Joey Burns, and John Convertino ) 06 Polterzeitgeist (written by Sage Francis ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:42:00 GMT";
arnews[3] += "
";
arnews[4]="Listen to a New Erykah Badu/Lil Wayne Song - Paste Magazine
";
arnews[4] += "Yesterday, Pitchfork reported that an early version of Erykah Badu track “Jump in the Air and Stay There” featuring Lil Wayne and Bilal was leaked and has since been removed from the album and listed as a download-only bonus track. Badu’s ...";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[4] += "
";
arnews[5]="In Rotation: Fat Joe, Young Jeezy, Erykah Badu, Joell Ortiz, Novel ... - Baller Status
";
arnews[5] += "We're kicking off the week with new downloads to get those eardrums in shape. Both soul queen Erykah Badu and New Yorker Fat Joe release promising first singles of their highly-anticipated albums, while Joell Ortiz & Novel, CJ and Cassidy drop ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 07:40: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("