Image

body onload alternative

Is there an alternative to body onload? I have this:

<body onload="useStyleAgain('styleTestStore');" onunload="rememberStyle('styleTestStore');">

and I'd rather put it in a .js file rather than on every page of my site. Is it possible to convert my body onload to something like this:

<script>...</script>

And, if so, can you show me how.

Thanks,

Klaus