var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shy Child, The Golden Filter, The Pains Of Being Pure At Heart
";
arnews[0] += "This week's playlist features the return of Roisin Murphy, a romantic helping of \"proper schmindie\" from Planet Earth, and some \"space-baile-funk-bounce\" courtesy of Buraka Som Sistema.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:41:18 GMT";
arnews[0] += "
";
arnews[1]="Choirs of angels sing Season's Greetings - S
";
arnews[1] += "LIMERICK Musical Society will host its annual Seasona s Greetings concert in a candlelit St.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:52:19 GMT";
arnews[1] += "
";
arnews[2]="10 Tracks You Have To Hear This Week - Shy Child, The Golden Filter, The Pains Of Being Pure At Heart
";
arnews[2] += "This week's playlist features the return of Roisin Murphy, a romantic helping of \"proper schmindie\" from Planet Earth, and some \"space-baile-funk-bounce\" courtesy of Buraka Som Sistema.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 18:23:15 GMT";
arnews[2] += "
";
arnews[3]="Music For The Week: Made In Brazil Podcast #25
";
arnews[3] += "My boyfriend put together a new podcast over the weekend to share with you guys here on MIB, and I have to say this time he totally nailed it.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:43:19 GMT";
arnews[3] += "
";
arnews[4]="Dynamo leave their rivals in a spin to claim twenty medals in regional acrobatics finals
";
arnews[4] += "TWENTY FIVE gymnasts proudly represented DyNamo Gym Club at the Regional Sports Acrobatics Finals held in Tuam at the weekend, achieving top results in every competition level.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:09:17 GMT";
arnews[4] += "
";
arnews[5]="Woman gets 5-10 years in Blue Route fatality
";
arnews[5] += "Patricia Murphy Waggoner loved to travel, kayak, hike, and decorate for the holidays.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 17:02:23 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("