I use GA over two sites by setting 'pageTracker._setDomainName("none")' and crosslinking with 'onClick="pageTracker._link(this.href); return false;'. However the Google Analyticator javascript adds the '/outgoing/' prefix also to these links which mess thing up. I think it shouldn't add outgoing when using the _link-function, or is there a good reason? My current solution is to disable the outgoing prefix.