var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="max: is listening to #radiohead High And Dry #tweeturmusic #musicmonday http://bit.ly/7i7Crt
";
arnews[0] += "is listening to";
arnews[0] += "
";
arnews[1]="The Daily Swarm: The Strokes Top NME's Top 100 of Decade... The Streets, Radiohead, White Stripes Place Two Albums Each In Top 20...... http://bit.ly/6NIoc0
";
arnews[1] += "The Strokes Top NME's Top 100 of Decade... The Streets, Radiohead, White Stripes Place Two Albums Each In Top 20......";
arnews[1] += "
";
arnews[2]="Stephanie Chu: "which Radiohead song do you want to hear next?" ♫ http://blip.fm/~grnba
";
arnews[2] += "\"which Radiohead song do you want to hear next?\" ♫";
arnews[2] += "
";
arnews[3]="andrea serravezza: Ogni volta che ascolto No Surprises dei Radiohead mi si riallineano i neuroni...#music #radiohead #brain
";
arnews[3] += "Ogni volta che ascolto No Surprises dei Radiohead mi si riallineano i neuroni...#music";
arnews[3] += "
";
arnews[4]="Agent M: Link: Peter Gabriel covers Arcade Fire, Radiohead, Regina Spektor... - I’m a sucker for a good cover song.... http://tumblr.com/xo747oqb4
";
arnews[4] += "Link: Peter Gabriel covers Arcade Fire, Radiohead, Regina Spektor... - I’m a sucker for a good cover song....";
arnews[4] += "
";
totcount = 5;
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("