Topic: javascript not working in header (but working outside punbb)

I've got this page:
http://sixfingerrecords.com/board/index.php

The header code is the exact same as another page, but none of the javascript is working in the punbb header, any ideas?

The same exact javascript, with same exact navigation code works just fine here:
http://sixfingerrecords.com/michaelides/

Help!

Re: javascript not working in header (but working outside punbb)

in the forum

<script type="text/javascript" src="/soopa-rollovers.js"></script>
<script type="text/javascript" src="/soopa-pop.js"></script>

should be

<script type="text/javascript" src="../soopa-rollovers.js"></script>
<script type="text/javascript" src="../soopa-pop.js"></script>

?

Re: javascript not working in header (but working outside punbb)

tried that as well, still has absolutely no effect... I know the code works because it works on other pages with the same exact pieces...could it be a header, cache or some php issue? I'm thinking it must be...

(i even tried putting it directly in the main.tpl, still with no effect)

Re: javascript not working in header (but working outside punbb)

bump. certainly there's an easy fix for this. Does it have anything to do with php headers? Again, the javascript works on all other pages on the site and the references aren't any different...

Re: javascript not working in header (but working outside punbb)

Open up your javascript debugger within your browser and see if it errs up. Might be a conflict between two sets of code, i.e. variable names.

Re: javascript not working in header (but working outside punbb)

http://sixfingerrecords.com/board/

The page in question; I've got no JS errors and should be getting a resized popup window for the radio link as well as rollovers for all subsequent links. No idea what the deal is... hopefully someone much smarter than I can offer something else to try.