i am using post affiliate pro4 for tracking sales. How do I add java script to the template so that the code they gave me will show up on everypage to track the clicks of my affiliates. here is the code i must add:
<script type="text/javascript"><!--
document.write(unescape("%3Cscript id='pap_t2s6r38z' src='" + (("https:" == document.location.protocol) ? "https://" : "http://") +
"www.mysite.com/scripts/trackjs.js' type='text/javascript'%3E%3C/script%3E"));//-->
</script>
<script type="text/javascript"><!--
PostAffTracker.setAccountId('default1');
try {
PostAffTracker.track();
} catch (err) { }
//-->
</script>