$(document).ready(function() {
  $(".pubdownload").click(function() {
     pageTracker._trackEvent('Downloads', 'PDF', this.href);
   });
});