var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Bristol scoop second place at Students Championships
"; arnews[0] += "Athletics round-up: Great Britain international Claire Hallissey led University of Bristol to their best team result as they finished second in the British Students Cross Country Championships at Stirling University."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Minister to reveal new payouts for troops hurt on frontline
"; arnews[1] += "By Sam Marsden BRITISH troops wounded in Afghanistan and Iraq will benefit from changes to the military's compensation scheme to be announced this week Defence Secretary Bob Ainsworth announced in July he was bringing forward a review of the controversial Armed Forces Compensation Scheme ."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 00:00:00 GMT"; arnews[1] += "
"; arnews[2]="Tragedy inspires surf boat champions
"; arnews[2] += "VICTORY: Titahi Bay score a poignant win at the North Island surf boat champs in Waihi Beach yesterday, securing the national series title."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 16:25:46 GMT"; arnews[2] += "
"; arnews[3]="Esprit Shares Drop After Former Chairman Ying Sells $600 Million of Stock
"; arnews[3] += "Esprit Holdings Ltd. , the biggest Hong Kong-listed clothier, fell the most in seven weeks on the citya s stock exchange after former Chairman Michael Ying sold HK$4.67 billion of stock."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 01:59:58 GMT"; arnews[3] += "
"; arnews[4]="Esprit Former Chairman Sells $396 Million of Stock After Gains
"; arnews[4] += "Esprit Holdings Ltd. former Chairman Michael Ying sold HK$3.08 billion of stock in the biggest Hong Kong-listed clothier, according to an e-mail sent yesterday to fund managers by UBS AG, the sale arranger."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 00:52:04 GMT"; arnews[4] += "
"; arnews[5]="Matthew Bowman, 9, lines up for Leeds United
"; arnews[5] += "A Scarborough youngster is in line to make his debut for Leeds United Academy under-nines against Newcastle United on Sunday."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 22:40:46 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("
");