jQuery(document).ready(function () {
      jQuery('a[href*="shop.goodwood"]').click(function() {
            _gaq.push(['gw_rollup._link', this.href]);
            return false;
        });
      jQuery('a[href*="ticketing.goodwood"]').click(function() {
            _gaq.push(['gw_rollup._link', this.href]);
            return false;
        });
      jQuery('a[href^="mailto"]').click(function() {
            _gaq.push(['gw_rollup._trackPageview', '/mailto/'+this.href.substring(7)]);
            //return false;
        });
      jQuery('a[href*=".pdf"]').click(function() {
            _gaq.push(['gw_rollup._trackPageview', '/download/'+this.href]);
            //return false;
        });
      });
