var arnews = new Array(11); totcount = 10; rnd = 1; document.title=document.title+ " "; arnews[0]="J&J giving $200 million for health of women, kids - The Associated Press
"; arnews[0] += "
"; arnews[1]="Kids on HIV Drug Cocktail May Need Revaccination - BusinessWeek
"; arnews[1] += "
"; arnews[2]="Gang member admits to exposing women to HIV/AIDS - San Bernardino Sun
"; arnews[2] += "
"; arnews[3]="Unapproved Drugs Mixed With HIV Medications Can be a Risky Prescription - Huffington Post (blog)
"; arnews[3] += "
"; arnews[4]="Nevirapine Reuse in Children With HIV May Be Safe Switch from protease ... - ModernMedicine
"; arnews[4] += "
"; arnews[5]="Japan good on HIV globally but not at home: UN exec - The Japan Times
"; arnews[5] += "
"; arnews[6]="Bristol to remember those affected by HIV/AIDS - Bristol Press
"; arnews[6] += "
"; arnews[7]="Closer and closer - Times LIVE
"; arnews[7] += "
"; arnews[8]="HIV spread "out of control" among French gay men - Reuters Africa
"; arnews[8] += "
"; arnews[9]="Cheaper HIV Treatment From Boehringer Beats Abbott's in Infants - Bloomberg
"; 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("
");