var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Blog: 1st night at M For Montreal
"; arnews[0] += "Every city has its own music scene. But few of them generate as much heat, hype and buzz as Montreal's music scene."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:12:00 GMT"; arnews[0] += "
"; arnews[1]="Melissa Auf Der Maur Releases New Album
"; arnews[1] += "Canadian bassist Melissa Auf Der Maur will release a new solo album, Out Of Our Minds , in February under the moniker MAdM."; arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 19:33:27 GMT"; arnews[1] += "
"; arnews[2]="Downloadable: Melissa Auf Der Maur
"; arnews[2] += "First fruits de Der Maur, in the form of a free download sailing out ahead of MADM's Out Of Our Minds album."; arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 05:09:14 GMT"; arnews[2] += "
"; arnews[3]="Melissa Auf Der Maur's Giving Away Free Single
"; arnews[3] += "Melissa Auf Der Maur has released the title track and first single from her Out Of Our Minds solo album as a free download."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 01:01:47 GMT"; arnews[3] += "
"; arnews[4]="Magazine journal
"; arnews[4] += "The self-proclaimed kings of a new musical genre, Cowboy Metal, Grady plays two New Brunswick shows in support of their third album Good As Dead on Nov."; arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 12:35:35 GMT"; arnews[4] += "
"; arnews[5]="Broken Social Scene Member Writes Children's Book
"; arnews[5] += "Broken Social Scene and Raising The Fawn member John Crossingham has written a children's book called Learn To Speak Music: A Guide To Creating, Performing And Promoting Your Songs ."; arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 00:07:47 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("
");