$(document).ready(function(){
  $('a[href$=".pdf"]').attr('href', function () {
    return '/elqNow/elqRedir.htm?ref=' + this.href
  });
});

