
google.load("jquery","1");google.setOnLoadCallback(function(){$('a[href^="http://"]').attr({target:"_blank",title:"Opens in a new window",style:"text-decoration:underline",rel:"nofollow"});var objList="";var entriesResult="";$("span").filter(function(){var regex=/^comment_topic_[a-zA-Z0-9\-]+$/;var postId="";if($(this).attr('id').match(regex)!==null){objId=$(this).attr('id');postId=objId.split('_');objList=objList+"'"+postId[2]+"'"
objList=objList+',';}})
objList=objList.replace(/[,]$/,"")
$.getJSON('/blog/publisher/commentManager.cfm?strList='+objList,function(entries){$.each(entries,function(){document.getElementById('comment_topic_'+this['ID']).innerHTML=this['COUNT'];});})});