Hey there,

I have hid a bit of a I have 2 extrnal jscript files I want ot call (on all pages) and I require to add 1 small javascript extract to all pages (needs to be at bottom of page before </body>) how would I go about accomplishing this?

SO for summary

I need this in header section
Code:
<script type="text/javascript" src="jscripts/custom_action.js" ></script>
and require this at bottom of page before </body>
Code:
<script type="text/javascript">
javascript function calling thing goes here
</script>
Regards,
Johan
a.k.a. Noob in Need!