<%@ LANGUAGE="VBSCRIPT" %> <% ' ' This file contains the Configuration Section of the ' Membership Script. Please customize the following lines ' to tailor it to your site. ' ' Please note that no other pages of the site need to be ' modified. ' ' Copyright 2000, Manas Tungare's Script Archive, www.manastungare.com ' Const SiteTitle = "Manas Tungare's Script Archive" Const SiteID = "ManasTungare" Const LoginButton = "Login" Const LogoutButton = "Logout" Const JoinButton = "Join" Const CancelButton = "Cancel" Const EditButton = "Edit your Profile" Sub WriteNavigationBar () Response.Write "
" If Session(SiteID + "Authentication") = True Then Response.Write "Logout | " Else Response.Write "Login | " End If Response.Write "Join | " Response.Write "Cancel
" End Sub %> <% Response.Buffer = True Response.Expires = -1000 If Session(SiteID + "Authentication") = False Then Response.Redirect "http://www.allgovernmentjobs.com/bg/accessdenied.asp" End If %> allgovernmentjobs.com