`whenYear` >='-3000'
AND `whenYear` <='3000'
AND
(`whereLoc` ='Philadelphia' OR (`whereLon` >='-75.456' And`whereLon` <='-74.876'And`whereLat` >='39.66'And`whereLat` <='40.24'))
ORDER BY `whenYear` ASC, `whenMonth` ASC , `whenDay` ASC,`eventSig` DESC
LIMIT
0
,
100