I've noticed that if you include two external Javascript files and both add functions to the window.onload event then only one will work. Is there a way to enable both to work? I want to have a reusable external script file that can be dropped into web pages that may already use window.onload. Maybe is there an alternative to onload?