var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="St. Louis Concert Announcements: Week Of February 9
";
arnews[0] += "Sigh. I'm going to be driving home from Pittsburgh on April 11. Not sure I'll have enough gas left in me to go to Arctic Monkeys.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:50:39 GMT";
arnews[0] += "
";
arnews[1]="NME Godlike Genius prize to go to Paul Weller
";
arnews[1] += "Paul Weller will be handed the Godlike Genius honour at this year's Shockwaves NME Awards.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:17:27 GMT";
arnews[1] += "
";
arnews[2]="Arctic Monkeys plot return to US
";
arnews[2] += "Dates are shown at right. Arctic Monkeys worked with co-producers James Ford and Josh Homme of Queens of the Stone Age and Them Crooked Vultures on \"Humbug,\" the band's third studio album and the follow-up to 2007's \"Favorite Worst Nightmare.\" The video for Arctic Monkeys' latest single, \"Cornerstone,\" is currently streaming at the band's MySpace ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:02:27 GMT";
arnews[2] += "
";
arnews[3]="Arctic Monkeys to Play the Marquee
";
arnews[3] += "The Valley is getting a ton of runoff from this year's Coachella. First it was Yeasayer and Beach House.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:42:39 GMT";
arnews[3] += "
";
arnews[4]="Today's concert news: Megatickets, Monkeys, Mastodons and what-not
";
arnews[4] += "Lots of concert news to report. First up, WQDR's \"Country Megaticket\" goes on sale Feb.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:34:31 GMT";
arnews[4] += "
";
arnews[5]="The Courteeners, Ellie Goulding, The Strokes - Inside This Week's NME
";
arnews[5] += "In this week's NME... On the cover of this week's NME - on sale from Wednesday February 10 - are The Courteeners , who explain to Barry Nicolson how they're about to silence their doubters.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:04:50 GMT";
arnews[5] += "
";
arnews[6]="Jarvis Cocker to host Shockwaves NME Awards 2010
";
arnews[6] += "Jarvis Cocker is to host the Shockwaves NME Awards 2010 . The former Pulp singer will take control of proceedings at the O2 Brixton Academy in London on February 24, where it was announced today that Paul Weller will receive the Godlike Genius Award .";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 11:19:00 GMT";
arnews[6] += "
";
arnews[7]="Stars raise thousands for Haiti
";
arnews[7] += "A sale of music goodies donated by the likes of Coldplay and Arctic Monkeys raised a final total of more than A 120,000 to help rebuild Haiti, organisers said.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 22:46:11 GMT";
arnews[7] += "
";
arnews[8]="Arctic Monkeys Making Its St. Louis Debut This Spring
";
arnews[8] += "Hot damn! The Arctic Monkeys ' latest tour finally has a St. Louis date: The Britrockers are coming on Sunday, April 11 at the Pageant.";
arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 20:04:11 GMT";
arnews[8] += "
";
totcount = 9;
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("