$(document).ready(function () {
	$('.post-comment-link').each (function () { 
	//	if (document.location.href == "http://www.detentionslip.org/?aaaaa=DEBUG")
		//{
			var _this = $(this);
			$.getJSON("http://175g.com/dslip/fbcomments.php?xid="+$(this).parent().attr("href")+"&jsoncallback=?",
			  function(data) {
				_this.html(data.count); 
			  });
		//}	
	});
}); 
