if(null==idcomments_post_title)
	idcomments_post_title = document.title;
if(null==idcomments_post_url)
	idcomments_post_url = encodeURI(window.location);
if(null==idcomments_post_id)
	idcomments_post_id = encodeURI(window.location);		
var commentScript = document.createElement("SCRIPT");
commentScript.type = "text/javascript";
commentScript.src = "http://www.intensedebate.com/js/genericCommentWrapper2.php?acct="+idcomments_acct+"&postid="+idcomments_post_id+"&title="+idcomments_post_title+"&url="+idcomments_post_url;
document.getElementsByTagName("HEAD")[0].appendChild(commentScript);