!7 sS url = "http://localhost:80"; 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"); } }