quotes = new Array(44);

quotes[0] = "In 2002, 12.1% of the U.S. population was in poverty, according to guidelines published by the U.S. Department for Health and Human Service and the U.S. Census Bureau. That's more than 34 million people.";
quotes[1] = "In 2001, 2.7 billion people - almost half the world's population - were in poverty.";
quotes[2] = "Today, more than one billion people are illierate.";
quotes[3] = "In some countries, for every dollar received in international aid, $2.30 is spent in debt payments.";
quotes[4] = "1.1 billion people live on less than $1 a day.";
quotes[5] = "113 million children do not actively attend primary school in developing countries.";
quotes[6] = "264 million children do not actively attend secondary school in developing countries.";
quotes[7] = "Every five seconds, a child dies of hunger.";
quotes[8] = "Eight million people die from poverty-related causes each year.";
quotes[9] = "25,000 people die from poverty-related causes each day.";
quotes[10] = "Every day, 800 million people go hungry.";
quotes[11] = "The Gross National Product of all sub-Saharan African countries combined is less than the wealth of the world's 457 billionaires.";
quotes[12] = "Daily World Food Programme food rations cost only 29 cents.";
quotes[13] = "There are 214 million extremely malnourished people today.";
quotes[14] = "Only about five billion dollars are needed to assist the world's most severly undernourished people.";
quotes[15] = "Infectious diseases kill 14.9 million people each year.";
quotes[16] = "Malaria kills 1.2 million people each year.";
quotes[17] = "Malaria costs Africa $12 billion a year in lost productivity.";
quotes[18] = "Tuberculosis kills 1.6 million people each year.";
quotes[19] = "Diarrhea kills 1.8 million people each year.";
quotes[20] = "14,000 people are infected with HIV every day.";
quotes[21] = "Five million people are infected with HIV every year.";
quotes[22] = "More than three million died from AIDS in 2004.";
quotes[23] = "There are currently more than 13 million AIDS orphans.";
quotes[24] = "55% of Grameen Bank microcredit borrowers have escaped poverty because of it.";
quotes[25] = "Industrialized countries promised to increase development aid spending to 0.7% of the GNI by 2015. Right now, the U.S. spends only 0.15% of the GNI on aid.";
quotes[26] = "In 2004, developed countries gave $78 billion in development aid.";
quotes[27] = "The World Bank loans around $22 billion annually.";
quotes[28] = "In 2004, the African continent had $295 billion in unpaid debt.";
quotes[29] = "The World Bank's debt relief program has provided $37 billion in debt relief so far.";
quotes[30] = "In Zambia, one teacher dies every day due to HIV/AIDS.";
quotes[31] = "In Africa, for every case of malaria, more than $8 is wasted due to lost productivity.";
quotes[32] = "There are around 425 million cases of malaria each year, almost all in developing nations.";
quotes[33] = "South Africa's social development program loses around 10% of its annual budget due to corruption.";
quotes[34] = "Low-income families spend 2.3% of their income on corruption-related costs in Cambodia.";
quotes[35] = "The World Bank's anti-corruption unit has pursued 25 convictions in several countries.";
quotes[36] = "By 2015, the World Trade Organization's Doha Development Agenda could cut poverty by 7%.";
quotes[37] = "Grameen Bank, a microfinance institution, has a 99.01% recovery rate for its microcredit loans.";
quotes[38] = "In some cases, poor individuals are charged up to 3600% interest on loans, in the absence of microcredit institutions.";
quotes[39] = "Inflation in some developing nations is as high as 420%.";
quotes[40] = "Increasing girls' attendance in school also increase income.";
quotes[41] = "49% of people living in sub-Saharan Africa live on less than $1 a day.";
quotes[42] = "488 million people live on less than $1 a day in Southeast Asia.";
quotes[43] = "GDP per capita is about 14 times higher in developed countries than in sub-Saharan Africa.";

index = Math.floor(Math.random() * quotes.length);

document.write(quotes[index]);