var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Maybe - Ingrid Michaelson
"; arnews[0] += "With her piano-fueled songwriting, witty wordplay, and slight vocal vibrato, Ingrid Michaelson carries the tradition of the female singer/songwriter into the 21st century."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:19:27 GMT"; arnews[0] += "
"; arnews[1]="Leave comment
"; arnews[1] += "After a dinner at Red Lobster that I was almost embarrassingly excited about, I hit the new Bar Celine at Park restaurant on Henderson."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:13:34 GMT"; arnews[1] += "
"; arnews[2]="Brooke Waggoner at The Belcourt
"; arnews[2] += "When Brooke Waggoner sold out The Belcourt last summer, nobody saw it coming. Even with roughly 400 seats in the theater, even with a Nashville-sized guest list, Waggoner was still a local artist releasing her first album."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:57:02 GMT"; arnews[2] += "
"; arnews[3]="Brooke Waggoner w/El Obo
"; arnews[3] += "When Brooke Waggoner sold out The Belcourt last summer, nobody saw it coming. Even with roughly 400 seats in the theater, even with a Nashville-sized guest list, Waggoner was still a local artist releasing her first album."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:03:04 GMT"; arnews[3] += "
"; arnews[4]="I don't know where you live,
"; arnews[4] += "Forgive this incredibly general and sad statement, but the time for honesty has come - I don't know very much about music."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Solid 'Sampler' Cities 97 collection is well-balanced but light on Minnesota musicians
"; arnews[5] += "There's good news for local music fans who plan to pick up the 21st \"Cities 97 Sampler\" Thursday morning - those who plan to actually listen to it, as opposed to sell it on eBay, anyway."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 04:04:57 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("
");document.write("
");