Log.info("Gears is installed: " + Gears.isInstalled());
if (Gears.isInstalled()) {
try {
db = new SimpleGearsDatabase("tocollege.net");
db.createKeyedStringStore(MATCH);
db.createKeyedStringStore(PROCESSTYPE);
} catch (GearsException e) {
// Must handle gracefully. This error may be as simple as