// Infused = {
//   disqusCommentCounts: function() {
//     var links = $('a[href$=#disqus_thread]');
//     var query = '?';
//     links.each(function(index, link) {
//       href = link.href
//       href = href.replace(/localhost:3000/, 'www.infused.org')
//       query += 'url' + index + '=' + encodeURIComponent(href) + '&';
//     });
//     $.getScript('http://disqus.com/forums/infused/get_num_replies.js' + query)
//   }
// }