InitNetwork();
ReceiveHTTPFile("
http://dis.4chan.org/prog/", "archive"+StrU(Date())+".htm");
If OpenWindow(0, 0, 0, 600, 300, "EXPERT PROGRAMMERS USE BLUB", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
WebGadget(0, 10, 10, 580, 280, "
http://www.example.com");
Repeat
Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf