var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bourke takes two Munster senior badminton titles back to Kingdom
";
arnews[0] += "TOM Bourke of Kingdom Club won two Munster Senior titles on Sunday last in Killarney.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:49:46 GMT";
arnews[0] += "
";
arnews[1]="Ballymacelligott
";
arnews[1] += "Art winners, community games: Boys, Eoin Culloty, Joshua o Keeffe, Gary Horan, Philip Corkery, David Corkery, Ryan o Sullivan, Timmy o Sullivan Girls: Cora Savage, Kate o Connor, Roisin Downey, Oonagh o Keeffe, Kaylin Griffin, Deborah Mangan.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:44:37 GMT";
arnews[1] += "
";
arnews[2]="INMWT
";
arnews[2] += "We're really excited to announce a very special series of shows from the North East.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 11:00:00 GMT";
arnews[2] += "
";
arnews[3]="David Byrne & Fatboy Slim - "Here Lies Love"
";
arnews[3] += "\"Here Lies Love\" is the scene-setting title track from David Byrne and Fatboy Slim's post-BPA Imelda Marcos concept album .";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 18:25:57 GMT";
arnews[3] += "
";
arnews[4]="Chuck Berry: hail, hail, rock'n'roll
";
arnews[4] += "Chuck Berry, 83, photographed at the BB King Blues Club, New York, 12 September 2009.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 00:06:57 GMT";
arnews[4] += "
";
arnews[5]="Jesca Hoop
";
arnews[5] += "Jesca Hoop released a new record last December called Hunting My Dress . It is very nearly a perfect record: an exquisite, ethereal collection of nine remarkable tracks that defy easy genre description.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 16:00:14 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("