Lots of fun stuff here.
  1. window scope functions first, second, astatic.
  2. second calls eval() on a window-scope string evalCallsEval
  3. evalCallsEval calls eval() on the window-scope buffer evalCallsStatic
  4. evalCallsStatic calls the window-scope (static) function astatic which fails
01/2007 Works in Firebug 1.1b9 and Fireclipse BUT only one eval-buffer is shown on Firebug.