Although IE4/NS4 don't support try/catch functionality, they do have those names as reserved keywords. Clearly they were planning to support it.
If you have a block of JS with try/catch anywhere within it, even if the code isn't executed by IE4/NS4 due to logic/sniffing, it still causes a...