var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Athea
";
arnews[0] += "CHEOIL AN GHEIMHRIDH: Well done to Athea dancers who Sunday last travelled to Cappamore to take part in Cheoil an Gheimhridh finals.";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 12:31:22 GMT";
arnews[0] += "
";
arnews[1]="Exclusive Interview with Sinead Noonan: a proud USF Alumuni
";
arnews[1] += "Sinead Noonan graduated from the University of San Francisco in May 2009. She earned her Bachelor of Science in Organizational Behavior and Leadership.";
arnews[1] += "
Publ.Date : Tue, 22 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Demons ready for Star battle
";
arnews[2] += "TOMORROW is Super Saturday for Irish basketballa s SuperLeague clubs, with the quarter-finals of the mena s National Cup throwing up interesting pairings.";
arnews[2] += "
Publ.Date : Fri, 04 Dec 2009 02:48:33 GMT";
arnews[2] += "
";
arnews[3]="Tesco All-Ireland Ladies Intermediate Football Final: Brian Boru's...
";
arnews[3] += "By Jackie Cahill FRANK O'Brien paid a glowing tribute to his Brian Boru's players following last Sunday's historic victory in the Tesco All-Ireland Ladies intermediate club football final.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 14:44:19 GMT";
arnews[3] += "
";
arnews[4]="ARCH Club fashion show lifts spirits
";
arnews[4] += "PORTMARNOCK Arch Club put on the glitz and glamour last week, with a special fashion show fundraiser in the Portmarnock Hotel and Golf Links.";
arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 14:25:58 GMT";
arnews[4] += "
";
arnews[5]="Irish celebrities come out in force to support Simon Week 2009
";
arnews[5] += "Irish celebrities came together this week to show their support for Simon Week 2009 and to help raise awareness around the issue of homelessness in Ireland.";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 11:07:40 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("