var arnews = new Array(11); totcount = 10; rnd = 1; document.title=document.title+ " "; arnews[0]="DoH loses £200m on swine flu vaccine - Healthcare Republic
"; arnews[0] += "
"; arnews[1]="Bird flu surveillance continues in ND - KXNet.com
"; arnews[1] += "
"; arnews[2]="Medicago announces a single low dose of its H5 VLP Vaccine achieves 100% cross ... - Canada NewsWire (press release)
"; arnews[2] += "
"; arnews[3]="£200M SWINE FLU WASTE - Express.co.uk
"; arnews[3] += "
"; arnews[4]="Japan to Resume Imports of Korean Poultry - The Chosun Ilbo
"; arnews[4] += "
"; arnews[5]="Avian flu still likely to strike in humans, says Welsh expert - WalesOnline
"; arnews[5] += "
"; arnews[6]="Mice trained to sniff out disease - msnbc.com (blog)
"; arnews[6] += "
"; arnews[7]="Precautions urged - Al-Ahram Weekly
"; arnews[7] += "
"; arnews[8]="Fearing for Net Neutrality - World News Heard now (blog)
"; arnews[8] += "
"; arnews[9]="Dogs and Mice Sniff Feces to Prevent International Avian Flu Epidemic - Fast Company
"; 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("
");document.write("
");