как вариант
<script>
(function (){}(
var scriptList = document.getElementsByTagName("script");
var lastScript = scriptList[ script.length - 1 ];
var container = lastScript.parentNode;
while ( container && container.id != 'comment' ) {
container = container.parentNode;
}
setTimeout(function(){
var script = document.createElement('script');
script.src = "http://cackle.ru/widget/2865/countComments?callback=?&chan=ссылка на страницу.html";
script.type = "text/javascript";
container .appendChild(script);
}, Math.floor(Math.random()*2000));
))();
</script>