Hint:
IE4 doesn't implement document.onload!
Workarounds:
use IE4's window.onload
hard code in HTML as <BODY ONLOAD="foo();">
Speaker Notes