!752 static O mainBot; static S html(S subURI) { O visitorsBot = callOpt(mainBot, "getBot", "#1002157"); S html = ""; if (visitorsBot != null) html = "\n"; S url = "http://bots.tinybrain.de/1002150/raw?bottomLink=%3Ca+href%3D%22http%3A%2F%2Ftinybrain.de%3A8080%2Fgetraw.php%3Fid%3D754%26%2338%3BcontentType%3Dtext%2Fhtml%22%3Emore%3C%2Fa%3E&id=%231002132&slogan=Eleutheria+is+learning+how+to+think.&sloganStyle=font-size%3A+30px"; html += loadPage(url); // TODO: cookies and such ret html; }