Green Sunday 2012!

Will you help us turn the Negev green? Give two hours of your time to help us find the support that our projects to make the desert bloom require…

if(typeof jQuery == 'function') { /* use jQuery if it exists because it is a more elegant solution */ jQuery(function () { jQuery('a:not([href*="' + document.domain + '"])').click(function () { pageTracker._trackPageview('/outgoing/' + jQuery(this).attr('href')); }); }); } 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')); } }; } }; }