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

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

quiz_url[0]="informed/facts/quiz/quiz-abuse.html";
quiz_desc1[0]="According to statistics from 2000, what percentage of child abuse cases in San Mateo County involve sexual abuse?";
quiz_desc2[0]="1. 12<BR>2. 20<BR>3. 33";

quiz_url[1]="informed/facts/quiz/quiz-birth.html";
quiz_desc1[1]="What percentage of children in Santa Clara County are born at a low birth weight (less than 5.5 lbs)?";
quiz_desc2[1]="1. 12 percent<br>2. 2 percent<br>3. 6 percent";

quiz_url[2]="informed/facts/quiz/quiz-dentist.html";
quiz_desc1[2]="What percentage of San Mateo County children ages 2-5 were seen by a dentist in the last year?";
quiz_desc2[2]="1. 32 percent<BR>2. 89 percent<BR> 3. 59 percent";

quiz_url[3]="informed/facts/quiz/quiz-foster.html";
quiz_desc1[3]="In Santa Clara County, children from which of the following ethnic groups are likely to stay in foster care kin placements (with relatives) the longest?";
quiz_desc2[3]="1. African American<BR>2. Hispanic/Latino<BR>3. Caucasian";

quiz_url[4]="informed/facts/quiz/quiz-immunizations.html";
quiz_desc1[4]="What percentage of children in San Mateo County receive the immunizations recommended by age 2?";
quiz_desc2[4]="1. 95 percent<BR>2. 84 percent<BR>3. 73 percent";

quiz_url[5]="informed/facts/quiz/quiz-insurance.html";
quiz_desc1[5]="What percentage of children in Santa Clara County lack health insurance?";
quiz_desc2[5]="1. 10 percent<BR>2. 7 percent<BR>3. 3 percent";
