<!--//Begin
var howMany = 11
var quote = new Array(howMany+1)
quote[0]="<a href='../diseases/malaria.asp'>Malaria</a> causes 1.5-2.7 million deaths yearly."
quote[1]="<a href='../diseases/chagas.asp'>Chagas</a> disease places an estimated one fourth of the Latin American population at risk."
quote[2]="In South Africa, a typical company will lose one fifth of its workforce to <a href='../diseases/hiv_aids.asp'>AIDS</a> by 2012."
quote[3]="More people are living with <a href='../diseases/hiv_aids.asp'>AIDS</a> in the US than ever before."
quote[4]="Some microbes, like the ones that cause <a href='../diseases/tuberculosis.asp'>tuberculosis</a> and <a href='../diseases/malaria.asp'>malaria</a>, have become dangerously drug resistant."
quote[5]="<a href='../diseases/Leishmaniasis.asp'>Leishmaniasis</a> leaves permanent scarring which socially stigmatizes those who contract the disease."
quote[6]="In South Africa, one in four people may be <a href='../diseases/hiv_aids.asp'>HIV</a> positive."
quote[7]="Every minute, six young people under the age of 25 become infected with <a href='../diseases/hiv_aids.asp'>HIV</a>."
quote[8]="One-third of the world’s population carries the bacterium that causes <a href='../diseases/tuberculosis.asp'>tuberculosis</a>."
quote[9]="A child in Africa dies from <a href='../diseases/malaria.asp'>malaria</a> every 30 seconds."
quote[10]=" <a href='../diseases/candidiasis.asp'>Candidiasis</a> is the most common <a href='../diseases/hiv_aids.asp'>AIDS</a>-related infection."


function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)
// End -->
