!7 // Make code smaller import static x30_pkg.x30_util.jlabel; import static x30_pkg.x30_util.newTypeWriterTextArea; import static x30_pkg.x30_util.callOpt; import static x30_pkg.x30_util.call; import static x30_pkg.x30_util.getOpt; import static x30_pkg.x30_util.get; import static x30_pkg.x30_util.call; import static x30_pkg.x30_util.set; import static x30_pkg.x30_util.setOpt; import static x30_pkg.x30_util.l; import static x30_pkg.x30_util.vm_generalMap; set flag NoSwitchableFields. set flag NoMenuItems. sclass HomePageVisitors extends DynBigNumber { start { setDescription("HOME PAGE VISITORS"); ownTimer(doEveryAndNow(60000, r actualUpdate)); } void actualUpdate { setValue(or(firstIntAsString(ai1_cookiesToday()), "?")); } }