new columns in the users table
ctHits, ctHitsToday, whenLastHit
when the user calls savePrefs, we
if now not in the same day as whenLastHit
ctHitsToday++
ctHits++
set whenLastHit to now
this will give us a way to see who's using the system most
really important in startup mode