var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="nubes de ceniza: 09-02-10
";
arnews[0] += "... jenny lewis, fergie, katy perry, lily allen, joan jett, mariana bianchini, martha wainwright, hilda herrera, marianela, corinne bailey rae, loli molina, lady gaga, rita lee, diana krall, melissa auf der maur, nina nastasia, rihanna, ...";
arnews[0] += "
";
arnews[1]="I'm looking for some obscure band recommendations…got any? | Free ...
";
arnews[1] += "Melissa Auf der Maur Oasis The Breeders References : ♫ Rocky Raccoon ♫ Says: February 9th, 2010 at 7:50 am. You have some Jam Band stuff so here's some more: moe. , Perpetual Groove, Yo Mama's Big Fat Booty Band, The Big Wu (personal ...";
arnews[1] += "
";
arnews[2]="Melissa Auf Der Maur announces new album, releases video
";
arnews[2] += "Melissa Auf Der Maur The strong-willed Melissa Auf Der Maur has confirmed that she will be releasing a new 12-song solo album due out on March 23rd. The new album, entitled Out of Our Minds, promises to be an ambitious piece of ...";
arnews[2] += "
";
arnews[3]="La montréalaise Melissa Auf der Maur lancera un nouvel album
";
arnews[3] += "Revenue dans l'actualité tout dernièrement quand Courtney Love a annoncé la résurrection de Hole, Melissa Auf der Maur s'est dite indignée de voir Love reformer le groupe sans aucun autre membre de la dernière distribution. ...";
arnews[3] += "
";
arnews[4]="VirtuousCirclePhotography: Melissa Auf Der Maur
";
arnews[4] += "I'd forgotten what a sensational artist Melissa Auf Der Maur is until the other day when I dragged one of her CD's out of my collection and gave it a spin..... Also, check this link out .... another stunning video by Melissa that ...";
arnews[4] += "
";
arnews[5]="Melissa Auf der Maur Leads Solar Powered Life
";
arnews[5] += "By Karen Bliss Melissa Auf der Maur's short film, a bewitching time-traveling Viking-themed fantasy entitled Out Of Our Minds and part of a multi-media project that includes an album of the same name out in March, was shot by New York ...";
arnews[5] += "
";
arnews[6]="You Should Know: MAdM – Melissa Auf der Maur
";
arnews[6] += "I've categorized this as “You Should Know:” but really, if you haven't heard of Montreal fireball Melissa Auf der Maur then you need a serious lesson in Alt Rock history. After Kristen Pfaff's overdose, Melissa became her replacement as ...";
arnews[6] += "
";
arnews[7]="Dude. Melissa Auf der Maur is back. Thats Dope.
";
arnews[7] += "Hells Yeah. ©Juno. Sound: High Quality Independent Rock. Basically, one of the best Female Bassist of all time. You can take it from there. Album: Out Of Our Minds (due 3.23.2010). Why? Amazing Musician all around. If you know 90s rock, ...";
arnews[7] += "
";
arnews[8]="Melissa Auf der Maur – MAdM – Out of Our Minds
";
arnews[8] += "Melissa Auf der Maur has premiered the first music video from her current multimedia project of the same name, “Out of Our Minds”, which you can watch HERE. Directed by Tony Stone, the stylishly noir video features MAdM on a mysterious ...";
arnews[8] += "
";
arnews[9]="Re: help me find a decent band name please!
";
arnews[9] += "70's? Oh OK, then you should probably go with something like.... Groovamatic. Funkbox. Well maybe that is a bit more 60's, huh? More funk than rock? Rawk Harem? Like, if you wanted to pursue the female thing - just nickname Carlos \"The ...";
arnews[9] += "
";
totcount = 10;
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("