Basically here's what I have to do, but I can't seem to make it work correctly:
I have to get the following, right above the < /head>:
<script language="javascript" src="/resources/sniffer.js">< /script>
<script language="javascript1.2" src="/resources/custom.js">< /script>
<script language="javascript1.2" src="/resources/style.js">< /script>
and the following at the end of the < /body> tag:
< script language="javascript1.2" src="/resources/menu.js"></ script>
and the note says: "Whatever you do, do not put the include inside a table cell, a div or any other positioning element"
Aeigh!