% if instr(Request.servervariables("HTTP_USER_AGENT"),"Firefox") > 0 then Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 end if dim startTime, tempStr startTime = Timer %>