document.write("<div id='comment_count'></div>");

var page = window.location.host;
page += window.location.pathname;

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = "http://comments.mongabay.com/comment_data.js?page="+encodeURIComponent(page);
document.getElementsByTagName('head')[0].appendChild(script);