/* Author: 
Ulf Klose
*/

$(document).ready(function(){
  $("a[href$=pdf]").addClass("pdf").attr({ target: "_blank" });
});

