var quiz_url = new makeArray3(6);
var quiz_desc1 = new makeArray3(6);
var quiz_desc2 = new makeArray3(6);

function quiz()
{var num_raw = Math.random()*5;
var num = Math.round(num_raw);
return num;}

quiz_url[0]="fundraising/lpch/quiz/quiz-asthma.html";
quiz_desc1[0]="What percentage of children in industrialized countries suffer from asthma and allergic diseases?";
quiz_desc2[0]="1. 5-10 percent<BR>2. 15-25 percent<BR>3. 20-30 percent";

quiz_url[1]="fundraising/lpch/quiz/quiz-babies.html";
quiz_desc1[1]="How many babies were born in 2002 at Packard’s Johnson Center for Obstetric and Newborn Care?";
quiz_desc2[1]="1. 4,254<BR>2. 5,030<BR>3. 7,568";

quiz_url[2]="fundraising/lpch/quiz/quiz-disease.html";
quiz_desc1[2]="What is the leading cause of death by disease in children ages 1-14?";
quiz_desc2[2]="1. Heart Disese<BR>2. Cystic Fibrosis<BR>3. Cancer";

quiz_url[3]="fundraising/lpch/quiz/quiz-heart.html";
quiz_desc1[3]="How many children in the United States are born each year with congenital heart defects?";
quiz_desc2[3]="1. 25,000<BR>2. 5,000<BR>3. 40,000";

quiz_url[4]="fundraising/lpch/quiz/quiz-kidney.html";
quiz_desc1[4]="About how many children receive liver and/or kidney transplants annually at Packard Children’s Hospital?";
quiz_desc2[4]="1. 30<BR>2. 50<BR>3. 375";

quiz_url[5]="fundraising/lpch/quiz/quiz-translate.html";
quiz_desc1[5]="What percentage of families at Packard Children's Hospital need help translating medical information into another language than English?";
quiz_desc2[5]="1. 35 percent<BR>2. 24 percent<BR>3. 49 percent";