var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Leeds Abbey Dash 2009: Record entries received
"; arnews[0] += "A record number of people have signed up for the Leeds Abbey Dash 10km race, say organisers."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 13:46:54 GMT"; arnews[0] += "
"; arnews[1]="Leeds Abbey Dash 2009: Jet2.com staff to join the fun
"; arnews[1] += "By Alison Bellamy Almost 50 employees from Yorkshire's low-cost airline Jet2.com are on the run, to raise much-needed funds for older people."; arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 15:12:41 GMT"; arnews[1] += "
"; arnews[2]="Gifts mean more than you know
"; arnews[2] += "A MORAY soldier serving in Afghanistan has praised the support of the public back in the UK."; arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 13:44:58 GMT"; arnews[2] += "
"; arnews[3]="Leeds United: Former star tipped as reality show contestant
"; arnews[3] += "Former Leeds United hardman Vinnie Jones is being tipped as one of the contestants in the new series of I'm A Celebrity...Get Me Out Of Here! * Click here to sign up to free news and sport email alerts from your YEP."; arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 00:15:12 GMT"; arnews[3] += "
"; arnews[4]="Gifts mean more than you know
"; arnews[4] += "A MORAY soldier serving in Afghanistan has praised the support of the public back in the UK."; arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 18:27:59 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("
");