var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Wendy Williams Show' Review: C+ - Examiner
";
arnews[0] += "Wendy Williams, the popular radio talk show personality known for celebrity gossip and the catchphrase \"How you doin'?,\" officially premiered her self-titled show (T he Wendy Williams Show ) to a national audience on Monday after a six week test run ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[0] += "
";
arnews[1]="Florence + The Machine Covering Beyonce Gives +5 to The Indie R & B ... - Blackbookmag.com
";
arnews[1] += "Last week, there was sister-of-Beyoncé, Solange Knowles, covering the Dirty Projectors' \"Stillness is the Move,\" which is already a song with an entirely R&B-built foundation, on a record with entirely R&B considered notions. And now we've got an ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 19:33:00 GMT";
arnews[1] += "
";
arnews[2]="Wale Reflects on New Album’s Success, His Market Position & Solange - allhiphop.com
";
arnews[2] += "Even with the rave reviews for his debut album Attention Deficit , Washington D.C. emcee Wale is still hungry to make a bigger impact on mainstream Hip-Hop In a recent interview with honeymag.com, Wale explained that despite Attention Deficit being ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:13:00 GMT";
arnews[2] += "
";
arnews[3]="Tune-Yards BiRd-BrAiNs - Drowned In Sound
";
arnews[3] += "Lo-fi is a difficult aesthetic to get on board with at the end of the Noughties. When music technology is so accessible that any kid with headphones, a midi-keyboard and a cracked copy of Reason can sound like Timbaland, then the 'lo-fi' sound has ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
totcount = 4;
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("