[jQuery] only one $(document).ready() with IE6?

[jQuery] only one $(document).ready() with IE6?


Hi,
Newbie here. I have two JS files, common.js and homepage.js. Both
have calls to $(document).ready(). Using FF, both $(document).ready()
methods execute, but in IE6, only one does. Is this a known problem?
Thanks,
Stan McFarland