﻿jQuery(function() {
  jQuery('a[href$=".pdf"]').click(function() {

    _gaq.push(['_trackEvent', 'Download', 'Pdf', this.href]);

  })
});


