!7 sS url = "http://ai1.lol/1010504/raw/number-of-threads"; static double timeout = 60.0, delay = 60.0; p { printWithDateAndTimeInThisThread(); repeat with sleep delay { S s = loadPageWithTimeout(url, timeout); if (isInteger(s)) print("Server OK - " + n2(s, "thread", "threads")); else print("Server fail"); } }