<!--
function quote() {
};
quote = new quote();
number = 0;
quote[number++] = "<a href='http://www.aids.org/atn/a-408-01.html' target='_blank'><b>Important Research, Not So New</b></a>.The mid-December press reports about an AIDS drug breakthrough were exaggerated, but the research described is important. It concerns the development of a class of related experimental drugs that work like efavirenz or nevirapine, but appear to be more powerful and much less subject to resistance."
quote[number++] = "<a href='http://www.aids.org/atn/a-408-02.html' target='_blank'><b>Warning: Do Not Combine Reyataz and Prilosec</b></a>.The combination has been found to reduce blood levels of the antiretroviral to about a quarter of what they should be."
quote[number++] = "<a href='http://www.aids.org/atn/a-408-05.html' target='_blank'><b>Africa: Children’s Access to Prophylaxis May Improve After Medical Study, New WHO Recommendations</b></a>On November 22, 2004, days after The Lancet reported that the cheap antibiotic co-trimoxazole (Septra, Bactrim, and other brand names) had dramatically reduced death in a group of Zambian children with HIV, the World Health Organization (WHO), UNAIDS and UNICEF released a statement recommending the drug for all children with HIV symptoms in poor countries. But activists say the global health authorities’ seemingly quick action came years -- even decades -- late, and it will take a lot more work to actually deliver the drug’s lifesaving promise."
increment = Math.floor(Math.random() * number);
document.write(quote[increment]);
//-->