Thanks for responding, Lynne. I got it to work by adding the javascript that needed to go in the <head></head> tags to the headerinclude template.
However, it's now being put in every page when it is only needed in one. Do you know the conditional I can use to make the javascript only appear when i'm at that certain page? I think it's something like
Code:
<if condition="is_script(MYSCRIPTNAME)">
blah...
</if>
Thank you