!7 static double interval = 10; p-noconsole { showBigText("Smart Bot Web Count", f data, toMS(interval)); } static S[] data() { try { S num = loadPage("http://smartbot.botcompany.de/the-big-number"); S title = firstTwoDigits(num) + "/" + lastTwoDigits(num); //ret new S[] { num, num + " webs" }; ret new S[] { num, title }; } catch print short e { ret new S[] { "OFFLINE" }; } }