-
else { /* use regular Javascript if jQuery does not exist */ window.onload = function () { var links = document.getElementsByTagName('a'); for (var x=0; x < links.length; x++) { links[x].onclick = function () { var mydomain = new RegExp(document.domain, 'i'); if(!mydomain.test(this.getAttribute('href'))) { pageTracker._trackPageview('/outgoing/' + this.getAttribute('href')); } }; } }; }
This entry was written by , posted on August 27, 2009 at 10:02 am, filed under Blog. Bookmark the permalink. Follow any comments here with the RSS feed for this post.