~~~~我在车东博客上给了个改良:
document.onclick = function(e) { e = e || event; var el = e.target || e.srcElement; if ( el.tagName==’A’ ) { pageTracker._trackPageview(“/clickto/” + window.location.pathname + el.href.replace(“http://”, “/”)); }}