var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blathnaid is back
";
arnews[0] += "Blathnaid Ni Chofaigh is back on our screens on Sunday night as she searches for talent in the east of the country for the All-Ireland talent show.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:57:32 GMT";
arnews[0] += "
";
arnews[1]="Debate was a damp squib
";
arnews[1] += "Had Fintan O'Toole , Shane Ross , Pat Leahy and Matt Cooper invited me to a four way book promotion in the National Concert Hall on Wednesday night, I probably would have declined their kind offer.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 09:36:46 GMT";
arnews[1] += "
";
arnews[2]="Sligo stores scoop top retailing awards
";
arnews[2] += "THREE Sligo stores were winners at the Londis Retailing Excellence Awards 2009. O'Kelly's Londis Cleveragh Road, Sligo and Reape's Londis, Enniscrone were among those selected for a Gold Award, while Londis Grange service station was selected for a Silver Award.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 03:00:06 GMT";
arnews[2] += "
";
arnews[3]="Jerry Hall to present award at Off The Rails
";
arnews[3] += "It has been revealed that supermodel Jerry Hall will be presenting an award at RTE's Off the Rails fashion awards this November.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 16:02:56 GMT";
arnews[3] += "
";
arnews[4]="All Ireland Talent Show heads East
";
arnews[4] += "Grainne Seoige has announced that the final week of 'The All Ireland Talent Show' auditions will take place tomorrow in Kilkenny.";
arnews[4] += "
Publ.Date : Fri, 25 Sep 2009 11:00:05 GMT";
arnews[4] += "
";
arnews[5]="Hospice Chief Eugene has a year to remember
";
arnews[5] += "COUNTY WICKLOW resident, Eugene Murray, found himself in the national spotlight last weekend when he accepted a People of the Year award on behalf of the Irish Hospice Foundation.";
arnews[5] += "
Publ.Date : Wed, 16 Sep 2009 07:00:00 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("