When I load the page in firefox, the error console says "Error in parsing value for property'display'. Declaration dropped." The word "display" doesn't appear anywhere in my project directory. When I click the link, it shows the generated page, but my javascript stuff is missing. The code does not vanish using IE.

When I use the javascript debugger in firefox, I click the start button. I get "Error ``ReCallServer is not defined'' [xs] in file" over and over until I click the stop button. It's as if the code vanished after the button was clicked and the timer was started.

Delay is gotten from a text box which is controled by an AJAX slider control I've tried values from 1 to 101. The results are always the same. I've hard coded the value "10" and still get the same result.

In IE and VS. .NET (I've used both 2005 and Orcas Beta 1 for debugging) I click "Start one time. I trace the code for the start event handler, which initializes the two timers. Then it calls HitScreen, steps through the code, and then breaks upon exit from HitScreen.