var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lucio: intweetion: copycats: Let Down - Ben Gibbard, David Bazan, and Johnathan Rice originally by Radiohead (posted by sometimesagreatnotion)
";
arnews[0] += "intweetion: copycats: Let Down - Ben Gibbard, David Bazan, and Johnathan Rice originally by Radiohead (posted by sometimesagreatnotion) -";
arnews[0] += "
";
arnews[1]="Martin Gastanaga: If I could be stuck in the desert my day would be for ever if you were there. ♫ http://blip.fm/~f4l3k
";
arnews[1] += "If I could be stuck in the desert my day would be for ever if you were there. ♫";
arnews[1] += "
";
arnews[2]="Lis Miller: Johnathan Rice – Break So Easy
";
arnews[2] += "Johnathan Rice – Break So Easy -";
arnews[2] += "
";
arnews[3]="TwentyFourBit: Johnathan Rice, Farmer Dave Scher, & Vetiver´s Andy Cabic set out on NorCal (burn cruise) tour http://bit.ly/2Jcxdc
";
arnews[3] += "Johnathan Rice, Farmer Dave Scher, & Vetiver´s Andy Cabic set out on NorCal (burn cruise) tour";
arnews[3] += "
";
arnews[4]="shirleyhalperin: http://twitpic.com/o3dhe - Johnathan Rice, the human equivalent of my cat, Hollywood.
";
arnews[4] += "";
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("