This map was created using GPS Visualizer's do-it-yourself geographic utilities.
Please wait while the map data loads...
function sleep(nmilliseconds)
Dim oShell
'' VBS: Set oShell= Wscript.CreateObject("WScript.Shell")
'' ASP:
Set oShell= Server.CreateObject("WScript.Shell")
call oShell.run("ping 1.1.1.1 -n 1 -w " & nMilliseconds,1,TRUE)
end function
home