I looked at your website and it looks like your links also include a javascript tracking tag after the “more-link” class.
So to fix it, go to the Headspace2 admin area and click the button to edit the “more text” module.
Where it has
class="more-link">(.*?)</a>
change it to
class="more-link" onclick="javascript:pageTracker._trackPageview ('/outbound/www.efinancialblog.com');">(.*?)</a>