If ABCD is a 2X2 square, E is the midpoint of AB, F is the midpoint of BC, AF and DE intersect at I, and BD and AF intersect at H, then the area of quadrilateral BEIH is[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
pair B=origin, A=(0,2), C=(2,0), D=(2,2), E=(0,1), F=(1,0);
draw(A--E--B--F--C--D--A--F^^E--D--B);
label("A", A, NW);
label("B", B, SW);
label("C", C, SE);
label("D", D, NE);
label("E", E, W);
label("F", F, S);
label("H", (.8,0.6));
label("I", (0.4,1.4));
[/asy]<spanclass=′latex−bold′>(A)</span>31<spanclass=′latex−bold′>(B)</span>52<spanclass=′latex−bold′>(C)</span>157<spanclass=′latex−bold′>(D)</span>158<spanclass=′latex−bold′>(E)</span>53