%@ LANGUAGE=VBSCRIPT %> <%Option Explicit%> <% Response.Expires=0 dim LogFlag if Session("logged")<>"" then LogFlag=true else LogFlag=false end if %>