911.m

for(int x=0;x < 2819;x++) {
	Person *p = [victimsOf911 objectAtIndex:x];
	Family *f = [families familyForPerson:p];
	[self prayingFor:f];
}