I’m trying to add a script for a live chat, the instructions states that the script goes before the closing body tag. So far I have not been succesful. Any help would be appriciated. I’m pasting the code below:
<script type=”text/javascript”>
var thisref = document.referrer.replace(/&/g, “zzzzz”);
var ciJsHost = ((“https:” == document.location.protocol) ? “https://” : “http://”);
document.write(unescape(“%3Cscript src='” + ciJsHost + “tracking.callmeasurement.com/clickx/click_matrix.cfm?munique=” + new Date().getTime() + “&prev=” + thisref + “‘ type=’text/javascript’%3E%3C/script%3E”));
</script>