var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Continue Reading
";
arnews[0] += "Elise Davis and \"husband' Jordan Trotter. Photo by Brian Chilson. Again we're going to make the snow the fall-guy for a late post.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:37:21 GMT";
arnews[0] += "
";
arnews[1]="Classical and Contemporary: John Matthias (right) and Nick Ryan
";
arnews[1] += "A CLASSICAL album by an award-winning University of Plymouth musician has been shortlisted for a top American award.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Dancing About Architecture Indie Music News 2.09.10
";
arnews[2] += "Dancing About Architecture Indie Music News 2.09.10 Posted by Ian Wright on 02.09.2010 More new music from Joanna Newsom, Jay Reatard news, Arcade Fire at the Superbowl, new album from Future Islands, Primavera Sound news, Pitchfork Festival news, Liars new album news and more The bit at the start Hello, pushed for time again this week so lets get ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:33:48 GMT";
arnews[2] += "
";
arnews[3]="'Diary of a Madman': Listening Room chief loves him some reading
";
arnews[3] += "\"Diary of a madman, walk the line again today; Entries of confusion, Dear diary, I'm here to stay; Manic depression befriends me, hear his voice; Sanity now it's beyond me, there's no choice.\" -- Ozzy Osbourne, \"Diary of a Madman\" Hello there, Mid-Michigan, and welcome to yet another installment of the new-and-improved edition of the ABC12 ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:44:11 GMT";
arnews[3] += "
";
arnews[4]="Flying Lotus Preps New Record; Thom Yorke Contributes Guest Vocals
";
arnews[4] += "Eclectic LA producer and beat connoisseur, Flying Lotus , is prepping the release of his third album, Cosmogramma this Spring.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:32:38 GMT";
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("