<%
IF Request.Cookies("ASPWPPadLockCookie")("Group") <> "Users" THEN
' Display a message
Response.Write "Sorry, you do not have permission to view this data."
' Send the user to another page. Simply replace index.asp with the virtual path to the page you want the user redirected to.
' Response.Redirect("/remotesupport.htm")
%>
<% END IF %>