var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FAMILY ISSUE PROMPTS THE CRANBERRIES TO CANCEL CONCERT - Contactmusic.com
";
arnews[0] += "Irish group THE CRANBERRIES have been forced to scrap their upcoming concert in Michigan to allow frontwoman DOLORES O'RIORDAN to tend to a family matter. The Linger stars were due to play a show in Detroit next Tuesday (24Nov09), but cancelled the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:36:00 GMT";
arnews[0] += "
";
arnews[1]="Cranberries reunion concert sweet on hits - Toronto Sun
";
arnews[1] += "The verdict on The Cranberries reunion tour, which touched down at the Queen Elizabeth Theatre on Friday night for a two-night stand, was that the hits by the '90s Irish pop-rock band have held up remarkably well. And so has fiery frontwoman Dolores ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[1] += "
";
arnews[2]="The Cranberries cancel Detroit show - LiveDaily
";
arnews[2] += "The Cranberries [ tickets ] have canceled their Nov. 24 show at The Fillmore Detroit, according to a statement issued by the band's management company. The group had to cancel the show because singer Dolores O'Riordan needed to tend to an undisclosed ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:08:00 GMT";
arnews[2] += "
";
arnews[3]="Cranberries mixing it up once again - Toronto Star
";
arnews[3] += "The Cranberries, from left, Noel Hogan, Dolores O’Riordan, Mike Hogan and Fergal Lawlor play Toronto on Friday and Saturday. Back on the road after a seven-year hiatus, Irish rock band The Cranberries hit Toronto for two shows this weekend. The ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 09:30:00 GMT";
arnews[3] += "
";
arnews[4]="The Cranberries reunite; Detroit concert set for Nov. 24 - MLive.com
";
arnews[4] += "Courtesy Photo “No matter what you do for a living, when you take a step away from it and go and work with other people, you learn a lot from other people,” says Dolores O'Riordan, lead singer for The Cranberries. It's been seven years since ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:06:00 GMT";
arnews[4] += "
";
arnews[5]="CD review: Shakira is hungry like the wolf - Bridgeton News
";
arnews[5] += "Shakira’s new album, “She Wolf,” is full of sleek dance-pop music. But her lyrics aren’t the usual assortment of clichés that most dance-pop artists use. In the title track, she uses the word “lycanthropy” — the process of turning into ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:34: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("