<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Const L_ADD_TEXT = " Add " Const L_REMOVE_TEXT = "Remove" %>
<% if Session("IsAdmin") then %>

<% end if %>