$(document).ready( function()
{

$("a[href$='.pdf']").attr("target","_blank").each(function(){console.log('poke')});

})
