<!--
function quote() {
};
quote = new quote();
number = 0;
quote[number++] = "With the current disease burden HIV will emerg as the largest cause of adult moratility this decade.<br/>- UNAIDS"
quote[number++] = "for new drugs, there needs to be an internationally supported enforcable system that reduces prices to affordatble level in developing countries.<br/>- Daniel Berman, coordinator AEMP."
quote[number++] = "The three-by-five target must not become another unmet UN target<br/>- Nathan ford. Medicines sans frontieres<a href='2003.html#3by5'>See details</a>"
quote[number++] = "the epidenmic disproportionately affects women and adolescnet girls who are socailly,culturally,<br/>biologically and economically more vunerable and who shoulder the burden of caring for the sick and caring.<br/>- UNAIDS"
quote[number++] = "Interventions must be aimed at men(as well as women) if women are to be protected.<br/>- WHO"
quote[number++] = "The Paradox of HIV treatment is that sometimes the cure feels worse than the disease, especailly when treatement begins before symptoms arise.<br/>- Dr. Stine"
quote[number++] = "focussing on young people is likely to be the most effective approach to confronting the epidermic, particularly in high prevalence countries.<br/>- WHO"
quote[number++] = "To all of us who are positive stay strong and dont  let anyone put you down, life is not a rehearsal it is here and now so live the best way you can. Just know that every exit is an entry somewhere, and life goes on, stress free.<br/>- DNomakanjani- (HI V+)"
quote[number++]="'landlords have evicted individuals with AIDS' and 'the Social Security Administration is interviewing patients by phone rather than face to face.' -  Dr David Spencer, Commisioner of Health, New York City, USA"
quote[number++]="yet another terrible disease is about to yield to patience, persistence andoutright genius - United States Health and Human Services Secretary Margaret Heckler"
quote[number++]="There's no Patient Zero. It's lots and lots people moving around from New York to San Francisco, and the rest of the world. If there ever was an original <a href='genesis.html#0'>Patient Zero</a>, it would have been back in the mid-seventies. But there isn't an original Patient Zero. - Andrew Moss" 
quote[number++]="Today we are witnessing a turning point in the battle to change AIDS from a fatal disease to a treatable one. - Louis Sullivan"
quote[number++]="How sorry I am, and how embarrassed as an American, that our country whose tradition serves as a proud beacon for emerging democracies, should persist in such misguided and irrational current policy.-  June Osborn, Chairman of the National Commission on AIDS. Airing his view on the ban of HIV victims into the USA"
quote[number++]="But suppose the researchers are looking in the wrong place. Suppose HIV doesn't equal AIDS. Then we will have witnessed the biggest medical and scientific blunder this century. -  The Sunday Times Journalist Neville Hodgkinson"
quote[number++]="the impact has begun to cut deep. Those affected are from the young and able-bodied work-force as well as young intellectuals. - Thabo Mbeki" 
quote[number++]="speak out against the stigma, blame, shame and denial that has thus far been associated with this epidemic. - Nelsom Mandela on world AIDS day 1995"
quote[number++]="If you think the cure is here, think again. The cure is not here. We are a long way from a cure, even for the rich who can afford the treatments.- Eric Sawyer"
quote[number++]="None of us can afford to sit by and watch this epidemic continue to take our neighbors, friends and loved ones from us - President Bill Clinton"
quote[number++]="AIDS is not just a serious threat to our social and economic development, it is a real threat to our very existence, and every effort must be made to bring the problem under control.- President Moi of kenya"
increment = Math.floor(Math.random() * number);
document.write(quote[increment]);
//-->
