var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Four times normal rainfall a " and there's more to come
";
arnews[0] += "Towns across Connaught and Munster were facing multi-million euro clean-up bills as forecasters warned of four-hour downpours in some areas today.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:38:09 GMT";
arnews[0] += "
";
arnews[1]="Four times normal rainfall – and therea s more to come
";
arnews[1] += "COMMUNITIES devastated by some of the worst floods in living memory were last night bracing themselves for a further deluge.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:02:49 GMT";
arnews[1] += "
";
arnews[2]="Parts of country washed out by rain
";
arnews[2] += "Some of the areas worst hit by floods have been washed out after almost four times the normal rainfall fell in the last seven days.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:04:41 GMT";
arnews[2] += "
";
arnews[3]="Local roundup: Aptos' Sooter named SCCAL volleyball MVP
";
arnews[3] += "Aptos High volleyball player Steffi Sooter has been named the Most Valuable Player of the Santa Cruz Coast Athletic League by league coaches.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:02:00 GMT";
arnews[3] += "
";
arnews[4]="Implementation of County Leitrim Peace III Plan
";
arnews[4] += "County Leitrim Peace III Partnership is in the process of implementing a number of projects under its Action Plan 2008 a ' 2010.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 17:48:47 GMT";
arnews[4] += "
";
arnews[5]="St Michaela s suffer agony in Connacht final
";
arnews[5] += "SAINT Michael's fell short by two points, 2-12 to 1-13, in a nail-biting contest against Mayo's Breaffy in the Connacht Ladies Football Intermediate Club Championship final on Sunday last.";
arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 02:52:55 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("