Quote Originally Posted by fluxem View Post
anyone have a suggestion?
Typically, if you want to run multiple JS scripts "On Load" you would need to separate them with a comma as so:

onLoad="preloadImages(), yournextscripthere(), ifyouhaveanother();"