var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Safe Kids Canada asks public for support for helmets on the slopes
"; arnews[0] += "Safe Kids Canada is asking the public for their virtual votes in favour of the use of helmets on the slopes."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:45:13 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]="Clash of the Titans Remake Trailer Tantalizes Greek Mythology Fans
"; arnews[3] += "It's been almost 29 years since the original fantasy epic Clash of the Titans graced theaters - and ever since then, hardcore fans of Greek mythology have been all but forgotten at the box office."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:07:21 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] += "
"; totcount = 5; 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("
");document.write("
");