var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Róisín Murphy - Pitchfork
";
arnews[0] += "\"It's not a question of understanding it, man. If you feel it, you feel it, stupid.\" That's a male voice talking on the title track from the Tough Alliance 's second proper album, 2007's A New Chance . And, at the risk of thinking when we should be ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[0] += "
";
arnews[1]="Album Review: Shakira - She Wolf - Consequence of Sound
";
arnews[1] += "It’s been nearly nine years since Shakira made the transition from Colombian sensation to worldwide star with the release of Laundry Service , her first English album. The move also saw her channeling more conventional pop inspirations than her ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:53:00 GMT";
arnews[1] += "
";
arnews[2]="10 Tracks You Have To Hear This Week - Shy Child, The Golden Filter ... - NME
";
arnews[2] += "This week's playlist features the return of Roisin Murphy, a romantic helping of \"proper schmindie\" from Planet Earth, and some \"space-baile-funk-bounce\" courtesy of Buraka Som Sistema. 1. The Pains Of Being Pure At Heart – Higher Than The Stars It ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 18:08:00 GMT";
arnews[2] += "
";
arnews[3]="Gossip Girl "The Last Days Of Disco Stick" - A.V. Club
";
arnews[3] += "From its first scene—Dan’s post-threesome, stranger-high-fiving stroll down the Greenwich Village sidewalks—a madcap thread was strung throughout the Dan-Olivia-Vanessa-Blair story. That might be the one positive result of “Disco Stick”’s ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:26: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("