var arnews = new Array(10); totcount = 10; rnd = 1; document.write("
| ");
arnews[0]="Urine wanted to test odour device "; arnews[0] += "Bristol researchers developing an odour detector to help incontinence sufferers offer volunteers vouchers in exchange for urine."; arnews[0] += " "; arnews[1]="How insect brains could be used to fight MRSA "; arnews[1] += "Cockroach and locust brains are a rich source of antibiotics powerful enough to tackle MRSA, researchers say."; arnews[1] += " "; arnews[2]="Organic goods "; arnews[2] += "Could allowing the sale of body parts be the way to encourage donors?"; arnews[2] += " "; arnews[3]="Hip fracture 'was excruciating' "; arnews[3] += "Amy Brown, who fractured her hip four months ago, speaks to the BBC about her experience."; arnews[3] += " "; arnews[4]="North-South split in alcohol harm "; arnews[4] += "Figures reveal stark geographical divisions in the toll alcohol takes on health in England."; arnews[4] += " "; arnews[5]="Motion capture clue to human behaviour "; arnews[5] += "The system of digitising actors to create characters in films like Avatar is being used to measure human behaviour in real life."; arnews[5] += " "; arnews[6]="How to spot and combat bedbugs "; arnews[6] += "Clive Boase: \"Education and awareness is key\" in combating bed bug infestation."; arnews[6] += " "; arnews[7]="Medieval munchies "; arnews[7] += "How an ancient diet could aid healthy eating"; arnews[7] += " "; arnews[8]="More than once bitten "; arnews[8] += "Why bed-bugs are on the march again"; arnews[8] += " "; arnews[9]="Mental challenge "; arnews[9] += "How will the Chilean miners deal with being trapped underground?"; arnews[9] += " "; totcount = 10; 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]); } document.write(" |