// Variables that will need to be modified on a per-site basis $(document).ready(function() { $("a").not('a[rel=facebox]').not('a[custom]').not('a[href=#]').not('a[href*=.jsp]').not('a[href*=.asp]').not('a[href*=.aspx]').not('a[href*=.php]').not('a[href$=/]').not('a[href$=.]').not('a[href*=.cfm]').not('a[href*=.adml]').click(function(){ if(this.href.indexOf('tab',0) == -1){ var _url= encodeURIComponent(this); //alert ('param is' + _url); ntptEventTag('lc=' + encodeURIComponent(this)) } }); });