!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 { if (loadPageWithTimeout(url, timeout) != null) print("Server OK"); else print("Server fail"); } }