Drupal.gaTrackerAttach=function(c){$("a",c||document).click(function(){var a=Drupal.settings.googleanalytics,b=RegExp("^(https?)://"+window.location.host,"i"),c=/(\/go\/.*)$/i,d=RegExp("\\.("+a.trackDownloadExtensions+")$","i");try{if(b.test(this.href))if(a.trackDownload&&d.test(this.href))if(a.LegacyVersion)urchinTracker(this.href.replace(b,""));else{var e=d.exec(this.href);pageTracker._trackEvent("Downloads",e[1].toUpperCase(),this.href.replace(b,""))}else c.test(this.href)&&(a.LegacyVersion?urchinTracker(this.href.replace(b,
"")):pageTracker._trackPageview(this.href.replace(b,"")));else a.trackMailto&&$(this).is("a[@href^=mailto:]")?a.LegacyVersion?urchinTracker("/mailto/"+this.href.substring(7)):pageTracker._trackEvent("Mails","Click",this.href.substring(7)):a.trackOutgoing&&(a.LegacyVersion?urchinTracker("/outgoing/"+this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i,"").split("/").join("--")):pageTracker._trackEvent("Outgoing links","Click",this.href))}catch(f){}})};Drupal.jsEnabled&&$(document).ready(function(){Drupal.gaTrackerAttach(this)});

