!7 p { showBigText("Visitors!", "getVisitors", 60000); hideConsole(); } static S[] getVisitors() { int n = parseFirstInt(ai1_cookiesToday()); ret new S[] { str(n), n + " visitors" }; }