Hi everyone,

I want to add a banner from PetFinder to the footer of my page. It has an external file/javascript and I can't figure out how to go about it.

This is what I need to add the Javascript header file -

Code:
<script type="text/javascript" language="javascript"  src="http://fpm.petfinder.com/js/qsearchdog.js"></script>
and this is what I'm suppose to add to the portion of the website I want the banner to appear
Code:
<script language="javascript">pfsearch();</script>
I had placed the banner link in footer banner 3 and added the code to my jscript_file.js file, but it didn't work. I think I needed to clean up the code.

help?

Vicky