!7 sclass HomePageVisitors extends DynBigNumber { void start { super.start(); setDescription("HOME PAGE VISITORS"); ownTimer(doEveryAndNow(60000, r actualUpdate)); } void actualUpdate { setValue(or(firstIntAsString(ai1_cookiesToday()), "?")); } }