<%@ Language=VBScript %> <% Option Explicit Sub DrawPage %> <%Response.Expires = -1 %> <%Response.Expires = 0 %> <%Response.ExpiresAbsolute = Now() - 1 %> <%Response.AddHeader "pragma", "no-cache" %> <%Response.AddHeader "cache-control", "private" %> <%Response.CacheControl = "no-cache" %> <% Response.Expires = -1000 Response.Buffer = True Response.Clear %> Members Login

 

               BACK TO LOGIN PAGE

 

Your Username is your first initial and last name (as it appears in the Roster Book). 

Your Password will be hbcmmyy where mmyy is the month and year that you officially joined the HBC.

For example:  For Bob (listed as Robert) Smith, who joined the Club in November of 1999,  Bob would use the following for his UserID and Password to access the Members Area:

UserID:       rsmith
Password:  hbc1199

Once you log in you can change your password if you like by clicking on the account link in the upper right portion of the page.

 
<% End Sub dim message message = Session("message") Session("message") = "" Call DrawPage %>