never seen that happen. more likely a router failure or highjacking.
a) reload the firmware into the router
b) disable Remote Mgmt (port 8080)
c) change the router admin/pwd
that's a seperate problem
stalling durring page loading is most frequently a webserver stalling; here's why:
Code:
browser click-->request to server
server finds page and begins reply
(http/1.1 replies have a length code in the start of the data)
<----
browser gets the length code and begins reading
calculate newSize = lastsizeRequested - lastSizeRecvd
readAgan(newSize)
this will loop until newSize is zero (or stall when nothing else sent and size >0)
Now TS is(has been stable), so I would suspect some add-on or virus is playing with the data stream.
Suggest running Spybot S&D; Mode->advanced
tools->verify the Winsock stack items are all known