!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"); ret new S[] { num, num + " webs" }; } catch print short e { ret new S[] { "OFFLINE" }; } }