response.expires = -1
response.expiresabsolute = now() - 1
response.expires = 0
response.cachecontrol = "no-cache"
%>
if path="" then
path=trim(request.querystring("path"))&""
end if
if act="" then
act=lcase(trim(request.querystring("act")))
end if
if page="" then
page=lcase(trim(request.querystring("page")))
end if
if right(path,1)"/" then
path=path&"/"
end if
if left(path,1)"/" then
path="/"&path
end if
if invalidchar(path,0) then
call showmsg("