About the window that flashes on when the opening page is loaded
(Unless your browser is set to block pop-ups. This you can change.)

  1. The flash window stays for twenty seconds. Click the browser's refresh button to flash it on for another twenty seconds.
  2. If we've missed your birthday, please send us an e-mail and tell us about it.
  3. The window is flashed by some Java Script which is part of the opening page code. If you'd like to see the code, Right click in the opening page and choose 'view source.' Therein the birthday names are stored in two arrays called Members (for one digit months, Jan.-Oct ,array indices 0-9) and Members2 (for two digit months, Nov.-Dec, array indices 10-11.) You can scroll down to your birthday month to see if your name is there. The indices are in parentheses with day and then month. For example 239 in Members would be October 23 and 1310 in Members2 would be November 13. 

Return to Home Page