Copyright 2005, Oldham County On-Line: "21st Century Technology with a Home Town Touch!"
<%timeEnd=timer()
Response.Write("Page Loaded in " & timeEnd-timeStart & " Seconds on ")
'display which IP address the request came in on:
Response.Write(Request.ServerVariables("LOCAL_ADDR"))
Response.Write("")
%>