<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% OPTION EXPLICIT Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" Response.Clear Response.AddHeader "Cache-Control", "no-cache" Response.AddHeader "Cache-Control", "private" Response.AddHeader "Cache-Control", "no-store" Response.AddHeader "Cache-Control", "must-revalidate" Response.AddHeader "Cache-Control", "max-stale=0" Response.AddHeader "Cache-Control", "post-check=0" Response.AddHeader "Cache-Control", "pre-check=0" Response.AddHeader "Pragma", "no-cache" Response.AddHeader "Keep-Alive", "timeout=3, max=993" Response.AddHeader "Expires", "Mon, 26 Jul 1997 05:00:00 GMT" %> <%If CONFIG.Setting("Layout") = "Left" Then%>
<%ElseIf CONFIG.Setting("Layout") = "Top" Then%>
<%ElseIf CONFIG.Setting("Layout") = "Right" Then%>
<%End If%>