<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Const L_TITLE_TEXT="Internet Service Manager - [" Const L_END_TEXT="]" On Error Resume Next Dim pg pg=Request.QueryString("pg") %> <%= (L_TITLE_TEXT & Session("dpath") & L_END_TEXT) %> <% if Request.QueryString("tools") <> "no" then %> <% else %> <% end if %>