According to instructions clicktale code goes in top and bottom of body [not in header]
how to insert? [I already have working google tracking code and don't want conflict there]
instructions here: http://subs.app.clicktale.com/Projec...aspx?PID=17904
<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
<!-- ClickTale end of Top part -->
<!-- ClickTale Bottom part -->
<div id="ClickTaleDiv" style="display: none;"></div>
<script type="text/javascript">
if(document.location.protocol != 'https:') document.write(unescape("%3Cscript%20src='" +'http://cdn.clicktale.net/www/' + "WRe2.js'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
if(typeof ClickTale=='function') ClickTale(17904, 0.81, "www");
</script>
<!-- ClickTale end of Bottom part -->