var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Radiohead's Thom Yorke Guests On New Flying Lotus Album - Sound-Check Music
";
arnews[0] += "Fresh from news emerging about his appearance on the new Liars album, Thom Yorke has been unveiled as a very special guest on the new Flying Lotus record 'Cosmogramma'. The Radiohead singer appears on a track '...And the World Laughs With You', while ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 11:40:00 GMT";
arnews[0] += "
";
arnews[1]="Thom Yorke, TV On The Radio, Devendra Banhart Reinterpret New Liars ... - Sound-Check Music
";
arnews[1] += "Liars have announced the full-tracklisting for 'Sisterworld - Reinterpretations', which forms part of a special 2CD edition of their new album. Disc one of the release features 'Sisterworld' while the second disc sees each song from the record re ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:21:00 GMT";
arnews[1] += "
";
arnews[2]="Ark. Times Musicians Showcase Round 2 Recap - Arkansas Times
";
arnews[2] += "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. Last Thursday night was cold and rainy and Jeff Matika, on a break from Green Day, was at White Water, but the Showcase ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:53:00 GMT";
arnews[2] += "
";
arnews[3]="Preview calendar: Clubs and concerts for Feb. 11-17 - North County Times
";
arnews[3] += "Press releases for arts and entertainment events and programs should be typed, double-spaced, with basic information about the event, performance dates and times, location, ticket prices and a public telephone number. Send notices two to three weeks ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:01:00 GMT";
arnews[3] += "
";
arnews[4]="Flying Lotus returns with Cosmogramma - Resident Advisor
";
arnews[4] += "Riding the success of his previous album, Flying Lotus managed to nail down some very interesting collaborators for Cosmogramma —most notably, Thom Yorke of Radiohead , who sings on the track \"...And The World Laughs With You.\" As the nephew of ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 14:03:00 GMT";
arnews[4] += "
";
arnews[5]="Muse Had A Taste Of Lily’s Life - The Gaea Times
";
arnews[5] += "British rockers MUSE were given a taste of LILY ALLEN’s fame while performing in New Zealand earlier this month (Jan10) - and they didn’t like it. The band played a festival with the Smile hitmaker and socialised with the star on the beach before ...";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 09:57:00 GMT";
arnews[5] += "
";
totcount = 6;
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("