var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Irish Short Course Championships: Sycerika McMahon Downs Irish Record
";
arnews[0] += "DUBLIN, Ireland, November 20. SYCERIKA McMahon, 14, has been the highlight of the first few days of swimming at the Irish Short Course Championships held in Dublin.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:41:05 GMT";
arnews[0] += "
";
arnews[1]="Film, TV production take E217m hit in 09
";
arnews[1] += "Friday, November 20 14:14:26 The value of feature film, television and animation productions in Ireland will have fallen by around E217m by the end of the current year, according to The Audiovisual Federation, which published its 2009 review today.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:07:59 GMT";
arnews[1] += "
";
arnews[2]="Film and TV industry remains boon to Irish economy
";
arnews[2] += "Irelanda s film and television industry is still boosting the economy despite the recession, a business group said today.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:53:10 GMT";
arnews[2] += "
";
arnews[3]="Graham Knuttel to appear in Tullamore
";
arnews[3] += "Graham Knuttell at the launch of the Tipperary Crystal Tipperary Crystal Graham Knuttel ceramics range.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:25:23 GMT";
arnews[3] += "
";
arnews[4]="Film and TV still boosting economy
";
arnews[4] += "The country's film and television industry is still boosting the economy despite the recession, according to a business group.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:06:34 GMT";
arnews[4] += "
";
arnews[5]="Morgan Freeman's Digiboo Puts a Movie Rental Store into a USB Kiosk
";
arnews[5] += "While it makes us uncomfortable when we hear that a new venture from movie legend Morgan Freeman is called Digiboo, we still love the concept .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:40: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("