var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sharon's surprise at news of Sexiest Woman poll win
";
arnews[0] += "In typically modest fashion, Sharon Ni Bheolain laughs in surprise at being told that she is officially Ireland 's Sexiest Woman, as voted by readers of the Sunday Independent.";
arnews[0] += "
Publ.Date : Sun, 17 Jan 2010 08:33:35 GMT";
arnews[0] += "
";
arnews[1]="Cloughaneely band on the march
";
arnews[1] += "The people of the northwest are hoping that the Cloughaneely band will march to victory after getting a place in the The All Ireland Show on Sunday night.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Singer Tara progresses in Talent Show
";
arnews[2] += "Singer Tara Burke McDonnell is the latest act to secure a place in the semi-finals of 'The All Ireland Talent Show'. The singer, who is representing Daithi O'Se's Western region, sang a Sean Nos version of 'Will Ye Go Lassie Go' on last night's live show, proving popular with the judges and the voting public.";
arnews[2] += "
Publ.Date : Mon, 11 Jan 2010 11:01:34 GMT";
arnews[2] += "
";
arnews[3]="Mary Kenny: Tressed to impress -- how headgear became old hat
";
arnews[3] += "Freezing, isn't it? Look on the bright side: a cold winter is God's way of telling the climate change fanatics that the weather is something you can never predict with certainty.";
arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 08:59:36 GMT";
arnews[3] += "
";
arnews[4]="05:00 Tressed to impress -- how headgear became old hat
";
arnews[4] += "Freezing, isn't it? Look on the bright side: a cold winter is God's way of telling the climate change fanatics that the weather is something you can never predict with certainty.";
arnews[4] += "
Publ.Date : Mon, 21 Dec 2009 05:40:39 GMT";
arnews[4] += "
";
arnews[5]="Blathnaid is back
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 18 Nov 2009 17:57:32 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("