<%@ LANGUAGE="VBScript" %> <% ' ' Check if people registered for shift/logbook writing ' registered=0 ' ' you can only registered if you are at BNL ' If cloc="CH" Then Response.Cookies("CTEST")="cookieset" If Request.Cookies("PHOBOSPORTAL").HasKeys Then strCookie1=Request.Cookies("PHOBOSPORTAL")("OPERATOR1") If Not (IsNull(strCookie1) OR ( Len(strCookie1) = 0)) Then registered=1 End If End if End If %> <% If cloc="CH" Then %> <% Else %> <% End If %> Phobos Counting House Portal <% If registered=0 Then %> <% Else %> <% End If %> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body>