The page source shows
..function foo(){..}..<a href="javascript:foo()">blah</a>
When I click "blah", the browser complains "object expected". This page contains many scripts; and Javascript console doesn't show any warning/error in FF after page fully loaded. Is there any limit of # fo JSs?