var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Fashion Star Of The Week: Kate Beckinsale
"; arnews[0] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT"; arnews[0] += "
"; arnews[1]="College friends, lecturers bid final farewell to crash victim
"; arnews[1] += "A SHOCKED university community left their lecture halls yesterday to say a last goodbye to the young victim of a road crash that claimed four lives."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:37:41 GMT"; arnews[1] += "
"; arnews[2]="Unsung heroes recognised at special awards evening
"; arnews[2] += "SELFLESS community figures have been recognised for their tireless efforts - \" with great news for two volunteers from Kiveton and Maltby."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="Depp, Olsens, and DeVito Celebrate Tim Burton's MoMA Exhibit
"; arnews[3] += "What is it like to be the subject of a museum exhibition? \"It's amazing. It's something that's never happened before, so it's even more surreal than a movie premiere, because it's more personal."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:01:20 GMT"; arnews[3] += "
"; arnews[4]="Student fighting for life in hospital
"; arnews[4] += "THE driver of the car in which four students were killed on the Galway-Mayo border on Tuesday evening was fighting for her life last night."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 03:31:20 GMT"; arnews[4] += "
"; arnews[5]="NRA urged to improve deadly bend where four students lost their lives
"; arnews[5] += "THE NATIONAL Roads Authority has been urged to take immediate action to improve the stretch of road on the Galway-Mayo border where four young students lost their lives in a collision between a car and a truck on Tuesday night."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:52:16 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("
");document.write("
");