var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cork dominate All Star selection
";
arnews[0] += "All-Ireland Champions Cork dominate the Camogie All Star selection with Gemma O'Connor getting honoured for an unprecedented sixth successive time.";
arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 16:05:53 GMT";
arnews[0] += "
";
arnews[1]="2009 Camogie All-Star nominations
";
arnews[1] += "The nominations for the 2009 Camogie All Stars were announced today with All-Ireland champions Cork dominating the list.";
arnews[1] += "
Publ.Date : Tue, 13 Oct 2009 21:08:06 GMT";
arnews[1] += "
";
arnews[2]="JOHNSTOWN/ THOMASTOWN
";
arnews[2] += "Don't forget to keep Sunday August 16 free for the biggest event of the Johnstown/ Coolgreany Calendar year, when the local Gymkhana will take place at Coolgreany.";
arnews[2] += "
Publ.Date : Wed, 05 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Record run by Zulu Ella
";
arnews[3] += "IT'S always nice to see the 29secs barrier broken a few times and 18secs being well bettered for the sprint distance, all of which happened at Tralee Track last Friday night, but these achievements paled by comparison with a wonderful record-breaking run produced over 750yds by an Abbeyfealeowned bitch called Zulu Ella.";
arnews[3] += "
Publ.Date : Wed, 22 Jul 2009 10:59:11 GMT";
arnews[3] += "
";
totcount = 4;
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("