%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' SE REQUIERE AUTORIZACION If Session("autorizado") <> true Then Response.Redirect("index.asp") End If %>